Searched refs:it_a (Results 1 – 2 of 2) sorted by relevance
262 auto it_a = method_idx_map.find(a.get()); in SortDebugInfosByMethodIndex() local264 uint32_t idx_a = it_a != method_idx_map.end() ? it_a->second : 0u; in SortDebugInfosByMethodIndex()
1804 auto it_a = code_item_layout.find(a.get()); in LayoutCodeItems() local1806 DCHECK(it_a != code_item_layout.end()); in LayoutCodeItems()1808 const LayoutType layout_type_a = it_a->second; in LayoutCodeItems()