HomeSort by relevance Sort by last modified time
    Searched refs:HExit (Results 1 - 19 of 19) sorted by null

  /art/compiler/optimizing/
nodes_test.cc 52 exit_block->AddInstruction(new (&allocator) HExit());
86 entry->AddInstruction(new (&allocator) HExit());
134 entry->AddInstruction(new (&allocator) HExit());
graph_checker_test.cc 37 exit_block->AddInstruction(new (allocator) HExit());
gvn_test.cc 97 block->AddInstruction(new (&allocator) HExit());
183 join->AddInstruction(new (&allocator) HExit());
285 exit->AddInstruction(new (&allocator) HExit());
367 outer_loop_exit->AddInstruction(new (&allocator) HExit());
bounds_check_elimination_test.cc 145 exit->AddInstruction(new (&allocator_) HExit());
212 exit->AddInstruction(new (&allocator_) HExit());
278 exit->AddInstruction(new (&allocator_) HExit());
348 exit->AddInstruction(new (&allocator_) HExit());
424 exit->AddInstruction(new (allocator) HExit());
541 exit->AddInstruction(new (allocator) HExit());
649 exit->AddInstruction(new (allocator) HExit());
756 exit->AddInstruction(new (allocator) HExit());
812 exit->AddInstruction(new (&allocator_) HExit());
    [all...]
register_allocator_test.cc 520 join->AddInstruction(new (allocator) HExit());
642 exit->AddInstruction(new (allocator) HExit());
710 block->AddInstruction(new (allocator) HExit());
779 block->AddInstruction(new (allocator) HExit());
835 block->AddInstruction(new (&allocator) HExit());
    [all...]
codegen_test.cc 664 exit_block->AddInstruction(new (&allocator) HExit());
707 exit_block->AddInstruction(new (&allocator) HExit());
760 exit_block->AddInstruction(new (&allocator) HExit());
839 exit_block->AddInstruction(new (&allocator) HExit());
    [all...]
licm_test.cc 74 exit_->AddInstruction(new (&allocator_) HExit());
graph_test.cc 64 HInstruction* exit_instr = new (allocator) HExit();
constant_folding_test.cc 784 exit_block->AddInstruction(new (&allocator_) HExit());
induction_var_analysis_test.cc 90 exit_->AddInstruction(new (&allocator_) HExit());
induction_var_range_test.cc 105 exit_block_->AddInstruction(new (&allocator_) HExit());
    [all...]
nodes.h     [all...]
instruction_builder.cc 288 AppendInstruction(new (arena_) HExit());
    [all...]
code_generator_mips64.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 158 milliseconds