Home
last modified time | relevance | path

Searched refs:dispatch_class (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier.cc3539 mirror::Class* dispatch_class; in GetQuickInvokedMethod() local
3547 dispatch_class = object_klass; in GetQuickInvokedMethod()
3549 dispatch_class = klass; in GetQuickInvokedMethod()
3551 if (!dispatch_class->HasVTable()) { in GetQuickInvokedMethod()
3559 if (static_cast<int32_t>(vtable_index) >= dispatch_class->GetVTableLength()) { in GetQuickInvokedMethod()
3565 ArtMethod* res_method = dispatch_class->GetVTableEntry(vtable_index, pointer_size); in GetQuickInvokedMethod()