Home | History | Annotate | Download | only in optimizing

Lines Matching defs:null_check

90   HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
91 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);
95 null_check, bounds_check2, constant_1, DataType::Type::kInt32, 0);
96 block2->AddInstruction(null_check);
103 null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
104 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
107 block3->AddInstruction(null_check);
114 null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
115 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
119 null_check, bounds_check4, constant_1, DataType::Type::kInt32, 0);
120 block4->AddInstruction(null_check);
127 null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
128 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
132 null_check, bounds_check5, constant_1, DataType::Type::kInt32, 0);
133 block5->AddInstruction(null_check);
190 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
191 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);
195 block2->AddInstruction(null_check);
205 null_check, bounds_check, constant_1, DataType::Type::kInt32, 0);
245 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter1, 0);
246 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);
249 block1->AddInstruction(null_check);
272 null_check, bounds_check, constant_1, DataType::Type::kInt32, 0);
310 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0);
311 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);
315 null_check, bounds_check6, constant_1, DataType::Type::kInt32, 0);
316 block->AddInstruction(null_check);
321 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
322 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
326 null_check, bounds_check5, constant_1, DataType::Type::kInt32, 0);
327 block->AddInstruction(null_check);
332 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
333 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
337 null_check, bounds_check4, constant_1, DataType::Type::kInt32, 0);
338 block->AddInstruction(null_check);
392 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0);
393 HInstruction* array_length = new (allocator) HArrayLength(null_check, 0);
403 loop_header->AddInstruction(null_check);
409 null_check
410 array_length = new (allocator) HArrayLength(null_check, 0);
413 null_check, bounds_check, constant_10, DataType::Type::kInt32, 0);
416 loop_body->AddInstruction(null_check);
493 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0);
494 HInstruction* array_length = new (allocator) HArrayLength(null_check, 0);
495 block->AddInstruction(null_check);
526 null_check = new (allocator) HNullCheck(parameter, 0);
527 array_length = new (allocator) HArrayLength(null_check, 0);
530 null_check, bounds_check, constant_10, DataType::Type::kInt32, 0);
533 loop_body->AddInstruction(null_check);
633 HNullCheck* null_check = new (allocator) HNullCheck(new_array, 0);
634 HArrayLength* array_length = new (allocator) HArrayLength(null_check, 0);
637 null_check, bounds_check, constant_10, DataType::Type::kInt32, 0);
639 loop_body->AddInstruction(null_check);
719 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0);
720 HInstruction* array_length = new (allocator) HArrayLength(null_check, 0);
729 loop_header->AddInstruction(null_check);
735 null_check = new (allocator) HNullCheck(parameter, 0);
736 array_length = new (allocator) HArrayLength(null_check, 0);
742 null_check, bounds_check, constant_10, DataType::Type::kInt32, 0);
744 loop_body->AddInstruction(null_check);
815 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0);
816 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);
821 outer_header->AddInstruction(null_check);
831 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
832 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
838 inner_header->AddInstruction(null_check);
848 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
849 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
852 HArrayGet(null_check, bounds_check1, DataType::Type::kInt32, 0);
853 inner_body_compare->AddInstruction(null_check);
858 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
859 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
862 HArrayGet(null_check, bounds_check2, DataType::Type::kInt32, 0);
866 inner_body_compare->AddInstruction(null_check);
877 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
878 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
881 HArrayGet(null_check, bounds_check3, DataType::Type::kInt32, 0);
883 inner_body_swap->AddInstruction(null_check);
888 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
889 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
892 HArrayGet(null_check, bounds_check4, DataType::Type::kInt32, 0);
893 inner_body_swap->AddInstruction(null_check);
897 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
898 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
901 HArraySet(null_check, bounds_check5, array_get_j, DataType::Type::kInt32, 0);
902 inner_body_swap->AddInstruction(null_check);
907 null_check = new (GetAllocator()) HNullCheck(parameter, 0);
908 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
911 HArraySet(null_check, bounds_check6, array_get_j_plus_1, DataType::Type::kInt32, 0);
912 inner_body_swap->AddInstruction(null_check);
1046 HNullCheck* null_check = new (GetAllocator()) HNullCheck(new_array, 0);
1047 HArrayLength* array_length = new (GetAllocator()) HArrayLength(null_check, 0);
1053 null_check, bounds_check_i_mod_array_len, constant_10, DataType::Type::kInt32, 0);
1054 loop_body->AddInstruction(null_check);
1071 null_check = new (GetAllocator()) HNullCheck(new_array, 0);
1072 array_length = new (GetAllocator()) HArrayLength(null_check, 0);
1078 null_check, bounds_check_param_i_mod_array_len, constant_10, DataType::Type::kInt32, 0);
1079 loop_body->AddInstruction(null_check);