Searched refs:it_b (Results 1 – 2 of 2) sorted by relevance
261 auto it_b = method_idx_map.find(b.get()); in SortDebugInfosByMethodIndex() local263 uint32_t idx_b = it_b != method_idx_map.end() ? it_b->second : 0u; in SortDebugInfosByMethodIndex()
1808 auto it_b = code_item_layout.find(b.get()); in LayoutCodeItems() local1810 DCHECK(it_b != code_item_layout.end()); in LayoutCodeItems()1812 const LayoutType layout_type_b = it_b->second; in LayoutCodeItems()