Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dmethod_type-inl.h38 inline void RawMethodType::SetRType(ObjPtr<mirror::Class> rtype) { in SetRType() function
Dmethod_type.h41 void SetRType(ObjPtr<mirror::Class> rtype) REQUIRES_SHARED(Locks::mutator_lock_);
Dvar_handle.cc1418 method_type.SetRType(GetReturnType(access_mode_template, GetVarType())); in GetMethodTypeForAccessMode()
/art/runtime/
Dclass_linker.cc10276 method_type.SetRType(return_type); in ResolveMethodType()