Searched refs:MethodHandleInvokeExact (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/runtime/ |
H A D | method_handles.cc | 870 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 D | method_handles.h | 150 bool MethodHandleInvokeExact(Thread* self,
|
H A D | intrinsics_list.h | 53 …V(MethodHandleInvokeExact, kPolymorphic, kNeedsEnvironment, kAllSideEffects, kCanThrow, "Ljava/lan…
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | interpreter_common.cc | 346 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 D | code_generator_x86.h | 99 V(MethodHandleInvokeExact) \
|
H A D | code_generator_riscv64.h | 91 V(MethodHandleInvokeExact) \
|
H A D | code_generator_arm_vixl.h | 173 V(MethodHandleInvokeExact) \
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 2476 success = MethodHandleInvokeExact(self, in artInvokePolymorphic() 2602 bool success = MethodHandleInvokeExact(self, in artInvokePolymorphicWithHiddenReceiver()
|