Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc4441 mirror::Class* dispatch_class; in GetQuickInvokedMethod() local
4449 dispatch_class = object_klass; in GetQuickInvokedMethod()
4451 dispatch_class = klass; in GetQuickInvokedMethod()
4453 if (!dispatch_class->HasVTable()) { in GetQuickInvokedMethod()
4461 if (static_cast<int32_t>(vtable_index) >= dispatch_class->GetVTableLength()) { in GetQuickInvokedMethod()
4467 ArtMethod* res_method = dispatch_class->GetVTableEntry(vtable_index, pointer_size); in GetQuickInvokedMethod()