Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h1029 inline void Class::SetComponentType(ObjPtr<Class> new_component_type) { in SetComponentType() function
Dclass.h498 void SetComponentType(ObjPtr<Class> new_component_type) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc775 class_array_class->SetComponentType(java_lang_Class.Get()); in InitWithoutImage()
808 object_array_class->SetComponentType(java_lang_Object.Get()); in InitWithoutImage()
894 object_array_string->SetComponentType(java_lang_String.Get()); in InitWithoutImage()
2670 array_class->SetComponentType(component_type); in AllocPrimitiveArrayClass()
4452 klass->SetComponentType(component_type.Get()); in CreateArrayClass()