Lines Matching refs:boot_class_path_

1651        boot_class_path_(boot_class_path),  in BootImageLayout()
1709 ArrayRef<const std::string>(boot_class_path_).SubArray(bcp_index, 1u), in ExpandLocationImpl()
1726 DCHECK_LE(bcp_index, boot_class_path_.size()); in GetBcpComponentPath()
1727 size_t bcp_slash_pos = boot_class_path_[bcp_index].rfind('/'); in GetBcpComponentPath()
1729 return boot_class_path_[bcp_index].substr(0u, bcp_slash_pos + 1u); in GetBcpComponentPath()
1779 ArrayRef<const std::string> boot_class_path_; member in art::gc::space::ImageSpace::BootImageLayout
1801 size_t slash_pos = boot_class_path_.empty() in GetPrimaryImageLocation()
1803 : boot_class_path_[0].rfind('/'); in GetPrimaryImageLocation()
1807 location.insert(0u, boot_class_path_[0].substr(0u, slash_pos + 1u)); in GetPrimaryImageLocation()
1819 for (const std::string& bcp_component : boot_class_path_) { in VerifyImageLocation()
1907 size_t bcp_component_count = boot_class_path_.size(); in MatchNamedComponents()
2033 size_t bcp_component_count = boot_class_path_.size(); in ValidateHeader()
2067 DCHECK_LT(bcp_index, boot_class_path_.size()); in ReadHeader()
2108 size_t bcp_component_count = boot_class_path_.size(); in CompileExtension()
2194 boot_class_path_.SubArray(/*pos=*/ 0u, /*length=*/ dependency_component_count); in CompileExtension()
2198 boot_class_path_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension()
2213 args.push_back("--dex-file=" + boot_class_path_[i]); in CompileExtension()
2301 if (next_bcp_index_ != boot_class_path_.size()) { in CheckAndRemoveLastChunkChecksum()
2303 boot_class_path_.size() - next_bcp_index_); in CheckAndRemoveLastChunkChecksum()
2348 const size_t bcp_component_count = boot_class_path_.size(); in LoadOrValidate()
2389 VLOG(image) << "Error compiling extension for " << boot_class_path_[bcp_index] in LoadOrValidate()
2418 const std::string& bcp_component = boot_class_path_[bcp_pos]; in LoadOrValidate()
2497 : boot_class_path_(boot_class_path), in BootImageLoader()
2515 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in FindImageFiles()
3215 ArrayRef<const std::string>(boot_class_path_), in OpenOatFile()
3350 boot_class_path_.SubArray(/*pos=*/ chunk.start_index + i, bcp_chunk_size), in LoadComponents()
3407 const ArrayRef<const std::string> boot_class_path_; member in art::gc::space::ImageSpace::BootImageLoader
3430 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in LoadFromSystem()
3462 BootImageLayout layout(image_location_, boot_class_path_, boot_class_path_locations_); in LoadFromDalvikCache()