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

  /external/v8/src/crankshaft/
hydrogen.h 980 HIfContinuation(HBasicBlock* true_branch,
982 : continuation_captured_(true), true_branch_(true_branch),
986 void Capture(HBasicBlock* true_branch,
989 true_branch_ = true_branch;
994 void Continue(HBasicBlock** true_branch,
997 *true_branch = true_branch_;
1008 HBasicBlock* true_branch() const { return true_branch_; } function in class:v8::internal::final
    [all...]
hydrogen.cc 3797 HBasicBlock* true_branch = NULL; local
3897 HBasicBlock* true_branch = NULL; local
    [all...]

Completed in 70 milliseconds