Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.h138 bool MethodHandleInvokeExact(Thread* self,
Dintrinsics_list.h52 …V(MethodHandleInvokeExact, kPolymorphic, kNeedsEnvironmentOrCache, kAllSideEffects, kCanThrow, "Lj…
Dmethod_handles.cc1252 bool MethodHandleInvokeExact(Thread* self, in MethodHandleInvokeExact() function
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc358 METHOD_HANDLE_INVOKE_INTRINSIC(MethodHandleInvokeExact)
569 INTRINSIC_CASE(MethodHandleInvokeExact) in MterpHandleIntrinsic()
Dinterpreter_common.cc709 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon()
732 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon()
1480 return MethodHandleInvokeExact(self, in DoInvokeCustom()
/art/compiler/optimizing/
Dintrinsics.h294 UNREACHABLE_INTRINSIC(Arch, MethodHandleInvokeExact) \
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2829 success = MethodHandleInvokeExact(self, in artInvokePolymorphic()