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