Home
last modified time | relevance | path

Searched refs:BranchWithHint (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.h359 void BranchWithHint(Node* condition,
366 // {GotoIf(c, l, h)} is equivalent to {BranchWithHint(c, l, templ, h);
372 // {GotoIfNot(c, l, h)} is equivalent to {BranchWithHint(c, templ, l, h);
707 void GraphAssembler::BranchWithHint( in BranchWithHint() function in v8::internal::compiler::GraphAssembler
H A Djs-call-reducer.cc503 gasm_->BranchWithHint(cond_(i), &loop_body, &loop_exit, in Do()
574 gasm_->BranchWithHint(cond_(i), &loop_body, &loop_exit, in Value()
756 BranchWithHint(HoleCheck(kind, o), continue_label, &if_not_hole, in MaybeSkipHole()

Completed in 11 milliseconds