Searched refs:true_branch_ (Results 1 – 1 of 1) sorted by relevance
972 true_branch_(NULL), in HIfContinuation()976 : continuation_captured_(true), true_branch_(true_branch), in HIfContinuation()983 true_branch_ = true_branch; in Capture()991 *true_branch = true_branch_; in Continue()996 bool IsTrueReachable() { return true_branch_ != NULL; } in IsTrueReachable()1002 HBasicBlock* true_branch() const { return true_branch_; } in true_branch()1007 HBasicBlock* true_branch_; variable