Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcode-assembler.cc1287 const std::function<void()>& false_body) { in Branch() argument
1290 return constant ? true_body() : false_body(); in Branch()
1300 false_body(); in Branch()
1304 const std::function<void()>& false_body) { in Branch() argument
1307 return constant ? Goto(true_label) : false_body(); in Branch()
1313 false_body(); in Branch()
Dcode-assembler.h717 const std::function<void()>& false_body);
719 const std::function<void()>& false_body);
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h931 const NodeGenerator<T>& false_body) { in Select() argument
943 value = false_body(); in Select()