Lines Matching refs:GetAllocator
33 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
47 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
49 HInstruction* index = new (GetAllocator()) HParameterValue( 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()
114 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
126 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F()
130 HInstanceFieldSet* set_field10 = new (GetAllocator()) HInstanceFieldSet(object, in TEST_F()
140 HInstanceFieldGet* get_field10 = new (GetAllocator()) HInstanceFieldGet(object, in TEST_F()
149 HInstanceFieldGet* get_field20 = new (GetAllocator()) HInstanceFieldGet(object, in TEST_F()
193 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
198 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
200 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
205 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
206 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F()
207 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
208 HInstruction* sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c1); in TEST_F()
209 HInstruction* sub_neg1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c_neg1); in TEST_F()
210 HInstruction* rev_sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, c1, index); in TEST_F()
211 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
212 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
214 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
216 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
218 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
220 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
222 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
224 new (GetAllocator()) HArraySet(array, sub_neg1, c0, DataType::Type::kInt32, 0); in TEST_F()
285 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
290 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
292 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
299 HInstruction* arr_set_0 = new (GetAllocator()) HArraySet(array, in TEST_F()
304 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet(array, in TEST_F()
309 HInstruction* arr_set_i = new (GetAllocator()) HArraySet(array, in TEST_F()
315 HVecOperation* v1 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F()
320 HVecOperation* v2 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F()
325 HInstruction* i_add6 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c6); in TEST_F()
326 HInstruction* i_add8 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c8); in TEST_F()
328 HInstruction* vstore_0 = new (GetAllocator()) HVecStore( in TEST_F()
329 GetAllocator(), in TEST_F()
337 HInstruction* vstore_1 = new (GetAllocator()) HVecStore( in TEST_F()
338 GetAllocator(), in TEST_F()
346 HInstruction* vstore_8 = new (GetAllocator()) HVecStore( in TEST_F()
347 GetAllocator(), in TEST_F()
355 HInstruction* vstore_i = new (GetAllocator()) HVecStore( in TEST_F()
356 GetAllocator(), in TEST_F()
364 HInstruction* vstore_i_add6 = new (GetAllocator()) HVecStore( in TEST_F()
365 GetAllocator(), in TEST_F()
373 HInstruction* vstore_i_add8 = new (GetAllocator()) HVecStore( in TEST_F()
374 GetAllocator(), in TEST_F()
382 HInstruction* vstore_i_add6_vlen2 = new (GetAllocator()) HVecStore( in TEST_F()
383 GetAllocator(), in TEST_F()
495 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
500 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
502 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
513 HInstruction* add_0x80000000 = new (GetAllocator()) HAdd( in TEST_F()
515 HInstruction* sub_0x80000000 = new (GetAllocator()) HSub( in TEST_F()
517 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet( in TEST_F()
519 HInstruction* arr_set_2 = new (GetAllocator()) HArraySet( in TEST_F()
523 HInstruction* add_0x10 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c_0x10); in TEST_F()
524 HInstruction* sub_0xFFFFFFF0 = new (GetAllocator()) HSub( in TEST_F()
526 HInstruction* arr_set_3 = new (GetAllocator()) HArraySet( in TEST_F()
528 HInstruction* arr_set_4 = new (GetAllocator()) HArraySet( in TEST_F()
532 HInstruction* add_0x7FFFFFFF = new (GetAllocator()) HAdd( in TEST_F()
534 HInstruction* sub_0x80000001 = new (GetAllocator()) HSub( in TEST_F()
536 HInstruction* arr_set_5 = new (GetAllocator()) HArraySet( in TEST_F()
538 HInstruction* arr_set_6 = new (GetAllocator()) HArraySet( in TEST_F()
542 HInstruction* add_0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
543 HInstruction* sub_0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
544 HInstruction* arr_set_7 = new (GetAllocator()) HArraySet( in TEST_F()
546 HInstruction* arr_set_8 = new (GetAllocator()) HArraySet( in TEST_F()
612 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
622 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F()
626 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, in TEST_F()
631 HInstruction* bound_type = new (GetAllocator()) HBoundType(array); in TEST_F()
632 HInstruction* array_get2 = new (GetAllocator()) HArrayGet(bound_type, in TEST_F()
637 HInstruction* null_check = new (GetAllocator()) HNullCheck(bound_type, 0); in TEST_F()
638 HInstruction* array_get3 = new (GetAllocator()) HArrayGet(null_check, in TEST_F()
643 HInstruction* inter_addr = new (GetAllocator()) HIntermediateAddress(null_check, c1, 0); in TEST_F()
644 HInstruction* array_get4 = new (GetAllocator()) HArrayGet(inter_addr, in TEST_F()