HomeSort by relevance Sort by last modified time
    Searched refs:HGoto (Results 1 - 25 of 37) sorted by null

1 2

  /art/compiler/optimizing/
gvn_test.cc 161 then->AddInstruction(new (&allocator) HGoto());
171 else_->AddInstruction(new (&allocator) HGoto());
221 block->AddInstruction(new (&allocator) HGoto());
270 loop_body->AddInstruction(new (&allocator) HGoto());
355 entry->AddInstruction(new (&allocator) HGoto());
358 outer_loop_body->AddInstruction(new (&allocator) HGoto());
361 inner_loop_body->AddInstruction(new (&allocator) HGoto());
362 inner_loop_exit->AddInstruction(new (&allocator) HGoto());
bounds_check_elimination_test.cc 343 block->AddInstruction(new (&allocator_) HGoto());
377 block->AddInstruction(new (allocator) HGoto());
421 loop_body->AddInstruction(new (allocator) HGoto());
497 block->AddInstruction(new (allocator) HGoto());
538 loop_body->AddInstruction(new (allocator) HGoto());
605 block->AddInstruction(new (allocator) HGoto());
644 loop_body->AddInstruction(new (allocator) HGoto());
704 block->AddInstruction(new (allocator) HGoto());
751 loop_body->AddInstruction(new (allocator) HGoto());
806 block->AddInstruction(new (&allocator_) HGoto());
    [all...]
pretty_printer.h 132 void VisitGoto(HGoto* gota) OVERRIDE {
licm_test.cc 84 loop_preheader_->AddInstruction(new (&allocator_) HGoto());
86 loop_body_->AddInstruction(new (&allocator_) HGoto());
loop_optimization_test.cc 74 body->AddInstruction(new (&allocator_) HGoto());
codegen_test.cc 423 entry->AddInstruction(new (&allocator) HGoto());
485 entry_block->AddInstruction(new (&allocator) HGoto());
533 entry_block->AddInstruction(new (&allocator) HGoto());
614 entry_block->AddInstruction(new (&allocator) HGoto());
849 entry_block->AddInstruction(new (&allocator) HGoto());
nodes_test.cc 40 entry->AddInstruction(new (&allocator) HGoto());
block_builder.cc 306 new_catch_block->AddInstruction(new (arena_) HGoto(address));
bounds_check_elimination.cc     [all...]
graph_test.cc 41 HInstruction* got = new (allocator) HGoto();
register_allocator_test.cc 527 then->AddInstruction(new (allocator) HGoto());
528 else_->AddInstruction(new (allocator) HGoto());
    [all...]
nodes.cc 320 new_block->AddInstruction(new (arena_) HGoto(successor->GetDexPc()));
342 pre_header->AddInstruction(new (arena_) HGoto(header->GetDexPc()));
    [all...]
constant_folding_test.cc 761 entry_block->AddInstruction(new (&allocator_) HGoto());
induction_var_analysis_test.cc 112 loop_preheader_[d]->AddInstruction(new (&allocator_) HGoto());
119 loop_body_[d]->AddInstruction(new (&allocator_) HGoto());
    [all...]
induction_var_range_test.cc 102 loop_preheader_->AddInstruction(new (&allocator_) HGoto());
116 loop_body_->AddInstruction(new (&allocator_) HGoto());
    [all...]
inliner.cc     [all...]
instruction_builder.cc 295 AppendInstruction(new (arena_) HGoto(0u));
355 AppendInstruction(new (arena_) HGoto());
638 AppendInstruction(new (arena_) HGoto(dex_pc));
    [all...]
loop_optimization.cc 545 preheader->AddInstruction(new (global_allocator_) HGoto());
    [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
hydrogen-instructions.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 861 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]

Completed in 597 milliseconds

1 2