Lines Matching refs:mh
488 void UnexpectedOpcode(const Instruction* inst, MethodHelper& mh) { in UnexpectedOpcode() argument
489 LOG(FATAL) << "Unexpected instruction: " << inst->DumpString(mh.GetMethod()->GetDexFile()); in UnexpectedOpcode()
493 static void UnstartedRuntimeInvoke(Thread* self, MethodHelper& mh,
546 MethodHelper mh(hs.NewHandle(method)); in DoCall() local
585 Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).type_idx_); in DoCall()
653 (method->GetEntryPointFromInterpreter())(self, mh, code_item, new_shadow_frame, result); in DoCall()
655 UnstartedRuntimeInvoke(self, mh, code_item, new_shadow_frame, result, first_dest_reg); in DoCall()
795 static void UnstartedRuntimeInvoke(Thread* self, MethodHelper& mh, in UnstartedRuntimeInvoke() argument
874 MethodHelper mh(hs.NewHandle(shadow_frame->GetVRegReference(arg_offset)->AsArtMethod())); in UnstartedRuntimeInvoke() local
875 result->SetL(mh.GetNameAsString(self)); in UnstartedRuntimeInvoke()
917 artInterpreterToInterpreterBridge(self, mh, code_item, shadow_frame, result); in UnstartedRuntimeInvoke()