Lines Matching refs:bcp_pos

1908   size_t bcp_pos = 0;  in MatchNamedComponents()  local
1942 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents()
1946 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()
1949 ++bcp_pos; in MatchNamedComponents()
1950 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()
1958 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()
1962 location.bcp_index = bcp_pos; in MatchNamedComponents()
1965 ++bcp_pos; in MatchNamedComponents()
2349 size_t bcp_pos = 0u; in LoadOrValidate() local
2361 if (bcp_index < bcp_pos) { in LoadOrValidate()
2366 if (validate && bcp_index > bcp_pos) { in LoadOrValidate()
2392 bcp_pos = bcp_index + 1u; // Skip at least this component. in LoadOrValidate()
2393 DCHECK_GT(bcp_pos, GetNextBcpIndex()); in LoadOrValidate()
2405 bcp_pos = GetNextBcpIndex(); in LoadOrValidate()
2417 while (bcp_pos != bcp_component_count) { in LoadOrValidate()
2418 const std::string& bcp_component = boot_class_path_[bcp_pos]; in LoadOrValidate()
2434 ReadHeader(base_location, base_filename, bcp_pos, &err_msg)) { in LoadOrValidate()
2435 VLOG(image) << "Found image extension for " << ExpandLocation(base_location, bcp_pos); in LoadOrValidate()
2436 bcp_pos = GetNextBcpIndex(); in LoadOrValidate()
2456 ++bcp_pos; in LoadOrValidate()
3818 size_t bcp_pos = 0u; in GetBootClassPathChecksums() local
3826 boot_class_path[bcp_pos]->GetLocation()); in GetBootClassPathChecksums()
3842 CHECK_LE(oat_file->GetOatDexFiles().size(), boot_class_path.size() - bcp_pos); in GetBootClassPathChecksums()
3845 boot_class_path[bcp_pos + i]->GetLocation()); in GetBootClassPathChecksums()
3848 bcp_pos += num_dex_files; in GetBootClassPathChecksums()
3854 ArrayRef<const DexFile* const>(boot_class_path).SubArray(bcp_pos); in GetBootClassPathChecksums()
3922 size_t bcp_pos = 0u; in VerifyBootClassPathChecksums() local
3957 bcp_pos = layout.GetNextBcpIndex(); in VerifyBootClassPathChecksums()
3960 for ( ; bcp_pos != bcp_size; ++bcp_pos) { in VerifyBootClassPathChecksums()
3969 const std::string& bcp_filename = boot_class_path[bcp_pos]; in VerifyBootClassPathChecksums()
3991 if (bcp_pos + 1u != bcp_size) { in VerifyBootClassPathChecksums()
4037 size_t bcp_pos = 0u; in VerifyBootClassPathChecksums() local
4058 CHECK_EQ(main_location, boot_class_path_locations[bcp_pos + space_index]); in VerifyBootClassPathChecksums()
4075 bcp_pos += component_count; in VerifyBootClassPathChecksums()