Lines Matching refs:GetAllocator

49     return AdjacencyListGraph(graph_, GetAllocator(), entry_name, exit_name, adj);  in SetupFromAdjacencyList()
65 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
79 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
81 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
86 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, c1, DataType::Type::kInt32, 0); in TEST_F()
87 HInstruction* array_get2 = new (GetAllocator()) HArrayGet(array, c2, DataType::Type::kInt32, 0); in TEST_F()
89 new (GetAllocator()) HArraySet(array, c1, c3, DataType::Type::kInt32, 0); in TEST_F()
91 new (GetAllocator()) HArraySet(array, index, c3, DataType::Type::kInt32, 0); in TEST_F()
148 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
160 HInstruction* object = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F()
164 HInstanceFieldSet* set_field10 = new (GetAllocator()) HInstanceFieldSet(object, in TEST_F()
174 HInstanceFieldGet* get_field10 = new (GetAllocator()) HInstanceFieldGet(object, in TEST_F()
183 HInstanceFieldGet* get_field20 = new (GetAllocator()) HInstanceFieldGet(object, in TEST_F()
229 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
234 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
236 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
241 HInstruction* add0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
242 HInstruction* add1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c1); in TEST_F()
243 HInstruction* sub0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
244 HInstruction* sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c1); in TEST_F()
245 HInstruction* sub_neg1 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c_neg1); in TEST_F()
246 HInstruction* rev_sub1 = new (GetAllocator()) HSub(DataType::Type::kInt32, c1, index); in TEST_F()
247 HInstruction* arr_set1 = new (GetAllocator()) HArraySet(array, c0, c0, DataType::Type::kInt32, 0); in TEST_F()
248 HInstruction* arr_set2 = new (GetAllocator()) HArraySet(array, c1, c0, DataType::Type::kInt32, 0); in TEST_F()
250 new (GetAllocator()) HArraySet(array, add0, c0, DataType::Type::kInt32, 0); in TEST_F()
252 new (GetAllocator()) HArraySet(array, add1, c0, DataType::Type::kInt32, 0); in TEST_F()
254 new (GetAllocator()) HArraySet(array, sub0, c0, DataType::Type::kInt32, 0); in TEST_F()
256 new (GetAllocator()) HArraySet(array, sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
258 new (GetAllocator()) HArraySet(array, rev_sub1, c0, DataType::Type::kInt32, 0); in TEST_F()
260 new (GetAllocator()) HArraySet(array, sub_neg1, c0, DataType::Type::kInt32, 0); in TEST_F()
323 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
328 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
330 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
337 HInstruction* arr_set_0 = new (GetAllocator()) HArraySet(array, in TEST_F()
342 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet(array, in TEST_F()
347 HInstruction* arr_set_i = new (GetAllocator()) HArraySet(array, in TEST_F()
353 HVecOperation* v1 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F()
358 HVecOperation* v2 = new (GetAllocator()) HVecReplicateScalar(GetAllocator(), in TEST_F()
363 HInstruction* i_add6 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c6); in TEST_F()
364 HInstruction* i_add8 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c8); in TEST_F()
366 HInstruction* vstore_0 = new (GetAllocator()) HVecStore( in TEST_F()
367 GetAllocator(), in TEST_F()
375 HInstruction* vstore_1 = new (GetAllocator()) HVecStore( in TEST_F()
376 GetAllocator(), in TEST_F()
384 HInstruction* vstore_8 = new (GetAllocator()) HVecStore( in TEST_F()
385 GetAllocator(), in TEST_F()
393 HInstruction* vstore_i = new (GetAllocator()) HVecStore( in TEST_F()
394 GetAllocator(), in TEST_F()
402 HInstruction* vstore_i_add6 = new (GetAllocator()) HVecStore( in TEST_F()
403 GetAllocator(), in TEST_F()
411 HInstruction* vstore_i_add8 = new (GetAllocator()) HVecStore( in TEST_F()
412 GetAllocator(), in TEST_F()
420 HInstruction* vstore_i_add6_vlen2 = new (GetAllocator()) HVecStore( in TEST_F()
421 GetAllocator(), in TEST_F()
535 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
540 HInstruction* array = new (GetAllocator()) HParameterValue( in TEST_F()
542 HInstruction* index = new (GetAllocator()) HParameterValue( in TEST_F()
553 HInstruction* add_0x80000000 = new (GetAllocator()) HAdd( in TEST_F()
555 HInstruction* sub_0x80000000 = new (GetAllocator()) HSub( in TEST_F()
557 HInstruction* arr_set_1 = new (GetAllocator()) HArraySet( in TEST_F()
559 HInstruction* arr_set_2 = new (GetAllocator()) HArraySet( in TEST_F()
563 HInstruction* add_0x10 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c_0x10); in TEST_F()
564 HInstruction* sub_0xFFFFFFF0 = new (GetAllocator()) HSub( in TEST_F()
566 HInstruction* arr_set_3 = new (GetAllocator()) HArraySet( in TEST_F()
568 HInstruction* arr_set_4 = new (GetAllocator()) HArraySet( in TEST_F()
572 HInstruction* add_0x7FFFFFFF = new (GetAllocator()) HAdd( in TEST_F()
574 HInstruction* sub_0x80000001 = new (GetAllocator()) HSub( in TEST_F()
576 HInstruction* arr_set_5 = new (GetAllocator()) HArraySet( in TEST_F()
578 HInstruction* arr_set_6 = new (GetAllocator()) HArraySet( in TEST_F()
582 HInstruction* add_0 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c0); in TEST_F()
583 HInstruction* sub_0 = new (GetAllocator()) HSub(DataType::Type::kInt32, index, c0); in TEST_F()
584 HInstruction* arr_set_7 = new (GetAllocator()) HArraySet( in TEST_F()
586 HInstruction* arr_set_8 = new (GetAllocator()) HArraySet( in TEST_F()
654 HBasicBlock* entry = new (GetAllocator()) HBasicBlock(graph_); in TEST_F()
664 HInstruction* array = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in TEST_F()
668 HInstruction* array_get1 = new (GetAllocator()) HArrayGet(array, in TEST_F()
673 HInstruction* bound_type = new (GetAllocator()) HBoundType(array); in TEST_F()
674 HInstruction* array_get2 = new (GetAllocator()) HArrayGet(bound_type, in TEST_F()
679 HInstruction* null_check = new (GetAllocator()) HNullCheck(bound_type, 0); in TEST_F()
680 HInstruction* array_get3 = new (GetAllocator()) HArrayGet(null_check, in TEST_F()
685 HInstruction* inter_addr = new (GetAllocator()) HIntermediateAddress(null_check, c1, 0); in TEST_F()
686 HInstruction* array_get4 = new (GetAllocator()) HArrayGet(inter_addr, in TEST_F()
859 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
862 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
870 new (GetAllocator()) HNewInstance(cls, in TEST_F()
876 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
882 HInstruction* call_left = new (GetAllocator()) in TEST_F()
883 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
893 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
898 HInstruction* write_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
908 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
912 HInstruction* read_final = new (GetAllocator()) HInstanceFieldGet(new_inst, in TEST_F()
968 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
971 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
979 new (GetAllocator()) HNewInstance(cls, in TEST_F()
985 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
991 HInstruction* call_left = new (GetAllocator()) in TEST_F()
992 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1002 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1007 HInstruction* write_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1017 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1021 HInstruction* read_final = new (GetAllocator()) HInstanceFieldGet(new_inst, in TEST_F()
1078 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
1082 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
1090 new (GetAllocator()) HNewInstance(cls, in TEST_F()
1097 HInstruction* write_entry = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1107 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
1114 HInstruction* call_left = new (GetAllocator()) in TEST_F()
1115 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1125 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1130 HInstruction* write_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1140 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1144 HInstruction* read_final = new (GetAllocator()) HInstanceFieldGet(new_inst, in TEST_F()
1203 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
1211 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
1220 HInstruction* check_cast = new (GetAllocator()) HCheckCast( in TEST_F()
1221 new_inst, cls2, TypeCheckKind::kExactCheck, null_klass_, 0, GetAllocator(), nullptr, nullptr); in TEST_F()
1222 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1228 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1284 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
1295 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
1303 HInstruction* instanceof = new (GetAllocator()) HInstanceOf(new_inst, in TEST_F()
1308 GetAllocator(), in TEST_F()
1311 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1316 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1371 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
1374 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
1382 new (GetAllocator()) HNewInstance(cls, in TEST_F()
1388 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
1394 HInstruction* call_left = new (GetAllocator()) in TEST_F()
1395 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1405 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1410 HInstruction* write_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1420 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1424 HInstruction* write_final = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1472 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
1475 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
1483 new (GetAllocator()) HNewInstance(cls, in TEST_F()
1489 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
1495 HInstruction* call_left = new (GetAllocator()) in TEST_F()
1496 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1506 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1511 HInstruction* write_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1521 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1525 HInstruction* write_final = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1583 HInstruction* bool_value = new (GetAllocator()) in TEST_F()
1586 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
1594 new (GetAllocator()) HNewInstance(cls, in TEST_F()
1600 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
1606 HInstruction* call_left = new (GetAllocator()) in TEST_F()
1607 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1617 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1622 HInstruction* call_right = new (GetAllocator()) in TEST_F()
1623 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1633 HInstruction* write_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1643 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1649 HInstruction* read_final = new (GetAllocator()) HInstanceFieldGet(new_inst, in TEST_F()
1681 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
1689 new (GetAllocator()) HNewInstance(cls, in TEST_F()
1696 HInstruction* write_start = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1706 HInstruction* goto_inst = new (GetAllocator()) HGoto(); in TEST_F()
1712 HInstruction* return_final = new (GetAllocator()) HReturn(new_inst); in TEST_F()
1764 HInstruction* bool_value1 = new (GetAllocator()) in TEST_F()
1766 HInstruction* bool_value2 = new (GetAllocator()) in TEST_F()
1770 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
1778 new (GetAllocator()) HNewInstance(cls, in TEST_F()
1784 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value1); in TEST_F()
1791 HInstruction* call_left = new (GetAllocator()) in TEST_F()
1792 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1802 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
1807 HInstruction* write_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1817 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
1821 HInstruction* read_mid = new (GetAllocator()) HInstanceFieldGet(new_inst, in TEST_F()
1830 HInstruction* mul_mid = new (GetAllocator()) HMul(DataType::Type::kInt32, read_mid, c2); in TEST_F()
1831 HInstruction* write_mid = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1841 HInstruction* if_mid = new (GetAllocator()) HIf(bool_value2); in TEST_F()
1847 HInstruction* call_low_left = new (GetAllocator()) in TEST_F()
1848 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
1858 HInstruction* goto_low_left = new (GetAllocator()) HGoto(); in TEST_F()
1863 HInstruction* write_low_right = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1873 HInstruction* goto_low_right = new (GetAllocator()) HGoto(); in TEST_F()
1877 HInstruction* read_final = new (GetAllocator()) HInstanceFieldGet(new_inst, in TEST_F()
1950 HInstruction* param1 = new (GetAllocator()) in TEST_F()
1952 HInstruction* param2 = new (GetAllocator()) in TEST_F()
1954 HInstruction* obj_param = new (GetAllocator()) in TEST_F()
1957 HInstruction* cls = new (GetAllocator()) HLoadClass(graph_->GetCurrentMethod(), in TEST_F()
1965 new (GetAllocator()) HNewInstance(cls, in TEST_F()
1971 HInstruction* store = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F()
1981 HInstruction* if_param1 = new (GetAllocator()) HIf(param1); in TEST_F()
1989 ArenaVector<HInstruction*> current_locals({}, GetAllocator()->Adapter(kArenaAllocInstruction)); in TEST_F()
1993 HInstruction* if_left = new (GetAllocator()) HIf(param2); in TEST_F()
1996 HInstruction* goto_left_left = new (GetAllocator()) HGoto(); in TEST_F()
1999 HInstruction* goto_left_right = new (GetAllocator()) HGoto(); in TEST_F()
2003 new (GetAllocator()) HPhi(GetAllocator(), kNoRegNumber, 2, DataType::Type::kReference); in TEST_F()
2004 HInstruction* call_left = new (GetAllocator()) in TEST_F()
2005 HInvokeStaticOrDirect(GetAllocator(), in TEST_F()
2015 HInstruction* goto_left_merge = new (GetAllocator()) HGoto(); in TEST_F()
2025 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
2029 new (GetAllocator()) HPhi(GetAllocator(), kNoRegNumber, 2, DataType::Type::kReference); in TEST_F()
2030 HInstruction* read_exit = new (GetAllocator()) HInstanceFieldGet(return_phi, in TEST_F()
2039 HInstruction* return_exit = new (GetAllocator()) HReturn(read_exit); in TEST_F()
2046 HInstruction* exit_instruction = new (GetAllocator()) HExit(); in TEST_F()