Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc4135 mirror::Class* dispatch_class; in GetQuickInvokedMethod() local
4143 dispatch_class = object_klass; in GetQuickInvokedMethod()
4145 dispatch_class = klass; in GetQuickInvokedMethod()
4147 if (!dispatch_class->HasVTable()) { in GetQuickInvokedMethod()
4155 if (static_cast<int32_t>(vtable_index) >= dispatch_class->GetVTableLength()) { in GetQuickInvokedMethod()
4161 ArtMethod* res_method = dispatch_class->GetVTableEntry(vtable_index, pointer_size); in GetQuickInvokedMethod()