Searched refs:GetHandleKind (Results 1 – 6 of 6) sorted by relevance
28 inline MethodHandle::Kind MethodHandle::GetHandleKind() REQUIRES_SHARED(Locks::mutator_lock_) { in GetHandleKind() function
61 if (GetHandleKind() < kFirstAccessorKind) { in VisitTarget()
65 Kind GetHandleKind() REQUIRES_SHARED(Locks::mutator_lock_);
41 const mirror::MethodHandle::Kind handle_kind = handle->GetHandleKind(); in MethodHandleImpl_getMemberInternal()
627 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()
910 if (bsm->GetHandleKind() != mirror::MethodHandle::Kind::kInvokeStatic) { in InvokeBootstrapMethod()