Searched defs:Goto (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py167 class Goto(Node): class in inherits:Node
1626 return Goto(tokens[0].start, tokens[0].end, tokens[0].name)
/external/chromium_org/v8/src/
H A Dhydrogen.cc205 void HBasicBlock::Goto(HBasicBlock* block, function in class:v8::internal::HBasicBlock
1052 current_block()->Goto(continuation);
2016 first->Goto(join_block);
2017 second->Goto(join_block);
2028 if (exit_block != NULL) exit_block->Goto(continue_block);
2041 if (body_exit != NULL) body_exit->Goto(loop_entry);
2044 if (loop_successor != NULL) loop_successor->Goto(break_block);
2702 empty_true->Goto(if_true(), owner()->function_state());
2703 empty_false->Goto(if_false(), owner()->function_state());
2714 true_branch->Goto(if_tru
[all...]
/external/v8/src/
H A Dhydrogen.cc168 void HBasicBlock::Goto(HBasicBlock* block, bool drop_extra) { function in class:v8::internal::HBasicBlock
626 first->Goto(join_block);
627 second->Goto(join_block);
638 if (exit_block != NULL) exit_block->Goto(continue_block);
651 if (body_exit != NULL) body_exit->Goto(loop_entry);
654 if (loop_successor != NULL) loop_successor->Goto(break_block);
2340 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2341 empty_false->Goto(if_false(), owner()->function_state()->drop_extra());
2362 empty_true->Goto(if_true(), owner()->function_state()->drop_extra());
2363 empty_false->Goto(if_fals
[all...]

Completed in 265 milliseconds