Searched refs:AllocClassArray (Results 1 – 3 of 3) sorted by relevance
168 inline mirror::ObjectArray<mirror::Class>* ClassLinker::AllocClassArray(Thread* self, in AllocClassArray() function
353 mirror::ObjectArray<mirror::Class>* AllocClassArray(Thread* self, size_t length)
1485 auto types(hs.NewHandle(AllocClassArray(self, dex_file.NumTypeIds()))); in AllocDexCache()