Searched defs:IsValidHeapObjectAddress (Results 1 – 2 of 2) sorted by relevance
47 TEST_F(VerificationTest, IsValidHeapObjectAddress) { in TEST_F() argument
129 bool Verification::IsValidHeapObjectAddress(const void* addr, space::Space** out_space) const { in IsValidHeapObjectAddress() function in art::gc::Verification