Searched refs:empty_true (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc4051 HBasicBlock* empty_true = owner()->graph()->CreateBasicBlock(); local
4053 instr->SetSuccessorAt(0, empty_true);
4056 HBasicBlock* join = owner()->CreateJoin(empty_true, empty_false, ast_id);
4150 HBasicBlock* empty_true = owner()->graph()->CreateBasicBlock(); local
4152 instr->SetSuccessorAt(0, empty_true);
4155 owner()->Goto(empty_true, if_true(), owner()->function_state());

Completed in 228 milliseconds