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

/art/runtime/
H A Dclass_linker.h463 void AppendToBootClassPath(const DexFile& dex_file)
465 void AppendToBootClassPath(const DexFile& dex_file, Handle<mirror::DexCache> dex_cache)
H A Dclass_linker.cc294 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
303 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
353 AppendToBootClassPath(*dex_file);
1652 AppendToBootClassPath(*dex_file, dex_cache);
2944 void ClassLinker::AppendToBootClassPath(const DexFile& dex_file) { function in class:art::ClassLinker
2950 AppendToBootClassPath(dex_file, dex_cache);
2953 void ClassLinker::AppendToBootClassPath(const DexFile& dex_file, function in class:art::ClassLinker

Completed in 19 milliseconds