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

  /art/compiler/optimizing/
find_loops_test.cc 151 const int blocks2[] = {2, 3}; local
152 TestBlock(graph, 2, true, 2, blocks2, 2); // loop header
179 const int blocks2[] = {2, 3}; local
180 TestBlock(graph, 2, true, 2, blocks2, 2); // loop header
205 const int blocks2[] = {3, 4}; local
206 TestBlock(graph, 3, true, 3, blocks2, 2); // loop header
230 const int blocks2[] = {2, 3, 4, 5}; local
231 TestBlock(graph, 2, true, 2, blocks2, arraysize(blocks2)); // loop header
256 const int blocks2[] = {2, 3, 5} local
281 const int blocks2[] = {2, 3, 4, 5, 8}; local
312 const int blocks2[] = {2, 3}; local
358 const int blocks2[] = {2, 3, 6}; local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]

Completed in 413 milliseconds