Searched refs:HExit (Results 1 - 19 of 19) sorted by path

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc145 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());
H A Dcode_generator_arm.cc1249 void LocationsBuilderARM::VisitExit(HExit* exit) {
1253 void InstructionCodeGeneratorARM::VisitExit(HExit* exit ATTRIBUTE_UNUSED) {
H A Dcode_generator_arm64.cc2751 void LocationsBuilderARM64::VisitExit(HExit* exit) {
2755 void InstructionCodeGeneratorARM64::VisitExit(HExit* exit ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips.cc2563 void LocationsBuilderMIPS::VisitExit(HExit* exit) {
2567 void InstructionCodeGeneratorMIPS::VisitExit(HExit* exit ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips64.cc2186 void LocationsBuilderMIPS64::VisitExit(HExit* exit) {
2190 void InstructionCodeGeneratorMIPS64::VisitExit(HExit* exit ATTRIBUTE_UNUSED) {
H A Dcode_generator_x86.cc1164 void LocationsBuilderX86::VisitExit(HExit* exit) {
1168 void InstructionCodeGeneratorX86::VisitExit(HExit* exit ATTRIBUTE_UNUSED) {
H A Dcode_generator_x86_64.cc1265 void LocationsBuilderX86_64::VisitExit(HExit* exit) {
1269 void InstructionCodeGeneratorX86_64::VisitExit(HExit* exit ATTRIBUTE_UNUSED) {
H A Dcodegen_test.cc664 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());
H A Dconstant_folding_test.cc784 exit_block->AddInstruction(new (&allocator_) HExit());
H A Dgraph_checker_test.cc37 exit_block->AddInstruction(new (allocator) HExit());
H A Dgraph_test.cc64 HInstruction* exit_instr = new (allocator) HExit();
H A Dgvn_test.cc97 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());
H A Dinduction_var_analysis_test.cc90 exit_->AddInstruction(new (&allocator_) HExit());
H A Dinduction_var_range_test.cc105 exit_block_->AddInstruction(new (&allocator_) HExit());
H A Dinstruction_builder.cc288 AppendInstruction(new (arena_) HExit());
H A Dlicm_test.cc74 exit_->AddInstruction(new (&allocator_) HExit());
H A Dnodes.h2446 class HExit : public HTemplateInstruction<0> { class in namespace:art
2448 explicit HExit(uint32_t dex_pc = kNoDexPc) : HTemplateInstruction(SideEffects::None(), dex_pc) {} function in class:art::HExit
2455 DISALLOW_COPY_AND_ASSIGN(HExit);
H A Dnodes_test.cc52 exit_block->AddInstruction(new (&allocator) HExit());
86 entry->AddInstruction(new (&allocator) HExit());
134 entry->AddInstruction(new (&allocator) HExit());
H A Dregister_allocator_test.cc520 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());

Completed in 124 milliseconds