Searched refs:MakeInvoke (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 1300 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F() 1305 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, t_phi }); in TEST_F() 1435 HInvoke* body_value = MakeInvoke(DataType::Type::kInt32, { last_get, one_const }); in TEST_F() 1440 HInvoke* t_next = MakeInvoke(DataType::Type::kInt32, { body_get, last_t_value }); in TEST_F() 1543 HInvoke* left_value = MakeInvoke(DataType::Type::kInt32, { zero_const }); in TEST_F() 1556 HInvoke* right_value = MakeInvoke(DataType::Type::kInt32, { one_const }); in TEST_F() 1967 HInstruction* call_c1 = MakeInvoke(DataType::Type::kVoid, { new_inst }); in TEST_F() 1975 HInstruction* call_c2 = MakeInvoke(DataType::Type::kVoid, { new_inst }); in TEST_F() 1991 HInstruction* call_loop_header = MakeInvoke(DataType::Type::kBool, {}); in TEST_F() 1999 HInstruction* call_loop_body = MakeInvoke(DataType::Type::kBool, {}); in TEST_F() [all …]
|
D | optimizing_unit_test.h | 463 HInvokeStaticOrDirect* MakeInvoke(DataType::Type return_type, in MakeInvoke() function
|