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

  /art/compiler/optimizing/
nodes_test.cc 51 exit_block->AddInstruction(new (&allocator) HExit());
83 entry->AddInstruction(new (&allocator) HExit());
129 entry->AddInstruction(new (&allocator) HExit());
gvn_test.cc 61 block->AddInstruction(new (&allocator) HExit());
119 join->AddInstruction(new (&allocator) HExit());
185 exit->AddInstruction(new (&allocator) HExit());
259 outer_loop_exit->AddInstruction(new (&allocator) HExit());
graph_checker_test.cc 39 exit_block->AddInstruction(new (allocator) HExit());
bounds_check_elimination_test.cc 124 exit->AddInstruction(new (&allocator) HExit());
199 exit->AddInstruction(new (&allocator) HExit());
273 exit->AddInstruction(new (&allocator) HExit());
350 exit->AddInstruction(new (&allocator) HExit());
430 exit->AddInstruction(new (allocator) HExit());
567 exit->AddInstruction(new (allocator) HExit());
689 exit->AddInstruction(new (allocator) HExit());
812 exit->AddInstruction(new (allocator) HExit());
    [all...]
register_allocator_test.cc 503 join->AddInstruction(new (allocator) HExit());
616 exit->AddInstruction(new (allocator) HExit());
683 block->AddInstruction(new (allocator) HExit());
750 block->AddInstruction(new (allocator) HExit());
802 block->AddInstruction(new (&allocator) HExit());
    [all...]
codegen_test.cc 554 exit->AddInstruction(new (&allocator) HExit());
656 exit_block->AddInstruction(new (&allocator) HExit());
707 exit_block->AddInstruction(new (&allocator) HExit());
graph_test.cc 64 HInstruction* exit_instr = new (allocator) HExit();
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
builder.cc 330 exit_block_->AddInstruction(new (arena_) HExit());
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc 828 void LocationsBuilderX86::VisitExit(HExit* exit) {
832 void InstructionCodeGeneratorX86::VisitExit(HExit* exit) {
    [all...]
code_generator_x86_64.cc 791 void LocationsBuilderX86_64::VisitExit(HExit* exit) {
795 void InstructionCodeGeneratorX86_64::VisitExit(HExit* exit) {
    [all...]

Completed in 73 milliseconds