Lines Matching refs:data

69   void TestCode(const std::vector<uint16_t>& data, bool has_result = false, int32_t expected = 0);
70 void TestCodeLong(const std::vector<uint16_t>& data, bool has_result, int64_t expected);
78 void CodegenTest::TestCode(const std::vector<uint16_t>& data, bool has_result, int32_t expected) { in TestCode() argument
81 HGraph* graph = CreateCFG(data); in TestCode()
90 void CodegenTest::TestCodeLong(const std::vector<uint16_t>& data, in TestCodeLong() argument
94 HGraph* graph = CreateCFG(data, DataType::Type::kInt64); in TestCodeLong()
104 const std::vector<uint16_t> data = ZERO_REGISTER_CODE_ITEM(Instruction::RETURN_VOID); in TEST_F() local
105 TestCode(data); in TEST_F()
109 const std::vector<uint16_t> data = ZERO_REGISTER_CODE_ITEM( in TEST_F() local
113 TestCode(data); in TEST_F()
117 const std::vector<uint16_t> data = ZERO_REGISTER_CODE_ITEM( in TEST_F() local
122 TestCode(data); in TEST_F()
149 const std::vector<uint16_t> data = ZERO_REGISTER_CODE_ITEM( in TEST_F() local
154 TestCode(data); in TEST_F()
158 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
164 TestCode(data); in TEST_F()
168 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
172 TestCode(data); in TEST_F()
176 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
180 TestCode(data, true, 0); in TEST_F()
184 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
189 TestCode(data, true, 0); in TEST_F()
193 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
198 TestCode(data, true, 1); in TEST_F()
202 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
209 TestCode(data, true, 1); in TEST_F()
213 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
220 TestCode(data, true, 0); in TEST_F()
229 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( \
234 TestCode(data, true, EXPECTED_OUTPUT); \
256 const std::vector<uint16_t> data = FOUR_REGISTERS_CODE_ITEM( \
261 TestCodeLong(data, true, EXPECTED_OUTPUT); \
306 const std::vector<uint16_t> data = FIVE_REGISTERS_CODE_ITEM( in TEST_F() local
314 TestCodeLong(data, true, 1); in TEST_F()
318 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
324 TestCode(data, true, 7); in TEST_F()
328 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
334 TestCode(data, true, 7); in TEST_F()
338 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
343 TestCode(data, true, 7); in TEST_F()
347 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
352 TestCode(data, true, 7); in TEST_F()
356 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
362 TestCode(data, true, 12); in TEST_F()
366 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
372 TestCode(data, true, 12); in TEST_F()
376 const std::vector<uint16_t> data = FOUR_REGISTERS_CODE_ITEM( in TEST_F() local
382 TestCodeLong(data, true, 12); in TEST_F()
386 const std::vector<uint16_t> data = FOUR_REGISTERS_CODE_ITEM( in TEST_F() local
392 TestCodeLong(data, true, 12); in TEST_F()
396 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
401 TestCode(data, true, 12); in TEST_F()
405 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
410 TestCode(data, true, 12); in TEST_F()
584 const std::vector<uint16_t> data = ONE_REGISTER_CODE_ITEM( in TEST_F() local
589 TestCode(data, true, 1); in TEST_F()
593 const std::vector<uint16_t> data = TWO_REGISTERS_CODE_ITEM( in TEST_F() local
599 TestCode(data, true, 2); in TEST_F()