Home
last modified time | relevance | path

Searched refs:kLastAccessorKind (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dmethod_handle_impl.h62 kLastAccessorKind = kStaticPut, enumerator
/art/runtime/
Dmethod_handles.cc379 && handle_kind <= mirror::MethodHandle::Kind::kLastAccessorKind); in IsFieldAccess()