Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker-inl.h173 inline mirror::ObjectArray<mirror::String>* ClassLinker::AllocStringArray(Thread* self, in AllocStringArray() function
Dclass_linker.h356 mirror::ObjectArray<mirror::String>* AllocStringArray(Thread* self, size_t length)
Dclass_linker.cc1480 auto strings(hs.NewHandle(AllocStringArray(self, dex_file.NumStringIds()))); in AllocDexCache()