Home | History | Annotate | Download | only in optimizing

Lines Matching full:primitive

73       HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);  // array
75 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
97 null_check, bounds_check2, constant_1, Primitive::kPrimInt, 0);
121 null_check, bounds_check4, constant_1, Primitive::kPrimInt, 0);
134 null_check, bounds_check5, constant_1, Primitive::kPrimInt, 0);
170 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
172 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
190 HInstruction* add = new (&allocator_) HAdd(Primitive::kPrimInt, parameter2, constant_max_int);
206 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0);
234 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
236 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
258 HInstruction* sub1 = new (&allocator_) HSub(Primitive::kPrimInt, parameter2, constant_max_int);
259 HInstruction* sub2 = new (&allocator_) HSub(Primitive::kPrimInt, sub1, constant_max_int);
272 null_check, bounds_check, constant_1, Primitive::kPrimInt, 0);
298 graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);
315 null_check, bounds_check6, constant_1, Primitive::kPrimInt, 0);
326 null_check, bounds_check5, constant_1, Primitive::kPrimInt, 0);
337 null_check, bounds_check4, constant_1, Primitive::kPrimInt, 0);
367 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
391 HPhi* phi = new (allocator) HPhi(allocator, 0, 0, Primitive::kPrimInt);
413 null_check, bounds_check, constant_10, Primitive::kPrimInt, 0);
415 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
482 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
511 HPhi* phi = new (allocator) HPhi(allocator, 0, 0, Primitive::kPrimInt);
525 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_minus_1);
530 null_check, bounds_check, constant_10, Primitive::kPrimInt, 0);
531 HInstruction* add_phi = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
603 Primitive::kPrimInt,
621 HPhi* phi = new (allocator) HPhi(allocator, 0, 0, Primitive::kPrimInt);
639 null_check, bounds_check, constant_10, Primitive::kPrimInt, 0);
640 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_increment);
695 graph->GetDexFile(), 0, 0, Primitive::kPrimNot);
720 HPhi* phi = new (allocator) HPhi(allocator, 0, 0, Primitive::kPrimInt);
739 HInstruction* sub = new (allocator) HSub(Primitive::kPrimInt, array_length, phi);
741 HAdd(Primitive::kPrimInt, sub, constant_minus_1);
744 null_check, bounds_check, constant_10, Primitive::kPrimInt, 0);
745 HInstruction* add = new (allocator) HAdd(Primitive::kPrimInt, phi, constant_1);
798 graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);
816 HPhi* phi_i = new (&allocator_) HPhi(&allocator_, 0, 0, Primitive::kPrimInt);
819 HAdd* add = new (&allocator_) HAdd(Primitive::kPrimInt, array_length, constant_minus_1);
832 HPhi* phi_j = new (&allocator_) HPhi(&allocator_, 0, 0, Primitive::kPrimInt);
835 HSub* sub = new (&allocator_) HSub(Primitive::kPrimInt, array_length, phi_i);
836 add = new (&allocator_) HAdd(Primitive::kPrimInt, sub, constant_minus_1);
854 HArrayGet(null_check, bounds_check1, Primitive::kPrimInt, 0);
859 HInstruction* j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1);
864 HArrayGet(null_check, bounds_check2, Primitive::kPrimInt, 0);
877 j_plus_1 = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1);
883 HArrayGet(null_check, bounds_check3, Primitive::kPrimInt, 0);
894 HArrayGet(null_check, bounds_check4, Primitive::kPrimInt, 0);
903 HArraySet(null_check, bounds_check5, array_get_j, Primitive::kPrimInt, 0);
913 HArraySet(null_check, bounds_check6, array_get_j_plus_1, Primitive::kPrimInt, 0);
922 add = new (&allocator_) HAdd(Primitive::kPrimInt, phi_j, constant_1);
929 add = new (&allocator_) HAdd(Primitive::kPrimInt, phi_i, constant_1);