Lines Matching refs:called_method
418 static inline bool MethodHandleInvokeMethod(ArtMethod* called_method, in MethodHandleInvokeMethod() argument
426 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeMethod()
445 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeMethod()
446 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeMethod()
452 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in MethodHandleInvokeMethod()
512 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeMethod()
548 static inline bool MethodHandleInvokeTransform(ArtMethod* called_method, in MethodHandleInvokeTransform() argument
568 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeTransform()
573 CREATE_SHADOW_FRAME(kNumRegsForTransform, &shadow_frame, called_method, /* dex pc */ 0); in MethodHandleInvokeTransform()
604 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeTransform()
720 ArtMethod* called_method = RefineTargetMethod(self, in DoInvokePolymorphicMethod() local
727 if (called_method == nullptr) { in DoInvokePolymorphicMethod()
744 return MethodHandleInvokeTransform(called_method, in DoInvokePolymorphicMethod()
753 return MethodHandleInvokeMethod(called_method, in DoInvokePolymorphicMethod()
1169 ArtMethod* called_method = RefineTargetMethod(self, in MethodHandleInvokeExactInternal() local
1176 if (called_method == nullptr) { in MethodHandleInvokeExactInternal()
1182 CodeItemDataAccessor accessor(called_method->DexInstructionData()); in MethodHandleInvokeExactInternal()
1194 DCHECK(called_method->IsNative() || called_method->IsProxyMethod()); in MethodHandleInvokeExactInternal()
1195 num_regs = num_input_regs = GetInsForProxyOrNativeMethod(called_method); in MethodHandleInvokeExactInternal()
1202 CREATE_SHADOW_FRAME(num_regs, &shadow_frame, called_method, /* dex pc */ 0); in MethodHandleInvokeExactInternal()
1211 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeExactInternal()