Home
last modified time | relevance | path

Searched refs:GetHandleKind (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dmethod_handle_impl-inl.h28 inline MethodHandle::Kind MethodHandle::GetHandleKind() REQUIRES_SHARED(Locks::mutator_lock_) { in GetHandleKind() function
Dmethod_handle_impl.cc61 if (GetHandleKind() < kFirstAccessorKind) { in VisitTarget()
Dmethod_handle_impl.h65 Kind GetHandleKind() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc41 const mirror::MethodHandle::Kind handle_kind = handle->GetHandleKind(); in MethodHandleImpl_getMemberInternal()
/art/runtime/
Dmethod_handles.cc627 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in MethodHandleFieldAccess()
732 if (method_handle->GetHandleKind() == mirror::MethodHandle::Kind::kInvokeVarHandleExact) { in DoVarHandleInvokeTranslation()
760 method_handle->GetHandleKind(), in DoMethodHandleInvokeMethod()
815 switch (method_handle->GetHandleKind()) { in MethodHandleInvokeExactInternal()
/art/runtime/interpreter/
Dinterpreter_common.cc910 if (bsm->GetHandleKind() != mirror::MethodHandle::Kind::kInvokeStatic) { in InvokeBootstrapMethod()