Searched defs:dispatch_class (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc3307 mirror::Class* dispatch_class; local
3312 dispatch_class = object_klass;
3314 dispatch_class = klass;
3316 CHECK(dispatch_class->HasVTable()) << PrettyDescriptor(dispatch_class);
3318 CHECK_LT(static_cast<int32_t>(vtable_index), dispatch_class->GetVTableLength())
3320 mirror::ArtMethod* res_method = dispatch_class->GetVTableEntry(vtable_index);

Completed in 11 milliseconds