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

  /external/llvm/unittests/Transforms/Utils/
ASanStackFrameLayoutTest.cpp 30 static void TestLayout(SmallVector<ASanStackVariableDescription, 10> Vars,
67 TestLayout(VEC1(a1_1), 8, 16, "1 16 1 4 a1_1", "LL1R");
68 TestLayout(VEC1(a1_1), 64, 64, "1 64 1 4 a1_1", "L1");
69 TestLayout(VEC1(p1_32), 8, 32, "1 32 1 5 p1_32", "LLLL1RRR");
70 TestLayout(VEC1(p1_32), 8, 64, "1 64 1 5 p1_32", "LLLLLLLL1RRRRRRR");
72 TestLayout(VEC1(a1_1), 8, 32, "1 32 1 4 a1_1", "LLLL1RRR");
73 TestLayout(VEC1(a2_1), 8, 32, "1 32 2 4 a2_1", "LLLL2RRR");
74 TestLayout(VEC1(a3_1), 8, 32, "1 32 3 4 a3_1", "LLLL3RRR");
75 TestLayout(VEC1(a4_1), 8, 32, "1 32 4 4 a4_1", "LLLL4RRR");
76 TestLayout(VEC1(a7_1), 8, 32, "1 32 7 4 a7_1", "LLLL7RRR")
    [all...]
  /art/dex2oat/
dex2oat_test.cc 848 TEST_F(Dex2oatLayoutTest, TestLayout) {
    [all...]

Completed in 200 milliseconds