Home
last modified time | relevance | path

Searched refs:GetNominalType (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dmethod_handle_impl-inl.h32 inline ObjPtr<mirror::MethodType> MethodHandle::GetNominalType() { in GetNominalType() function
Dmethod_handle_impl.h73 ALWAYS_INLINE ObjPtr<mirror::MethodType> GetNominalType() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dmethod_handles.cc725 Handle<mirror::MethodType> nominal_handle_type(hs.NewHandle(method_handle->GetNominalType())); in DoInvokePolymorphicMethod()
1279 ObjPtr<mirror::MethodType> nominal_type(method_handle->GetNominalType()); in MethodHandleInvokeExact()