Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1387 uint32_t br_off = inner.consume_u32v("branch instruction offset"); in DecodeBranchHintsSection() local
1388 if (int64_t(br_off) <= last_br_off) { in DecodeBranchHintsSection()
1389 inner.errorf("Invalid branch offset: %d", br_off); in DecodeBranchHintsSection()
1392 last_br_off = br_off; in DecodeBranchHintsSection()
1399 TRACE("DecodeBranchHints[%d][%d] module+%d\n", func_idx, br_off, in DecodeBranchHintsSection()
1417 func_branch_hints.insert(br_off, hint); in DecodeBranchHintsSection()