Lines Matching refs:GetMethod
254 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute()
255 DCHECK(!shadow_frame.GetMethod()->IsNative()); in Execute()
270 ArtMethod *method = shadow_frame.GetMethod(); in Execute()
316 jit->MethodEntered(self, shadow_frame.GetMethod()); in Execute()
336 ArtMethod* method = shadow_frame.GetMethod(); in Execute()
548 DCHECK(!shadow_frame->GetMethod()->MustCountLocks()); in EnterInterpreterFromDeoptimize()
551 CodeItemDataAccessor accessor(shadow_frame->GetMethod()->DexInstructionData()); in EnterInterpreterFromDeoptimize()
590 if (IsStringInit(instr, shadow_frame->GetMethod())) { in EnterInterpreterFromDeoptimize()
656 jit->NotifyCompiledCodeToInterpreterTransition(self, shadow_frame->GetMethod()); in EnterInterpreterFromEntryPoint()
672 ArtMethod* method = shadow_frame->GetMethod(); in ArtInterpreterToInterpreterBridge()
690 if (LIKELY(!shadow_frame->GetMethod()->IsNative())) { in ArtInterpreterToInterpreterBridge()
698 UnstartedRuntime::Jni(self, shadow_frame->GetMethod(), receiver.Ptr(), args, result); in ArtInterpreterToInterpreterBridge()