Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.h146 bool MethodHandleInvokeExact(Thread* self,
Dmethod_handles.cc864 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()
Dintrinsics_list.h52 …V(MethodHandleInvokeExact, kPolymorphic, kNeedsEnvironment, kAllSideEffects, kCanThrow, "Ljava/lan…
/art/runtime/interpreter/
Dinterpreter_common.cc368 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon()
391 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon()
1137 return MethodHandleInvokeExact(self, in DoInvokeCustom()
/art/compiler/optimizing/
Dcode_generator_x86_64.h95 V(MethodHandleInvokeExact) \
Dcode_generator_x86.h97 V(MethodHandleInvokeExact) \
Dcode_generator_arm_vixl.h170 V(MethodHandleInvokeExact) \
Dcode_generator_arm64.h152 V(MethodHandleInvokeExact) \
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2402 success = MethodHandleInvokeExact(self, in artInvokePolymorphic()