Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc1113 RelocIterator orig_it(*code, mode_mask); in AddCodeForTesting() local
1116 !it.done(); it.next(), orig_it.next()) { in AddCodeForTesting()
1119 uint32_t stub_call_tag = orig_it.rinfo()->wasm_call_tag(); in AddCodeForTesting()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp2022 std::unordered_map<unsigned, Temp>::iterator orig_it = ctx.orig_names.find(pc.first.tempId()); in get_reg_phi() local
2024 if (orig_it != ctx.orig_names.end()) in get_reg_phi()
2025 orig = orig_it->second; in get_reg_phi()