Searched refs:AllocStringArray (Results 1 – 3 of 3) sorted by relevance
173 inline mirror::ObjectArray<mirror::String>* ClassLinker::AllocStringArray(Thread* self, in AllocStringArray() function
356 mirror::ObjectArray<mirror::String>* AllocStringArray(Thread* self, size_t length)
1480 auto strings(hs.NewHandle(AllocStringArray(self, dex_file.NumStringIds()))); in AllocDexCache()