Searched refs:MethodHandleInvokeExact (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | method_handles.h | 146 bool MethodHandleInvokeExact(Thread* self,
|
D | method_handles.cc | 864 return MethodHandleInvokeExact( in MethodHandleInvokeInternal() 884 return MethodHandleInvokeExact(self, shadow_frame, atc, callsite_type, operands, result); in MethodHandleInvokeInternal() 899 bool MethodHandleInvokeExact(Thread* self, in MethodHandleInvokeExact() function 932 bool success = MethodHandleInvokeExact(self, in MethodHandleInvokeExactWithFrame()
|
D | intrinsics_list.h | 52 …V(MethodHandleInvokeExact, kPolymorphic, kNeedsEnvironment, kAllSideEffects, kCanThrow, "Ljava/lan…
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 368 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon() 391 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon() 1137 return MethodHandleInvokeExact(self, in DoInvokeCustom()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.h | 95 V(MethodHandleInvokeExact) \
|
D | code_generator_x86.h | 97 V(MethodHandleInvokeExact) \
|
D | code_generator_arm_vixl.h | 170 V(MethodHandleInvokeExact) \
|
D | code_generator_arm64.h | 152 V(MethodHandleInvokeExact) \
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2402 success = MethodHandleInvokeExact(self, in artInvokePolymorphic()
|