Searched refs:code_item_layout (Results 1 – 1 of 1) sorted by relevance
1733 std::unordered_map<dex_ir::CodeItem*, LayoutType>& code_item_layout = in LayoutCodeItems() local1774 auto it = code_item_layout.emplace(code_item, state); in LayoutCodeItems()1788 auto it = code_item_layout.find(code_item.get()); in LayoutCodeItems()1789 DCHECK(it != code_item_layout.end()); in LayoutCodeItems()1803 auto it_a = code_item_layout.find(a.get()); in LayoutCodeItems()1804 auto it_b = code_item_layout.find(b.get()); in LayoutCodeItems()1805 DCHECK(it_a != code_item_layout.end()); in LayoutCodeItems()1806 DCHECK(it_b != code_item_layout.end()); in LayoutCodeItems()