Home
last modified time | relevance | path

Searched refs:new_component_type (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h1029 inline void Class::SetComponentType(ObjPtr<Class> new_component_type) { in SetComponentType() argument
1031 DCHECK(new_component_type != nullptr); in SetComponentType()
1034 ComponentTypeOffset(), new_component_type); in SetComponentType()
Dclass.h498 void SetComponentType(ObjPtr<Class> new_component_type) REQUIRES_SHARED(Locks::mutator_lock_);