Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1381 BranchHintMap func_branch_hints; in DecodeBranchHintsSection() local
1417 func_branch_hints.insert(br_off, hint); in DecodeBranchHintsSection()
1422 branch_hints.emplace(func_idx, std::move(func_branch_hints)); in DecodeBranchHintsSection()