HomeSort by relevance Sort by last modified time
    Searched refs:if_false_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
node-matchers.cc 17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) {
24 DCHECK_NULL(if_false_);
25 if_false_ = use;
35 if_false_(nullptr) {
49 if_false_ = input1;
54 if_false_ = input0;
node-matchers.h 568 bool Matched() const { return if_true_ && if_false_; }
572 Node* IfFalse() const { return if_false_; }
576 Node* if_false_; member in struct:v8::internal::compiler::BranchMatcher
585 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node());
590 Node* IfFalse() const { return if_false_; }
610 Node* if_false_; member in struct:v8::internal::compiler::DiamondMatcher
  /external/v8/src/crankshaft/
hydrogen.h 830 if_false_(if_false) {
846 HBasicBlock* if_false() const { return if_false_; }
855 HBasicBlock* if_false_; member in class:v8::internal::final
    [all...]

Completed in 2363 milliseconds