Searched refs:code_item_layout (Results 1 – 1 of 1) sorted by relevance
2039 std::unordered_map<dex_ir::CodeItem*, LayoutType>& code_item_layout = in LayoutCodeItems() local2080 auto it = code_item_layout.emplace(code_item, state); in LayoutCodeItems()2094 auto it = code_item_layout.find(code_item.get()); in LayoutCodeItems()2095 DCHECK(it != code_item_layout.end()); in LayoutCodeItems()2109 auto it_a = code_item_layout.find(a.get()); in LayoutCodeItems()2110 auto it_b = code_item_layout.find(b.get()); in LayoutCodeItems()2111 DCHECK(it_a != code_item_layout.end()); in LayoutCodeItems()2112 DCHECK(it_b != code_item_layout.end()); in LayoutCodeItems()