Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc738 for (auto from_pc : refs) { in ControlTransfers() local
739 auto pcdiff = static_cast<pcdiff_t>(target - from_pc); in ControlTransfers()
740 size_t offset = static_cast<size_t>(from_pc - start); in ControlTransfers()
747 const byte* from_pc) { in ControlTransfers()
751 auto pcdiff = static_cast<pcdiff_t>(target - from_pc); in ControlTransfers()
752 size_t offset = static_cast<size_t>(from_pc - start); in ControlTransfers()
755 refs.push_back(from_pc); in ControlTransfers()
767 const byte* from_pc) { in ControlTransfers()
768 end_label->Ref(map, start, from_pc); in ControlTransfers()