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