Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.h195 bool MethodHandleInvoke(Thread* self,
Dintrinsics_list.h53 …V(MethodHandleInvoke, kPolymorphic, kNeedsEnvironmentOrCache, kAllSideEffects, kCanThrow, "Ljava/l…
Dmethod_handles.cc1225 bool MethodHandleInvoke(Thread* self, in MethodHandleInvoke() function
/art/compiler/optimizing/
Dintrinsics.h293 UNREACHABLE_INTRINSIC(Arch, MethodHandleInvoke) \
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc359 METHOD_HANDLE_INVOKE_INTRINSIC(MethodHandleInvoke)
567 INTRINSIC_CASE(MethodHandleInvoke) in MterpHandleIntrinsic()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2847 success = MethodHandleInvoke(self, in artInvokePolymorphic()