Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl.h61 kLastInvokeKind = kInvokeVarHandleExact enumerator
/art/runtime/
Dmethod_handles.cc364 return handle_kind <= mirror::MethodHandle::Kind::kLastInvokeKind; in IsInvoke()