HomeSort by relevance Sort by last modified time
    Searched refs:TestCode (Results 1 - 12 of 12) sorted by null

  /art/compiler/optimizing/
pretty_printer_test.cc 30 static void TestCode(const uint16_t* data, const char* expected) {
54 TestCode(data, expected);
74 TestCode(data, expected);
96 TestCode(data, expected);
118 TestCode(data1, expected);
125 TestCode(data2, expected);
132 TestCode(data3, expected);
150 TestCode(data1, expected);
155 TestCode(data2, expected);
173 TestCode(data, expected)
    [all...]
suspend_check_test.cc 31 static void TestCode(const uint16_t* data) {
49 TestCode(data);
56 TestCode(data);
65 TestCode(data);
74 TestCode(data);
83 TestCode(data);
92 TestCode(data);
dominator_test.cc 29 static void TestCode(const uint16_t* data, const uint32_t* blocks, size_t blocks_length) {
60 TestCode(data, dominators, sizeof(dominators) / sizeof(int));
75 TestCode(data, dominators, sizeof(dominators) / sizeof(int));
92 TestCode(data, dominators, sizeof(dominators) / sizeof(int));
109 TestCode(data1, dominators, sizeof(dominators) / sizeof(int));
116 TestCode(data2, dominators, sizeof(dominators) / sizeof(int));
123 TestCode(data3, dominators, sizeof(dominators) / sizeof(int));
138 TestCode(data1, dominators, sizeof(dominators) / sizeof(int));
143 TestCode(data2, dominators, sizeof(dominators) / sizeof(int));
160 TestCode(data, dominators, sizeof(dominators) / sizeof(int))
    [all...]
ssa_test.cc 79 static void TestCode(const uint16_t* data, const char* expected) {
126 TestCode(data, expected);
157 TestCode(data, expected);
190 TestCode(data, expected);
223 TestCode(data, expected);
253 TestCode(data, expected);
285 TestCode(data, expected);
320 TestCode(data, expected);
362 TestCode(data, expected);
401 TestCode(data, expected)
    [all...]
graph_checker_test.cc 45 static void TestCode(const uint16_t* data) {
62 TestCode(data);
70 TestCode(data);
80 TestCode(data);
90 TestCode(data);
141 TestCode(data);
liveness_test.cc 46 static void TestCode(const uint16_t* data, const char* expected) {
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(data, expected);
438 TestCode(data, expected)
    [all...]
linearize_test.cc 39 static void TestCode(const uint16_t* data, const uint32_t (&expected_order)[number_of_blocks]) {
77 TestCode(data, blocks);
102 TestCode(data, blocks);
129 TestCode(data, blocks);
159 TestCode(data, blocks);
189 TestCode(data, blocks);
215 TestCode(data, blocks);
243 TestCode(data, blocks);
dead_code_elimination_test.cc 31 static void TestCode(const uint16_t* data,
108 TestCode(data, expected_before, expected_after);
179 TestCode(data, expected_before, expected_after);
codegen_test.cc 292 static void TestCode(const uint16_t* data,
322 TestCode(data);
330 TestCode(data);
339 TestCode(data);
348 TestCode(data1);
355 TestCode(data2);
362 TestCode(data3);
371 TestCode(data);
381 TestCode(data);
389 TestCode(data)
    [all...]
constant_folding_test.cc 41 void TestCode(const uint16_t* data,
145 TestCode(data,
206 TestCode(data,
268 TestCode(data,
357 TestCode(data,
418 TestCode(data,
481 TestCode(data,
545 TestCode(data,
658 TestCode(data,
733 TestCode(data
    [all...]
  /external/v8/test/cctest/compiler/
test-jump-threading.cc 14 class TestCode : public HandleAndZoneScope {
16 TestCode()
108 void VerifyForwarding(TestCode& code, int count, int* expected) {
121 TestCode code;
137 TestCode code;
154 TestCode code;
165 TestCode code;
177 TestCode code;
191 TestCode code;
205 TestCode code
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-restart-frame.js 53 function TestCode() {
124 assertEquals("Capybara", TestCode());

Completed in 570 milliseconds