Searched refs:true_body (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | code-assembler.cc | 1395 std::function<void()> true_body, in Branch() argument 1399 return constant ? true_body() : false_body(); in Branch() 1406 true_body(); in Branch() 1426 std::function<void()> true_body, in Branch() argument 1430 return constant ? true_body() : Goto(false_label); in Branch() 1436 true_body(); in Branch()
|
D | code-assembler.h | 776 void Branch(TNode<BoolT> condition, std::function<void()> true_body, 780 void Branch(TNode<BoolT> condition, std::function<void()> true_body,
|
/external/v8/src/ |
D | code-stub-assembler.h | 676 TNode<A> Select(SloppyTNode<BoolT> condition, const F& true_body, in Select() argument 680 [&]() -> Node* { return implicit_cast<TNode<A>>(true_body()); }, in Select() 2907 Node* SelectImpl(TNode<BoolT> condition, const NodeGenerator& true_body,
|
D | code-stub-assembler.cc | 172 const NodeGenerator& true_body, in SelectImpl() argument 181 value.Bind(true_body()); in SelectImpl()
|