Searched refs:MethodHandleInvoke (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | method_handles.h | 130 bool MethodHandleInvoke(Thread* self,
|
D | intrinsics_list.h | 53 …V(MethodHandleInvoke, kPolymorphic, kNeedsEnvironmentOrCache, kAllSideEffects, kCanThrow, "Ljava/l…
|
D | method_handles.cc | 1227 bool MethodHandleInvoke(Thread* self, in MethodHandleInvoke() function
|
/art/runtime/interpreter/ |
D | interpreter_intrinsics.cc | 359 METHOD_HANDLE_INVOKE_INTRINSIC(MethodHandleInvoke) 570 INTRINSIC_CASE(MethodHandleInvoke) in MterpHandleIntrinsic()
|
D | interpreter_common.cc | 716 return MethodHandleInvoke(self, in DoMethodHandleInvokeCommon() 739 return MethodHandleInvoke(self, in DoMethodHandleInvokeCommon() 1387 bool invoke_success = MethodHandleInvoke(self, in InvokeBootstrapMethod()
|
/art/compiler/optimizing/ |
D | intrinsics.h | 295 UNREACHABLE_INTRINSIC(Arch, MethodHandleInvoke) \
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2838 success = MethodHandleInvoke(self, in artInvokePolymorphic()
|