Home
last modified time | relevance | path

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

12

/art/runtime/
Doat_file-inl.h104 Runtime::Current()->GetClassLinker()->GetBootClassPath()); in FindBcpMappingInfo()
Ddexopt_test.cc178 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()), in GenerateOatForTest()
Druntime.cc1611 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()
Doat_file_assistant.cc204 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath()
674 ArrayRef<const std::string>(runtime->GetBootClassPath()), in ValidateBootClassPathChecksums()
Dcommon_runtime_test.cc137 boot_class_path_ = class_linker_->GetBootClassPath(); in SetUp()
Druntime.h288 const std::vector<std::string>& GetBootClassPath() const { in GetBootClassPath() function
Doat_file.cc1037 if (linker != nullptr && UNLIKELY(number_of_bcp_dexfiles > linker->GetBootClassPath().size())) { in Setup()
1050 linker->GetBootClassPath()[i]->GetLocation() : in Setup()
Dclass_linker.h473 const std::vector<const DexFile*>& GetBootClassPath() { in GetBootClassPath() function
/art/runtime/native/
Djava_lang_VMClassLoader.cc135 Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathEntries()
Ddalvik_system_VMRuntime.cc225 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc380 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/
Doat_writer_test.cc432 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()
Dimage_test.h153 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath(); in DoCompile()
Doat_writer.cc954 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/
Dstack_map_stream.cc229 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()
Dcode_generator_x86_64.cc293 ContainsElement(Runtime::Current()->GetClassLinker()->GetBootClassPath(), in EmitNativeCode()
1262 ContainsElement(Runtime::Current()->GetClassLinker()->GetBootClassPath(), in RecordMethodBssEntryPatch()
/art/runtime/gc/space/
Dimage_space_test.cc329 std::vector<std::string> bcp = runtime->GetBootClassPath(); in TEST_F()
331 std::vector<const DexFile*> dex_files = runtime->GetClassLinker()->GetBootClassPath(); in TEST_F()
Dimage_space.cc3387 ArrayRef<const std::string>(runtime->GetBootClassPath()), in IsBootClassPathOnDisk()
/art/runtime/jit/
Dprofile_saver.cc724 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()
Djit.cc884 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/
Dentrypoint_utils-inl.h65 for (const DexFile* df : class_linker->GetBootClassPath()) { in GetResolvedMethodErrorString()
144 ArrayRef<const DexFile* const> bcp_dex_files(class_linker->GetBootClassPath()); in GetResolvedMethod()
/art/dex2oat/
Ddex2oat.cc1532 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup()
1848 &class_linker->GetBootClassPath(), in Compile()
/art/openjdkjvmti/
Dti_class.cc935 art::Runtime::Current()->GetClassLinker()->GetBootClassPath(), in GetClassLoaderClassDescriptors()
/art/oatdump/
Doatdump.cc546 ArrayRef<const DexFile* const> bcp_dex_files(linker->GetBootClassPath()); in Dump()
2704 class_path = runtime->GetClassLinker()->GetBootClassPath(); in Dump()
/art/runtime/interpreter/
Dunstarted_runtime.cc567 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream()

12