Home
last modified time | relevance | path

Searched refs:MethodHandleInvokeExact (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dmethod_handles.cc870 return MethodHandleInvokeExact( in MethodHandleInvokeInternal()
890 return MethodHandleInvokeExact(self, shadow_frame, atc, callsite_type, operands, result); in MethodHandleInvokeInternal()
905 bool MethodHandleInvokeExact(Thread* self, in MethodHandleInvokeExact() function
938 bool success = MethodHandleInvokeExact(self, in MethodHandleInvokeExactWithFrame()
H A Dmethod_handles.h150 bool MethodHandleInvokeExact(Thread* self,
H A Dintrinsics_list.h53 …V(MethodHandleInvokeExact, kPolymorphic, kNeedsEnvironment, kAllSideEffects, kCanThrow, "Ljava/lan…
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc346 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon()
369 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon()
1112 return MethodHandleInvokeExact(self, in DoInvokeCustom()
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86.h99 V(MethodHandleInvokeExact) \
H A Dcode_generator_riscv64.h91 V(MethodHandleInvokeExact) \
H A Dcode_generator_arm_vixl.h173 V(MethodHandleInvokeExact) \
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2476 success = MethodHandleInvokeExact(self, in artInvokePolymorphic()
2602 bool success = MethodHandleInvokeExact(self, in artInvokePolymorphicWithHiddenReceiver()