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

1 2

  /art/compiler/optimizing/
gvn_test.cc 163 then->AddInstruction(new (&allocator) HGoto());
173 else_->AddInstruction(new (&allocator) HGoto());
224 block->AddInstruction(new (&allocator) HGoto());
273 loop_body->AddInstruction(new (&allocator) HGoto());
359 entry->AddInstruction(new (&allocator) HGoto());
362 outer_loop_body->AddInstruction(new (&allocator) HGoto());
365 inner_loop_body->AddInstruction(new (&allocator) HGoto());
366 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());
607 block->AddInstruction(new (allocator) HGoto());
646 loop_body->AddInstruction(new (allocator) HGoto());
706 block->AddInstruction(new (allocator) HGoto());
753 loop_body->AddInstruction(new (allocator) HGoto());
808 block->AddInstruction(new (&allocator_) HGoto());
    [all...]
pretty_printer.h 130 void VisitGoto(HGoto* gota) OVERRIDE {
licm_test.cc 70 loop_preheader_->AddInstruction(new (&allocator_) HGoto());
72 loop_body_->AddInstruction(new (&allocator_) HGoto());
codegen_test.cc 640 entry->AddInstruction(new (&allocator) HGoto());
702 entry_block->AddInstruction(new (&allocator) HGoto());
750 entry_block->AddInstruction(new (&allocator) HGoto());
831 entry_block->AddInstruction(new (&allocator) HGoto());
    [all...]
nodes_test.cc 40 entry->AddInstruction(new (&allocator) HGoto());
block_builder.cc 296 new_catch_block->AddInstruction(new (arena_) HGoto(address));
nodes.cc 324 new_block->AddInstruction(new (arena_) HGoto(successor->GetDexPc()));
346 pre_header->AddInstruction(new (arena_) HGoto(header->GetDexPc()));
    [all...]
bounds_check_elimination.cc     [all...]
graph_test.cc 42 HInstruction* got = new (allocator) HGoto();
induction_var_analysis_test.cc 95 loop_preheader_[d]->AddInstruction(new (&allocator_) HGoto());
102 loop_body_[d]->AddInstruction(new (&allocator_) HGoto());
register_allocator_test.cc 495 then->AddInstruction(new (allocator) HGoto());
496 else_->AddInstruction(new (allocator) HGoto());
    [all...]
constant_folding_test.cc 761 entry_block->AddInstruction(new (&allocator_) HGoto());
instruction_builder.cc 285 AppendInstruction(new (arena_) HGoto(0u));
336 AppendInstruction(new (arena_) HGoto());
603 AppendInstruction(new (arena_) HGoto(dex_pc));
    [all...]
induction_var_range_test.cc 89 loop_preheader_->AddInstruction(new (&allocator_) HGoto());
103 loop_body->AddInstruction(new (&allocator_) HGoto());
    [all...]
inliner.cc 582 otherwise->AddInstruction(new (allocator) HGoto(dex_pc));
583 end_then->AddInstruction(new (allocator) HGoto(dex_pc));
    [all...]
nodes.h     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
hydrogen.cc 226 HGoto* instr = new(zone()) HGoto(block);
245 HGoto* instr = new(zone()) HGoto(target);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 919 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 958 LInstruction* LChunkBuilder::DoGoto(HGoto* instr) {
    [all...]

Completed in 2505 milliseconds

1 2