Searched refs:AllocStringArray (Results 1 – 4 of 4) sorted by relevance
168 inline mirror::ObjectArray<mirror::String>* ClassLinker::AllocStringArray(Thread* self, in AllocStringArray() function
309 mirror::ObjectArray<mirror::String>* AllocStringArray(Thread* self, size_t length)
1903 strings(hs.NewHandle(AllocStringArray(self, dex_file.NumStringIds()))); in AllocDexCache()
521 auto strings = hs.NewHandle(cl->AllocStringArray(self, total_strings)); in ProcessStrings()