Lines Matching refs:Type

48       graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference);  in TEST_F()
50 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
54 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0); in TEST_F()
55 HInstruction* array_get2 = new (GetAllocator()) HArrayGet(array, c2, DataType::Type::kInt32, 0); in TEST_F()
57 new (GetAllocator()) HArraySet(array, c1, c3, DataType::Type::kInt32, 0); in TEST_F()
59 new (GetAllocator()) HArraySet(array, index, c3, DataType::Type::kInt32, 0); in TEST_F()
82 DataType::Type type = DataType::Type::kInt32; in TEST_F()
130 DataType::Type::kReference); in TEST_F()
134 DataType::Type::kInt32, in TEST_F()
143 DataType::Type::kInt32, in TEST_F()
152 DataType::Type::kInt32, in TEST_F()
201 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
203 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
207 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
208 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F()
209 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
210 HInstruction* sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c1); in TEST_F()
211 HInstruction* sub_neg1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c_neg1); in TEST_F()
212 HInstruction* rev_sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, c1, index); in TEST_F()
213 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
214 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
216 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
218 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
220 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
222 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
224 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
226 new (GetAllocator()) HArraySet(array, sub_neg1, c0, DataType::Type::kInt32, 0); in TEST_F()
294 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
296 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
305 DataType::Type::kInt32, in TEST_F()
310 DataType::Type::kInt32, in TEST_F()
315 DataType::Type::kInt32, in TEST_F()
320 DataType::Type::kInt32, in TEST_F()
325 DataType::Type::kInt32, in TEST_F()
328 HInstruction* i_add6 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c6); in TEST_F()
329 HInstruction* i_add8 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c8); in TEST_F()
336 DataType::Type::kInt32, in TEST_F()
337 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
345 DataType::Type::kInt32, in TEST_F()
346 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
354 DataType::Type::kInt32, in TEST_F()
355 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
363 DataType::Type::kInt32, in TEST_F()
364 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
372 DataType::Type::kInt32, in TEST_F()
373 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
381 DataType::Type::kInt32, in TEST_F()
382 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
390 DataType::Type::kInt32, in TEST_F()
391 SideEffects::ArrayWriteOfType(DataType::Type::kInt32), in TEST_F()
505 graph_->GetDexFile(), dex::TypeIndex(0), 0, DataType::Type::kReference); in TEST_F()
507 graph_->GetDexFile(), dex::TypeIndex(1), 1, DataType::Type::kInt32); in TEST_F()
518 DataType::Type::kInt32, index, c_0x80000000); in TEST_F()
520 DataType::Type::kInt32, index, c_0x80000000); in TEST_F()
522 array, add_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
524 array, sub_0x80000000, c0, DataType::Type::kInt32, 0); in TEST_F()
527 HInstruction* add_0x10 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c_0x10); in TEST_F()
529 DataType::Type::kInt32, index, c_0xFFFFFFF0); in TEST_F()
531 array, add_0x10, c0, DataType::Type::kInt32, 0); in TEST_F()
533 array, sub_0xFFFFFFF0, c0, DataType::Type::kInt32, 0); in TEST_F()
537 DataType::Type::kInt32, index, c_0x7FFFFFFF); in TEST_F()
539 DataType::Type::kInt32, index, c_0x80000001); in TEST_F()
541 array, add_0x7FFFFFFF, c0, DataType::Type::kInt32, 0); in TEST_F()
543 array, sub_0x80000001, c0, DataType::Type::kInt32, 0); in TEST_F()
546 HInstruction* add_0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
547 HInstruction* sub_0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
549 array, add_0, c0, DataType::Type::kInt32, 0); in TEST_F()
551 array, sub_0, c0, DataType::Type::kInt32, 0); in TEST_F()
630 DataType::Type::kReference); in TEST_F()
633 DataType::Type::kInt32, in TEST_F()
639 DataType::Type::kInt32, in TEST_F()
645 DataType::Type::kInt32, in TEST_F()
651 DataType::Type::kInt32, in TEST_F()