Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.cc260 auto it_a = method_idx_map.find(a.get()); in SortDebugInfosByMethodIndex() local
262 uint32_t idx_a = it_a != method_idx_map.end() ? it_a->second : 0u; in SortDebugInfosByMethodIndex()
Ddexlayout.cc1807 auto it_a = code_item_layout.find(a.get()); in LayoutCodeItems() local
1809 DCHECK(it_a != code_item_layout.end()); in LayoutCodeItems()
1811 const LayoutType layout_type_a = it_a->second; in LayoutCodeItems()