Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.cc261 auto it_b = method_idx_map.find(b.get()); in SortDebugInfosByMethodIndex() local
263 uint32_t idx_b = it_b != method_idx_map.end() ? it_b->second : 0u; in SortDebugInfosByMethodIndex()
Ddexlayout.cc1808 auto it_b = code_item_layout.find(b.get()); in LayoutCodeItems() local
1810 DCHECK(it_b != code_item_layout.end()); in LayoutCodeItems()
1812 const LayoutType layout_type_b = it_b->second; in LayoutCodeItems()