Lines Matching refs:boot_class_path

1976   std::string boot_class_path = head_bcp.empty() ?  in CompileBootclasspathElements()  local
1987 args.push_back("-Xbootclasspath:" + boot_class_path); in CompileBootclasspathElements()
2224 BootImageLoader(const std::vector<std::string>& boot_class_path, in BootImageLoader() argument
2235 : boot_class_path_(boot_class_path), in BootImageLoader()
3298 bool ImageSpace::LoadBootImage(const std::vector<std::string>& boot_class_path, in LoadBootImage() argument
3325 BootImageLoader loader(boot_class_path, in LoadBootImage()
3503 ArrayRef<const DexFile* const> boot_class_path) { in GetBootClassPathChecksums() argument
3504 DCHECK(!boot_class_path.empty()); in GetBootClassPathChecksums()
3513 boot_class_path[bcp_pos]->GetLocation()); in GetBootClassPathChecksums()
3529 CHECK_LE(oat_file->GetOatDexFiles().size(), boot_class_path.size() - bcp_pos); in GetBootClassPathChecksums()
3532 boot_class_path[bcp_pos + i]->GetLocation()); in GetBootClassPathChecksums()
3541 ArrayRef<const DexFile* const>(boot_class_path).SubArray(bcp_pos); in GetBootClassPathChecksums()
3564 ArrayRef<const std::string> boot_class_path, in CheckAndCountBCPComponents() argument
3570 for (const std::string& location : boot_class_path) { in CheckAndCountBCPComponents()
3589 Join(boot_class_path, ':').c_str()); in CheckAndCountBCPComponents()
3600 ArrayRef<const std::string> boot_class_path, in VerifyBootClassPathChecksums() argument
3602 DCHECK_EQ(boot_class_path.size(), boot_class_path_locations.size()); in VerifyBootClassPathChecksums()