Searched defs:boot_class_path (Results 1 – 14 of 14) sorted by relevance
503 auto boot_class_path = static_cast<std::vector<std::unique_ptr<const DexFile>>*>( in ProcessSpecialOptions() local714 const ParseStringList<':'>* boot_class_path = args.Get(M::BootClassPath); in DoParse() local
38 std::string boot_class_path; in TEST_F() local
204 const auto& boot_class_path = class_linker->GetBootClassPath(); in IsInBootClassPath() local
1848 std::vector<std::unique_ptr<const DexFile>> boot_class_path; in Init() local
624 bool ClassLinker::InitWithoutImage(std::vector<std::unique_ptr<const DexFile>> boot_class_path, in InitWithoutImage()
229 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath(); in BeginInlineInfoEntry() local275 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath(); in BeginInlineInfoEntry() local
1422 ArrayRef<const std::string> boot_class_path, in BootImageLayout()2057 std::string boot_class_path = head_bcp.empty() ? in CompileBootclasspathElements() local2363 BootImageLoader(const std::vector<std::string>& boot_class_path, in BootImageLoader()3412 const std::vector<std::string>& boot_class_path, in LoadBootImage()3637 ArrayRef<const DexFile* const> boot_class_path) { in GetBootClassPathChecksums()3699 ArrayRef<const std::string> boot_class_path, in CheckAndCountBCPComponents()3734 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums()3839 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums()
415 std::vector<std::string> boot_class_path = libcore_dex_files; in TEST_F() local
2666 std::string boot_class_path = "-Xbootclasspath:"; in PrepareRuntimeOptions() local
883 const std::vector<const DexFile*>& boot_class_path = in Run() local936 const std::vector<const DexFile*>& boot_class_path = in Run() local
225 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':'); in VMRuntime_bootClassPath() local
2258 ArrayRef<const DexFile* const> boot_class_path( in InitIndexBssMappings() local3130 ArrayRef<const DexFile* const> boot_class_path( in WriteIndexBssMappings() local
567 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath(); in GetResourceAsStream() local
270 const std::vector<std::string>& boot_class_path, in Heap()