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

/art/runtime/interpreter/
H A Dinterpreter_common.cc606 const int invoke_method_idx = (is_range) ? inst->VRegB_4rcc() : inst->VRegB_45cc(); local
613 // The invoke_method_idx here is the name of the signature polymorphic method that
623 ThrowNullPointerExceptionForMethodAccess(invoke_method_idx, InvokeType::kVirtual);
877 const int invoke_method_idx = inst->VRegB(); local
881 self, invoke_method_idx, shadow_frame.GetMethod(), kVirtual);

Completed in 50 milliseconds