Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc323 class_array_class->SetComponentType(java_lang_Class.Get()); in InitWithoutImage()
337 object_array_class->SetComponentType(java_lang_Object.Get()); in InitWithoutImage()
353 char_array_class->SetComponentType(char_class.Get()); in InitWithoutImage()
399 int_array_class->SetComponentType(GetClassRoot(kPrimitiveInt)); in InitWithoutImage()
406 long_array_class->SetComponentType(GetClassRoot(kPrimitiveLong)); in InitWithoutImage()
423 object_array_string->SetComponentType(java_lang_String.Get()); in InitWithoutImage()
2670 new_class->SetComponentType(component_type.Get()); in CreateArrayClass()
/art/runtime/mirror/
Dclass.h429 void SetComponentType(Class* new_component_type) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetComponentType() function