/art/runtime/ |
D | oat_file-inl.h | 104 Runtime::Current()->GetClassLinker()->GetBootClassPath()); in FindBcpMappingInfo()
|
D | dexopt_test.cc | 178 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
|
D | runtime.cc | 1611 GetBootClassPath(), in Init() 1821 if (total_components != GetBootClassPath().size()) { in Init() 1823 CHECK_LT(total_components, GetBootClassPath().size()); in Init() 1825 DCHECK_LT(start, GetBootClassPath().size()); in Init() 1833 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()).SubArray(start), in Init() 1852 OpenBootDexFiles(ArrayRef<const std::string>(GetBootClassPath()), in Init() 1875 ArrayRef<const DexFile* const> bcp_dex_files(GetClassLinker()->GetBootClassPath()); in Init()
|
D | oat_file_assistant.cc | 204 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() 674 ArrayRef<const std::string>(runtime->GetBootClassPath()), in ValidateBootClassPathChecksums()
|
D | common_runtime_test.cc | 137 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
|
D | runtime.h | 288 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
|
D | oat_file.cc | 1037 if (linker != nullptr && UNLIKELY(number_of_bcp_dexfiles > linker->GetBootClassPath().size())) { in Setup() 1050 linker->GetBootClassPath()[i]->GetLocation() : in Setup()
|
D | class_linker.h | 473 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
|
D | dalvik_system_VMRuntime.cc | 225 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()
|
D | oat_writer.cc | 954 ContainsElement(Runtime::Current()->GetClassLinker()->GetBootClassPath(), ref.dex_file)); in AddBssReference() 2259 Runtime::Current()->GetClassLinker()->GetBootClassPath()); in InitIndexBssMappings() 3131 Runtime::Current()->GetClassLinker()->GetBootClassPath()); in WriteIndexBssMappings()
|
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 229 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath(); in BeginInlineInfoEntry() 275 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath(); in BeginInlineInfoEntry()
|
D | code_generator_x86_64.cc | 293 ContainsElement(Runtime::Current()->GetClassLinker()->GetBootClassPath(), in EmitNativeCode() 1262 ContainsElement(Runtime::Current()->GetClassLinker()->GetBootClassPath(), in RecordMethodBssEntryPatch()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 329 std::vector<std::string> bcp = runtime->GetBootClassPath(); in TEST_F() 331 std::vector<const DexFile*> dex_files = runtime->GetClassLinker()->GetBootClassPath(); in TEST_F()
|
D | image_space.cc | 3387 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
|
/art/runtime/jit/ |
D | profile_saver.cc | 724 DCHECK(!class_linker->GetBootClassPath().empty()); in UpdateProfile() 725 const DexFile* dex_file = class_linker->GetBootClassPath().front(); in UpdateProfile() 1047 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in Start()
|
D | jit.cc | 884 runtime->GetClassLinker()->GetBootClassPath(); in Run() 937 runtime->GetClassLinker()->GetBootClassPath(); in Run() 1187 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) { in CreateThreadPool()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 65 for (const DexFile* df : class_linker->GetBootClassPath()) { in GetResolvedMethodErrorString() 144 ArrayRef<const DexFile* const> bcp_dex_files(class_linker->GetBootClassPath()); in GetResolvedMethod()
|
/art/dex2oat/ |
D | dex2oat.cc | 1532 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup() 1848 &class_linker->GetBootClassPath(), in Compile()
|
/art/openjdkjvmti/ |
D | ti_class.cc | 935 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
|
/art/oatdump/ |
D | oatdump.cc | 546 ArrayRef<const DexFile* const> bcp_dex_files(linker->GetBootClassPath()); in Dump() 2704 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 567 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()
|