Searched refs:code_item_layout (Results 1 – 1 of 1) sorted by relevance
1737 std::unordered_map<dex_ir::CodeItem*, LayoutType>& code_item_layout = in LayoutCodeItems() local1778 auto it = code_item_layout.emplace(code_item, state); in LayoutCodeItems()1792 auto it = code_item_layout.find(code_item.get()); in LayoutCodeItems()1793 DCHECK(it != code_item_layout.end()); in LayoutCodeItems()1807 auto it_a = code_item_layout.find(a.get()); in LayoutCodeItems()1808 auto it_b = code_item_layout.find(b.get()); in LayoutCodeItems()1809 DCHECK(it_a != code_item_layout.end()); in LayoutCodeItems()1810 DCHECK(it_b != code_item_layout.end()); in LayoutCodeItems()