Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1385 int64_t last_br_off = -1; in DecodeBranchHintsSection() local
1388 if (int64_t(br_off) <= last_br_off) { in DecodeBranchHintsSection()
1392 last_br_off = br_off; in DecodeBranchHintsSection()