Searched defs:TestCode (Results 1 - 10 of 10) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_checker_test.cc25 void TestCode(const std::vector<uint16_t>& data);
51 void GraphCheckerTest::TestCode(const std::vector<uint16_t>& data) { function in class:art::GraphCheckerTest
64 TestCode(data);
72 TestCode(data);
82 TestCode(data);
92 TestCode(data);
137 TestCode(data);
H A Dlinearize_test.cc38 void TestCode(const std::vector<uint16_t>& data,
43 void LinearizeTest::TestCode(const std::vector<uint16_t>& data, function in class:art::LinearizeTest
80 TestCode(data, blocks);
105 TestCode(data, blocks);
132 TestCode(data, blocks);
162 TestCode(data, blocks);
192 TestCode(data, blocks);
218 TestCode(data, blocks);
246 TestCode(data, blocks);
H A Dpretty_printer_test.cc32 void TestCode(const std::vector<uint16_t>& data, const char* expected);
35 void PrettyPrinterTest::TestCode(const std::vector<uint16_t>& data, const char* expected) { function in class:art::PrettyPrinterTest
55 TestCode(data, expected);
75 TestCode(data, expected);
97 TestCode(data, expected);
119 TestCode(data1, expected);
126 TestCode(data2, expected);
133 TestCode(data3, expected);
151 TestCode(data1, expected);
156 TestCode(data
[all...]
H A Dsuspend_check_test.cc33 void TestCode(const std::vector<uint16_t>& data);
36 void SuspendCheckTest::TestCode(const std::vector<uint16_t>& data) { function in class:art::SuspendCheckTest
50 TestCode(data);
57 TestCode(data);
66 TestCode(data);
75 TestCode(data);
84 TestCode(data);
93 TestCode(data);
H A Ddead_code_elimination_test.cc32 void TestCode(const std::vector<uint16_t>& data,
37 void DeadCodeEliminationTest::TestCode(const std::vector<uint16_t>& data, function in class:art::DeadCodeEliminationTest
112 TestCode(data, expected_before, expected_after);
183 TestCode(data, expected_before, expected_after);
H A Ddominator_test.cc29 void TestCode(const std::vector<uint16_t>& data, const uint32_t* blocks, size_t blocks_length);
32 void OptimizerTest::TestCode(const std::vector<uint16_t>& data, function in class:art::OptimizerTest
63 TestCode(data, dominators, sizeof(dominators) / sizeof(int));
78 TestCode(data, dominators, sizeof(dominators) / sizeof(int));
95 TestCode(data, dominators, sizeof(dominators) / sizeof(int));
112 TestCode(data1, dominators, sizeof(dominators) / sizeof(int));
119 TestCode(data2, dominators, sizeof(dominators) / sizeof(int));
126 TestCode(data3, dominators, sizeof(dominators) / sizeof(int));
141 TestCode(data1, dominators, sizeof(dominators) / sizeof(int));
146 TestCode(data
[all...]
H A Dssa_test.cc34 void TestCode(const std::vector<uint16_t>& data, const char* expected);
83 void SsaTest::TestCode(const std::vector<uint16_t>& data, const char* expected) { function in class:art::SsaTest
128 TestCode(data, expected);
159 TestCode(data, expected);
192 TestCode(data, expected);
225 TestCode(data, expected);
255 TestCode(data, expected);
287 TestCode(data, expected);
322 TestCode(data, expected);
364 TestCode(dat
[all...]
H A Dliveness_test.cc34 void TestCode(const std::vector<uint16_t>& data, const char* expected);
49 void LivenessTest::TestCode(const std::vector<uint16_t>& data, const char* expected) { function in class:art::LivenessTest
93 TestCode(data, expected);
115 TestCode(data, expected);
144 TestCode(data, expected);
192 TestCode(data, expected);
237 TestCode(data, expected);
283 TestCode(data, expected);
329 TestCode(data, expected);
382 TestCode(dat
[all...]
H A Dconstant_folding_test.cc39 void TestCode(const std::vector<uint16_t>& data, function in class:art::ConstantFoldingTest
141 TestCode(data,
202 TestCode(data,
264 TestCode(data,
353 TestCode(data,
414 TestCode(data,
477 TestCode(data,
541 TestCode(data,
654 TestCode(data,
729 TestCode(dat
[all...]
H A Dcodegen_test.cc77 void TestCode(const std::vector<uint16_t>& data, bool has_result = false, int32_t expected = 0);
86 void CodegenTest::TestCode(const std::vector<uint16_t>& data, bool has_result, int32_t expected) { function in class:art::CodegenTest
109 TestCode(data);
117 TestCode(data);
126 TestCode(data);
135 TestCode(data1);
142 TestCode(data2);
149 TestCode(data3);
158 TestCode(data);
168 TestCode(dat
[all...]

Completed in 107 milliseconds