Lines Matching refs:called_method
384 ArtMethod* called_method = method_handle->GetTargetMethod(); in MethodHandleInvokeTransform() local
385 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeTransform()
402 CREATE_SHADOW_FRAME(kNumRegsForTransform, called_method, /* dex pc */ 0); in MethodHandleInvokeTransform()
414 interpreter::ShouldStayInSwitchInterpreter(called_method)); in MethodHandleInvokeTransform()
757 ArtMethod* called_method = RefineTargetMethod(self, in DoMethodHandleInvokeMethod() local
763 if (called_method == nullptr) { in DoMethodHandleInvokeMethod()
768 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in DoMethodHandleInvokeMethod()
778 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in DoMethodHandleInvokeMethod()
779 num_regs = GetInsForProxyOrNativeMethod(called_method); in DoMethodHandleInvokeMethod()
785 CREATE_SHADOW_FRAME(num_regs, called_method, /* dex pc */ 0); in DoMethodHandleInvokeMethod()
796 interpreter::ShouldStayInSwitchInterpreter(called_method)); in DoMethodHandleInvokeMethod()