Lines Matching refs:start_index
1675 if (chunk.start_index != component_count) { in ValidateBootImageChecksum()
1859 chunk.start_index = bcp_index; in ReadHeader()
1901 if (chunks_.size() == i || chunks_[i].start_index != dependency_component_count) { in CompileBootclasspathElements()
2055 chunk.start_index = bcp_index; in CompileBootclasspathElements()
2347 boot_class_path_locations_[chunk.start_index].c_str(), in LoadImage()
2357 << boot_class_path_locations_[chunk.start_index] << ": " << extension_error_msg; in LoadImage()
2365 if (max_image_space_dependencies == chunk.start_index && in LoadImage()
2366 total_component_count == chunk.start_index + chunk.component_count) { in LoadImage()
2367 max_image_space_dependencies = chunk.start_index + chunk.component_count; in LoadImage()
3028 bool is_extension = (chunk.start_index != 0u); in LoadComponents()
3033 boot_class_path_locations_[chunk.start_index].c_str(), in LoadComponents()
3040 chunk.start_index, chunk.image_space_count); in LoadComponents()
3053 size_t pos = chunk.start_index + i; in LoadComponents()
3125 size_t pos = chunk.start_index + i; in LoadComponents()
3724 size_t start_index = 0u; in ExpandMultiImageLocations() local
3726 start_index = 1u; in ExpandMultiImageLocations()
3731 for (size_t i = start_index; i < dex_locations.size(); ++i) { in ExpandMultiImageLocations()