Lines Matching refs:called_method
419 static inline bool MethodHandleInvokeMethod(ArtMethod* called_method, in MethodHandleInvokeMethod() argument
428 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeMethod()
447 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeMethod()
448 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeMethod()
454 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in MethodHandleInvokeMethod()
514 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeMethod()
555 static inline bool MethodHandleInvokeTransform(ArtMethod* called_method, in MethodHandleInvokeTransform() argument
575 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeTransform()
580 CREATE_SHADOW_FRAME(kNumRegsForTransform, &shadow_frame, called_method, /* dex pc */ 0); in MethodHandleInvokeTransform()
611 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeTransform()
735 ArtMethod* called_method = RefineTargetMethod(self, in DoInvokePolymorphicMethod() local
742 if (called_method == nullptr) { in DoInvokePolymorphicMethod()
759 return MethodHandleInvokeTransform(called_method, in DoInvokePolymorphicMethod()
768 return MethodHandleInvokeMethod(called_method, in DoInvokePolymorphicMethod()
1185 ArtMethod* called_method = RefineTargetMethod(self, in MethodHandleInvokeExactInternal() local
1192 if (called_method == nullptr) { in MethodHandleInvokeExactInternal()
1198 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeExactInternal()
1210 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeExactInternal()
1211 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeExactInternal()
1218 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in MethodHandleInvokeExactInternal()
1227 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeExactInternal()