Lines Matching refs:bcp_pos
1660 size_t bcp_pos = 0; in MatchNamedComponents() local
1694 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents()
1698 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()
1701 ++bcp_pos; in MatchNamedComponents()
1702 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()
1710 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()
1714 location.bcp_index = bcp_pos; in MatchNamedComponents()
1717 ++bcp_pos; in MatchNamedComponents()
2101 size_t bcp_pos = 0u; in LoadOrValidate() local
2113 if (bcp_index < bcp_pos) { in LoadOrValidate()
2118 if (validate && bcp_index > bcp_pos) { in LoadOrValidate()
2144 bcp_pos = bcp_index + 1u; // Skip at least this component. in LoadOrValidate()
2145 DCHECK_GT(bcp_pos, GetNextBcpIndex()); in LoadOrValidate()
2157 bcp_pos = GetNextBcpIndex(); in LoadOrValidate()
2169 while (bcp_pos != bcp_component_count) { in LoadOrValidate()
2170 const std::string& bcp_component = boot_class_path_[bcp_pos]; in LoadOrValidate()
2186 ReadHeader(base_location, base_filename, bcp_pos, &err_msg)) { in LoadOrValidate()
2187 VLOG(image) << "Found image extension for " << ExpandLocation(base_location, bcp_pos); in LoadOrValidate()
2188 bcp_pos = GetNextBcpIndex(); in LoadOrValidate()
2208 ++bcp_pos; in LoadOrValidate()
3336 size_t bcp_pos = 0u; in GetBootClassPathChecksums() local
3344 boot_class_path[bcp_pos]->GetLocation()); in GetBootClassPathChecksums()
3360 CHECK_LE(oat_file->GetOatDexFiles().size(), boot_class_path.size() - bcp_pos); in GetBootClassPathChecksums()
3363 boot_class_path[bcp_pos + i]->GetLocation()); in GetBootClassPathChecksums()
3366 bcp_pos += num_dex_files; in GetBootClassPathChecksums()
3372 ArrayRef<const DexFile* const>(boot_class_path).SubArray(bcp_pos); in GetBootClassPathChecksums()
3447 size_t bcp_pos = 0u; in VerifyBootClassPathChecksums() local
3470 bcp_pos = layout.GetNextBcpIndex(); in VerifyBootClassPathChecksums()
3473 for ( ; bcp_pos != bcp_size; ++bcp_pos) { in VerifyBootClassPathChecksums()
3482 const std::string& bcp_filename = boot_class_path[bcp_pos]; in VerifyBootClassPathChecksums()
3503 if (bcp_pos + 1u != bcp_size) { in VerifyBootClassPathChecksums()
3549 size_t bcp_pos = 0u; in VerifyBootClassPathChecksums() local
3570 CHECK_EQ(main_location, boot_class_path_locations[bcp_pos + space_index]); in VerifyBootClassPathChecksums()
3587 bcp_pos += component_count; in VerifyBootClassPathChecksums()