HomeSort by relevance Sort by last modified time
    Searched refs:HExit (Results 1 - 21 of 21) 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 96 block->AddInstruction(new (&allocator) HExit());
181 join->AddInstruction(new (&allocator) HExit());
282 exit->AddInstruction(new (&allocator) HExit());
363 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());
647 exit->AddInstruction(new (allocator) HExit());
754 exit->AddInstruction(new (allocator) HExit());
810 exit->AddInstruction(new (&allocator_) HExit());
    [all...]
loop_optimization_test.cc 57 exit_block_->AddInstruction(new (&allocator_) HExit());
codegen_test.cc 447 exit_block->AddInstruction(new (&allocator) HExit());
490 exit_block->AddInstruction(new (&allocator) HExit());
543 exit_block->AddInstruction(new (&allocator) HExit());
622 exit_block->AddInstruction(new (&allocator) HExit());
857 exit_block->AddInstruction(new (&allocator) HExit());
register_allocator_test.cc 552 join->AddInstruction(new (allocator) HExit());
683 exit->AddInstruction(new (allocator) HExit());
759 block->AddInstruction(new (allocator) HExit());
836 block->AddInstruction(new (allocator) HExit());
    [all...]
licm_test.cc 88 exit_->AddInstruction(new (&allocator_) HExit());
ssa_liveness_analysis_test.cc 78 block->AddInstruction(new (&allocator_) HExit());
graph_test.cc 63 HInstruction* exit_instr = new (allocator) HExit();
constant_folding_test.cc 784 exit_block->AddInstruction(new (&allocator_) HExit());
induction_var_analysis_test.cc 107 exit_->AddInstruction(new (&allocator_) HExit());
    [all...]
induction_var_range_test.cc 118 exit_block_->AddInstruction(new (&allocator_) HExit());
    [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
instruction_builder.cc 298 AppendInstruction(new (arena_) HExit());
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 550 milliseconds