Searched defs:AppendToBootClassPath (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc511 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
518 // Create long array type for AllocDexCache (done in AppendToBootClassPath).
527 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
568 AppendToBootClassPath(self, *dex_file);
1765 AppendToBootClassPath(*dex_file.get(), dex_cache);
3359 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile& dex_file) { function in class:art::ClassLinker
3365 AppendToBootClassPath(dex_file, dex_cache);
3368 void ClassLinker::AppendToBootClassPath(const DexFile& dex_file, function in class:art::ClassLinker

Completed in 2535 milliseconds