Home
last modified time | relevance | path

Searched refs:kFirstAccessorKind (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc44 if (handle_kind >= mirror::MethodHandle::kFirstAccessorKind) { in MethodHandleImpl_getMemberInternal()
/art/runtime/mirror/
Dmethod_handle_impl.cc61 if (GetHandleKind() < kFirstAccessorKind) { in VisitTarget()
Dmethod_handle_impl.h59 kFirstAccessorKind = kInstanceGet, enumerator
/art/runtime/
Dmethod_handles.cc378 return (handle_kind >= mirror::MethodHandle::Kind::kFirstAccessorKind in IsFieldAccess()