Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h1003 inline void Class::SetComponentType(ObjPtr<Class> new_component_type) { in SetComponentType() function
Dclass.h447 void SetComponentType(ObjPtr<Class> new_component_type) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker.cc485 class_array_class->SetComponentType(java_lang_Class.Get()); in InitWithoutImage()
518 object_array_class->SetComponentType(java_lang_Object.Get()); in InitWithoutImage()
574 int_array_class->SetComponentType(GetClassRoot(ClassRoot::kPrimitiveInt, this)); in InitWithoutImage()
580 long_array_class->SetComponentType(GetClassRoot(ClassRoot::kPrimitiveLong, this)); in InitWithoutImage()
604 object_array_string->SetComponentType(java_lang_String.Get()); in InitWithoutImage()
4208 new_class->SetComponentType(component_type.Get()); in CreateArrayClass()
9382 primitive_array_class->SetComponentType(GetClassRoot(primitive_class_root, this)); in AllocAndSetPrimitiveArrayClassRoot()