Home
last modified time | relevance | path

Searched defs:handle_kind (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc41 const mirror::MethodHandle::Kind handle_kind = handle->GetHandleKind(); in MethodHandleImpl_getMemberInternal() local
/art/runtime/
Dmethod_handles.cc367 inline bool IsInvoke(const mirror::MethodHandle::Kind handle_kind) { in IsInvoke()
371 inline bool IsInvokeTransform(const mirror::MethodHandle::Kind handle_kind) { in IsInvokeTransform()
376 inline bool IsFieldAccess(mirror::MethodHandle::Kind handle_kind) { in IsFieldAccess()
652 const mirror::MethodHandle::Kind& handle_kind, in RefineTargetMethod()
723 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicMethod() local
908 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicFieldAccess() local
994 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicNonExact() local
1034 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicExact() local
/art/runtime/mirror/
Dmethod_handle_impl.h62 const int32_t handle_kind = GetField32(OFFSET_OF_OBJECT_MEMBER(MethodHandle, handle_kind_)); in GetHandleKind() local