Lines Matching refs:boot_class_path_locations

1416                   ArrayRef<const std::string> boot_class_path_locations)  in BootImageLayout()  argument
1419 boot_class_path_locations_(boot_class_path_locations) {} in BootImageLayout()
1954 std::string boot_class_path_locations = in CompileExtension() local
1962 args.push_back("-Xbootclasspath-locations:" + boot_class_path_locations); in CompileExtension()
2231 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader() argument
2237 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader()
3166 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage() argument
3187 boot_class_path_locations, in LoadBootImage()
3430 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums() argument
3439 DCHECK_EQ(boot_class_path_locations.size(), boot_class_path.size()); in VerifyBootClassPathChecksums()
3441 CheckAndCountBCPComponents(oat_boot_class_path, boot_class_path_locations, error_msg); in VerifyBootClassPathChecksums()
3452 boot_class_path_locations.SubArray(/*pos=*/ 0u, bcp_size)); in VerifyBootClassPathChecksums()
3524 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums() argument
3527 DCHECK_EQ(boot_class_path.size(), boot_class_path_locations.size()); in VerifyBootClassPathChecksums()
3528 DCHECK_GE(boot_class_path_locations.size(), image_spaces.size()); in VerifyBootClassPathChecksums()
3535 CheckAndCountBCPComponents(oat_boot_class_path, boot_class_path_locations, error_msg); in VerifyBootClassPathChecksums()
3570 CHECK_EQ(main_location, boot_class_path_locations[bcp_pos + space_index]); in VerifyBootClassPathChecksums()