Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_handle_impl-inl.h37 Kind kind = GetHandleKind(); in GetTargetClass()
Dmethod_handle_impl.h61 Kind GetHandleKind() REQUIRES_SHARED(Locks::mutator_lock_) { in GetHandleKind() function
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc38 const mirror::MethodHandle::Kind handle_kind = handle->GetHandleKind(); in MethodHandleImpl_getMemberInternal()
/art/runtime/
Dmethod_handles.cc712 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicMethod()
897 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicFieldAccess()
983 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicNonExact()
1023 const mirror::MethodHandle::Kind handle_kind = method_handle->GetHandleKind(); in DoInvokePolymorphicExact()