Lines Matching refs:bcp_pos
1590 size_t bcp_pos = 0; in MatchNamedComponents() local
1627 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents()
1631 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()
1634 ++bcp_pos; in MatchNamedComponents()
1635 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()
1644 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()
1649 location.bcp_index = bcp_pos; in MatchNamedComponents()
1652 ++bcp_pos; in MatchNamedComponents()
2097 size_t bcp_pos = 0u; in Load() local
2104 if (bcp_index < bcp_pos) { in Load()
2159 bcp_pos = bcp_index + 1u; // Skip at least this component. in Load()
2160 DCHECK_GT(bcp_pos, GetNextBcpIndex()); in Load()
2164 bcp_pos = GetNextBcpIndex(); in Load()
2175 while (bcp_pos != bcp_component_count) { in Load()
2176 const std::string& bcp_component = boot_class_path_[bcp_pos]; in Load()
2192 ReadHeader(base_location, base_filename, bcp_pos, &err_msg)) { in Load()
2193 VLOG(image) << "Found image extension for " << ExpandLocation(base_location, bcp_pos); in Load()
2194 bcp_pos = GetNextBcpIndex(); in Load()
2200 ++bcp_pos; in Load()
3505 size_t bcp_pos = 0u; in GetBootClassPathChecksums() local
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()
3535 bcp_pos += num_dex_files; in GetBootClassPathChecksums()
3541 ArrayRef<const DexFile* const>(boot_class_path).SubArray(bcp_pos); in GetBootClassPathChecksums()
3629 size_t bcp_pos = 0u; in VerifyBootClassPathChecksums() local
3650 CHECK_EQ(main_location, boot_class_path_locations[bcp_pos + space_index]); in VerifyBootClassPathChecksums()
3667 bcp_pos += component_count; in VerifyBootClassPathChecksums()
3676 if (bcp_pos != oat_bcp_size) { in VerifyBootClassPathChecksums()
3678 bcp_pos, in VerifyBootClassPathChecksums()