Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker-inl.h98 return mirror::ObjectArray<T>::Alloc(self, GetClassRoot(kObjectArrayClass), length); in AllocObjectArray()
120 … mirror::IfTable::Alloc(self, GetClassRoot(kObjectArrayClass), ifcount * mirror::IfTable::kMax)); in AllocIfTable()
Dclass_linker.h559 kObjectArrayClass, enumerator
Dclass_linker.cc257 SetClassRoot(kObjectArrayClass, object_array_class.get()); in InitFromCompiler()
1073 array_iftable_ = GetClassRoot(kObjectArrayClass)->GetIfTable(); in InitFromImage()
2092 new_class.reset(GetClassRoot(kObjectArrayClass)); in CreateArrayClass()