Home
last modified time | relevance | path

Searched refs:empty_false (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen.cc3975 HBasicBlock* empty_false = owner()->graph()->CreateBasicBlock(); in ReturnControl() local
3977 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
3979 HBasicBlock* join = owner()->CreateJoin(empty_true, empty_false, ast_id); in ReturnControl()
4074 HBasicBlock* empty_false = owner()->graph()->CreateBasicBlock(); in ReturnControl() local
4076 instr->SetSuccessorAt(1, empty_false); in ReturnControl()
4079 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl()