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

/external/v8/src/
H A Dhydrogen.cc2277 HBasicBlock* empty_true = owner()->graph()->CreateBasicBlock(); local
2279 instr->SetSuccessorAt(0, empty_true);
2282 HBasicBlock* join = owner()->CreateJoin(empty_true, empty_false, ast_id);
2335 HBasicBlock* empty_true = owner()->graph()->CreateBasicBlock(); local
2337 instr->SetSuccessorAt(0, empty_true);
2340 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2355 HBasicBlock* empty_true = builder->graph()->CreateBasicBlock(); local
2359 HBranch* test = new(zone()) HBranch(value, empty_true, empty_false, expected);
2362 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());

Completed in 51 milliseconds