Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h725 using SmallNodeVector = base::SmallVector<Node*, 6>; variable
730 Callbacks BranchCallbacks(SmallNodeVector& no_match_controls,
731 SmallNodeVector& no_match_effects,
732 SmallNodeVector& match_controls,
733 SmallNodeVector& match_effects);
Dwasm-compiler.cc5755 SmallNodeVector& no_match_controls, SmallNodeVector& no_match_effects, in BranchCallbacks()
5756 SmallNodeVector& match_controls, SmallNodeVector& match_effects) { in BranchCallbacks()
5846 SmallNodeVector no_match_controls, no_match_effects, match_controls, in BrOnCastAbs()