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 938 HIfContinuation(HBasicBlock* true_branch,
940 : continuation_captured_(true), true_branch_(true_branch),
944 void Capture(HBasicBlock* true_branch,
947 true_branch_ = true_branch;
952 void Continue(HBasicBlock** true_branch,
955 *true_branch = true_branch_;
966 HBasicBlock* true_branch() const { return true_branch_; } function in class:v8::internal::final
    [all...]
hydrogen.cc 892 builder()->GotoNoSimulate(true_block, continuation->true_branch());
4232 HBasicBlock* true_branch = NULL; local
4332 HBasicBlock* true_branch = NULL; local
    [all...]

Completed in 134 milliseconds