Searched refs:true_branch_ (Results 1 – 1 of 1) sorted by relevance
936 true_branch_(NULL), in HIfContinuation()940 : continuation_captured_(true), true_branch_(true_branch), in HIfContinuation()947 true_branch_ = true_branch; in Capture()955 *true_branch = true_branch_; in Continue()960 bool IsTrueReachable() { return true_branch_ != NULL; } in IsTrueReachable()966 HBasicBlock* true_branch() const { return true_branch_; } in true_branch()971 HBasicBlock* true_branch_; variable