Searched refs:GetBootClassPath (Results 1 - 8 of 8) sorted by relevance

/art/runtime/native/
H A Djava_lang_VMClassLoader.cc54 return Runtime::Current()->GetClassLinker()->GetBootClassPath().size();
76 const std::vector<const DexFile*>& path = Runtime::Current()->GetClassLinker()->GetBootClassPath();
H A Ddalvik_system_VMRuntime.cc364 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
381 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
443 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
H A Ddalvik_system_DexFile.cc390 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath();
/art/compiler/
H A Dimage_test.cc75 for (const DexFile* dex_file : class_linker->GetBootClassPath()) {
78 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
83 OatWriter oat_writer(class_linker->GetBootClassPath(), 0, 0, 0, compiler_driver_.get(), &timings,
87 class_linker->GetBootClassPath(),
H A Doat_test.cc113 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
120 OatWriter oat_writer(class_linker->GetBootClassPath(),
129 class_linker->GetBootClassPath(),
135 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
/art/runtime/
H A Dclass_linker.h239 const std::vector<const DexFile*>& GetBootClassPath() { function in class:art::ClassLinker
H A Druntime.cc1317 return GetClassLinker()->GetBootClassPath();
/art/dex2oat/
H A Ddex2oat.cc1314 dex_files = Runtime::Current()->GetClassLinker()->GetBootClassPath();

Completed in 2535 milliseconds