Home | History | Annotate | Download | only in runtime

Lines Matching defs:VerifyObject

1202       Runtime::Current()->GetHeap()->VerifyObject(result);
2227 static void VerifyObject(const mirror::Object* root, void* arg) {
2229 heap->VerifyObject(root);
2234 RootCallbackVisitor visitorToCallback(VerifyObject, Runtime::Current()->GetHeap());