Lines Matching refs:called_method
378 ArtMethod* called_method = method_handle->GetTargetMethod(); in MethodHandleInvokeTransform() local
379 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeTransform()
396 CREATE_SHADOW_FRAME(kNumRegsForTransform, &shadow_frame, called_method, /* dex pc */ 0); in MethodHandleInvokeTransform()
408 interpreter::ShouldStayInSwitchInterpreter(called_method)); in MethodHandleInvokeTransform()
744 ArtMethod* called_method = RefineTargetMethod(self, in DoMethodHandleInvokeMethod() local
750 if (called_method == nullptr) { in DoMethodHandleInvokeMethod()
755 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in DoMethodHandleInvokeMethod()
765 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoMethodHandleInvokeMethod()
766 num_regs = GetInsForProxyOrNativeMethod(called_method); in DoMethodHandleInvokeMethod()
772 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in DoMethodHandleInvokeMethod()
783 interpreter::ShouldStayInSwitchInterpreter(called_method)); in DoMethodHandleInvokeMethod()