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 mirror::MethodType* MethodHandle::GetNominalType() { in GetNominalType() function
Dmethod_handle_impl.h72 ALWAYS_INLINE mirror::MethodType* GetNominalType() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dmethod_handles.cc1261 ObjPtr<mirror::MethodType> nominal_type(method_handle->GetNominalType()); in MethodHandleInvokeExact()