Searched refs:MethodHandleInvokeExact (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | method_handles.h | 138 bool MethodHandleInvokeExact(Thread* self,
|
D | intrinsics_list.h | 52 …V(MethodHandleInvokeExact, kPolymorphic, kNeedsEnvironmentOrCache, kAllSideEffects, kCanThrow, "Lj…
|
D | method_handles.cc | 1252 bool MethodHandleInvokeExact(Thread* self, in MethodHandleInvokeExact() function
|
/art/runtime/interpreter/ |
D | interpreter_intrinsics.cc | 358 METHOD_HANDLE_INVOKE_INTRINSIC(MethodHandleInvokeExact) 569 INTRINSIC_CASE(MethodHandleInvokeExact) in MterpHandleIntrinsic()
|
D | interpreter_common.cc | 709 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon() 732 return MethodHandleInvokeExact(self, in DoMethodHandleInvokeCommon() 1480 return MethodHandleInvokeExact(self, in DoInvokeCustom()
|
/art/compiler/optimizing/ |
D | intrinsics.h | 294 UNREACHABLE_INTRINSIC(Arch, MethodHandleInvokeExact) \
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2829 success = MethodHandleInvokeExact(self, in artInvokePolymorphic()
|