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

/art/runtime/
H A Dclass_linker.cc396 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
403 // Create long array type for AllocDexCache (done in AppendToBootClassPath).
412 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
437 AppendToBootClassPath(self, *dex_file);
1160 AppendToBootClassPath(*dex_file.get(), dex_cache);
2437 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile& dex_file) { function in class:art::ClassLinker
2442 AppendToBootClassPath(dex_file, dex_cache);
2445 void ClassLinker::AppendToBootClassPath(const DexFile& dex_file, function in class:art::ClassLinker

Completed in 19 milliseconds