Searched refs:GetBootClassPath (Results 1 – 19 of 19) sorted by relevance
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
|
D | dalvik_system_VMRuntime.cc | 221 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 380 auto dex_files = ArrayRef<const DexFile* const>(runtime->GetClassLinker()->GetBootClassPath()); in ValidateBcp() 386 const std::vector<std::string>& bcp = runtime->GetBootClassPath(); in ValidateBcp()
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 432 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2); in TEST_F() 440 class_linker->GetBootClassPath(), in TEST_F() 446 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings); in TEST_F() 457 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core in TEST_F()
|
D | image_test.h | 153 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in DoCompile()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 325 std::vector<std::string> bcp = runtime->GetBootClassPath(); in TEST_F() 327 std::vector<const DexFile*> dex_files = runtime->GetClassLinker()->GetBootClassPath(); in TEST_F()
|
D | image_space.cc | 3144 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
|
/art/runtime/ |
D | dexopt_test.cc | 178 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
|
D | runtime.cc | 1571 GetBootClassPath(), in Init() 1771 if (total_components != GetBootClassPath().size()) { in Init() 1773 CHECK_LT(total_components, GetBootClassPath().size()); in Init() 1775 DCHECK_LT(start, GetBootClassPath().size()); in Init() 1780 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()).SubArray(start), in Init() 1798 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()), in Init() 1820 ArrayRef<const DexFile* const> bcp_dex_files(GetClassLinker()->GetBootClassPath()); in Init()
|
D | oat_file_assistant.cc | 191 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() 662 ArrayRef<const std::string>(runtime->GetBootClassPath()), in ValidateBootClassPathChecksums()
|
D | common_runtime_test.cc | 129 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
|
D | runtime.h | 286 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
|
D | class_linker.h | 474 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
|
/art/runtime/jit/ |
D | profile_saver.cc | 723 DCHECK(!class_linker->GetBootClassPath().empty()); in UpdateProfile() 724 const DexFile* dex_file = class_linker->GetBootClassPath().front(); in UpdateProfile() 1046 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
|
D | jit.cc | 891 runtime->GetClassLinker()->GetBootClassPath(); in Run() 948 runtime->GetClassLinker()->GetBootClassPath(); in Run() 1200 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in CreateThreadPool()
|
/art/dex2oat/ |
D | dex2oat.cc | 1519 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup() 1861 &class_linker->GetBootClassPath(), in Compile()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 936 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 537 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
|
/art/oatdump/ |
D | oatdump.cc | 2642 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()
|