Searched defs:boot_class_path (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/runtime/ |
H A D | parsed_options.cc | 492 auto boot_class_path = static_cast<std::vector<std::unique_ptr<const DexFile>>*>( in ProcessSpecialOptions() local 712 const ParseStringList<':'>* boot_class_path = args.Get(M::BootClassPath); in DoParse() local
|
H A D | parsed_options_test.cc | 38 std::string boot_class_path; in TEST_F() local
|
H A D | oat_file_assistant.cc | 191 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() local
|
H A D | runtime.cc | 1794 std::vector<std::unique_ptr<const DexFile>> boot_class_path; in Init() local
|
H A D | class_linker.cc | 661 bool ClassLinker::InitWithoutImage(std::vector<std::unique_ptr<const DexFile>> boot_class_path, in InitWithoutImage()
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 1415 ArrayRef<const std::string> boot_class_path, in BootImageLayout() 1953 std::string boot_class_path = Join(head_bcp, ':') + ':' + Join(extension_bcp, ':'); in CompileExtension() local 2230 BootImageLoader(const std::vector<std::string>& boot_class_path, in BootImageLoader() 3165 const std::vector<std::string>& boot_class_path, in LoadBootImage() 3334 ArrayRef<const DexFile* const> boot_class_path) { in GetBootClassPathChecksums() 3396 ArrayRef<const std::string> boot_class_path, in CheckAndCountBCPComponents() 3431 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums() 3525 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_image_test.cc | 415 std::vector<std::string> boot_class_path = libcore_dex_files; in TEST_F() local
|
H A D | dex2oat.cc | 2667 std::string boot_class_path = "-Xbootclasspath:"; in PrepareRuntimeOptions() local
|
/aosp12/art/runtime/jit/ |
H A D | jit.cc | 890 const std::vector<const DexFile*>& boot_class_path = in Run() local 947 const std::vector<const DexFile*>& boot_class_path = in Run() local
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_VMRuntime.cc | 221 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath() local
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 537 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream() local
|
/aosp12/art/runtime/gc/ |
H A D | heap.cc | 257 const std::vector<std::string>& boot_class_path, in Heap()
|