Home
last modified time | relevance | path

Searched refs:AllocStringArray (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dclass_linker-inl.h168 inline mirror::ObjectArray<mirror::String>* ClassLinker::AllocStringArray(Thread* self, in AllocStringArray() function
Dclass_linker.h309 mirror::ObjectArray<mirror::String>* AllocStringArray(Thread* self, size_t length)
Dclass_linker.cc1903 strings(hs.NewHandle(AllocStringArray(self, dex_file.NumStringIds()))); in AllocDexCache()
/art/compiler/
Dimage_writer.cc521 auto strings = hs.NewHandle(cl->AllocStringArray(self, total_strings)); in ProcessStrings()