Home
last modified time | relevance | path

Searched refs:bcp_df_pos (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc1567 size_t bcp_df_pos = 0u; in Setup() local
1570 if (bcp_df_pos == bcp_df_end || bcp_dex_files[bcp_df_pos]->GetLocation() != bcp_location) { in Setup()
1574 CHECK(!DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())); in Setup()
1575 ++bcp_df_pos; in Setup()
1576 while (bcp_df_pos != bcp_df_end && in Setup()
1577 DexFileLoader::IsMultiDexLocation(bcp_dex_files[bcp_df_pos]->GetLocation())) { in Setup()
1578 ++bcp_df_pos; in Setup()
1581 if (bcp_df_pos != bcp_df_end) { in Setup()
1583 << bcp_dex_files[bcp_df_pos]->GetLocation(); in Setup()