Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.cc692 for (auto from_pc : refs) { in ControlTransfers() local
693 auto pcdiff = static_cast<pcdiff_t>(target - from_pc); in ControlTransfers()
694 size_t offset = static_cast<size_t>(from_pc - start); in ControlTransfers()
701 const byte* from_pc) { in ControlTransfers()
705 auto pcdiff = static_cast<pcdiff_t>(target - from_pc); in ControlTransfers()
706 size_t offset = static_cast<size_t>(from_pc - start); in ControlTransfers()
709 refs.push_back(from_pc); in ControlTransfers()
721 const byte* from_pc) { in ControlTransfers()
722 end_label->Ref(map, start, from_pc); in ControlTransfers()