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

/external/chromium_org/v8/src/
H A Dhydrogen.cc822 builder()->GotoNoSimulate(split_edge, split_edge_merge_block_);
840 builder()->GotoNoSimulate(first_true_block_, split_edge_merge_block_);
855 builder()->GotoNoSimulate(first_false_block_, split_edge_merge_block_);
891 builder()->GotoNoSimulate(true_block, continuation->true_branch());
895 builder()->GotoNoSimulate(false_block, continuation->false_branch());
1021 builder()->GotoNoSimulate(current->block_, merge_block);
1084 builder_->GotoNoSimulate(header_block_);
1119 builder_->GotoNoSimulate(header_block_);
1134 builder_->GotoNoSimulate(exit_block_, exit_trampoline_block_);
1138 builder_->GotoNoSimulate(exit_trampoline_block
[all...]
H A Dhydrogen.h176 void GotoNoSimulate(HBasicBlock* block, HSourcePosition position) { function in class:v8::internal::FINAL
1091 void GotoNoSimulate(HBasicBlock* from, HBasicBlock* target) { function in class:v8::internal::HGraphBuilder
1094 void GotoNoSimulate(HBasicBlock* target) { function in class:v8::internal::HGraphBuilder

Completed in 609 milliseconds