Home
last modified time | relevance | path

Searched refs:GetBootClassPath (Results 1 – 11 of 11) sorted by relevance

/art/runtime/native/
Djava_lang_VMClassLoader.cc127 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
Ddalvik_system_VMRuntime.cc429 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in PreloadDexCachesStatsTotal()
448 for (const DexFile* dex_file : class_linker->GetBootClassPath()) { in PreloadDexCachesStatsFilled()
516 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); in VMRuntime_preloadDexCaches()
/art/compiler/
Doat_test.cc402 compiler_driver_->SetDexFilesForOatFile(class_linker->GetBootClassPath()); in TEST_F()
403 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2); in TEST_F()
411 class_linker->GetBootClassPath(), in TEST_F()
417 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings); in TEST_F()
430 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core in TEST_F()
Dimage_test.h144 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in Compile()
/art/runtime/jit/
Dprofile_saver.cc636 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
/art/runtime/
Dcommon_runtime_test.cc434 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
Doat_file_assistant.cc157 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath()
Dclass_linker.h404 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
Druntime.cc1328 const std::vector<const DexFile*>& boot_class_path = GetClassLinker()->GetBootClassPath(); in Init()
/art/dex2oat/
Ddex2oat.cc1821 &class_linker->GetBootClassPath(), in Compile()
/art/oatdump/
Doatdump.cc2968 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()