Home
last modified time | relevance | path

Searched defs:object_array_class (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dobject_array-inl.h32 inline ObjectArray<T>* ObjectArray<T>::Alloc(Thread* self, Class* object_array_class, int32_t lengt… in Alloc()
/art/compiler/
Dimage_writer.cc373 Class* object_array_class = class_linker->FindSystemClass("[Ljava/lang/Object;"); in CreateImageRoots() local
/art/runtime/
Dclass_linker.cc234 …SirtRef<mirror::Class> object_array_class(self, AllocClass(self, java_lang_Class.get(), sizeof(mir… in InitFromCompiler() local