Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.h130 bool MethodHandleInvoke(Thread* self,
Dintrinsics_list.h53 …V(MethodHandleInvoke, kPolymorphic, kNeedsEnvironmentOrCache, kAllSideEffects, kCanThrow, "Ljava/l…
Dmethod_handles.cc1227 bool MethodHandleInvoke(Thread* self, in MethodHandleInvoke() function
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc359 METHOD_HANDLE_INVOKE_INTRINSIC(MethodHandleInvoke)
570 INTRINSIC_CASE(MethodHandleInvoke) in MterpHandleIntrinsic()
Dinterpreter_common.cc716 return MethodHandleInvoke(self, in DoMethodHandleInvokeCommon()
739 return MethodHandleInvoke(self, in DoMethodHandleInvokeCommon()
1387 bool invoke_success = MethodHandleInvoke(self, in InvokeBootstrapMethod()
/art/compiler/optimizing/
Dintrinsics.h295 UNREACHABLE_INTRINSIC(Arch, MethodHandleInvoke) \
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2838 success = MethodHandleInvoke(self, in artInvokePolymorphic()