Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker-inl.h168 inline mirror::ObjectArray<mirror::Class>* ClassLinker::AllocClassArray(Thread* self, in AllocClassArray() function
Dclass_linker.h353 mirror::ObjectArray<mirror::Class>* AllocClassArray(Thread* self, size_t length)
Dclass_linker.cc1485 auto types(hs.NewHandle(AllocClassArray(self, dex_file.NumTypeIds()))); in AllocDexCache()