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

/art/runtime/
H A Dclass_linker.cc301 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
310 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
362 AppendToBootClassPath(*dex_file);
1636 AppendToBootClassPath(*dex_file, dex_cache);
2908 void ClassLinker::AppendToBootClassPath(const DexFile& dex_file) { function in class:art::ClassLinker
2914 AppendToBootClassPath(dex_file, dex_cache);
2917 void ClassLinker::AppendToBootClassPath(const DexFile& dex_file, function in class:art::ClassLinker

Completed in 83 milliseconds