Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type-inl.h113 inline MethodType::HandlePTypesAccessor MethodType::NewHandlePTypes( in NewHandlePTypes() function
120 inline MethodType::RawPTypesAccessor MethodType::NewHandlePTypes( in NewHandlePTypes() function
Dmethod_type.h137 static HandlePTypesAccessor NewHandlePTypes(Handle<MethodType> method_type, HandleScopeType* hs)
140 static RawPTypesAccessor NewHandlePTypes(RawMethodType method_type, HandleScopeType* hs)
/art/runtime/
Dvar_handles.cc68 auto from_types = mirror::MethodType::NewHandlePTypes(callsite_type, &hs); in VarHandleInvokeAccessorWithConversions()
69 auto to_types = mirror::MethodType::NewHandlePTypes(accessor_type, &hs); in VarHandleInvokeAccessorWithConversions()