Searched refs:m2 (Results 1 – 8 of 8) sorted by relevance
/art/test/663-checker-select-generator/src/ |
D | Main.java | 51 Method m2 = c.getMethod("referenceTypeTestCase", Sub1.class, Sub2.class, boolean.class); in main() local 56 assertInstanceOfSub1(m2.invoke(null, new Sub1(), new Sub2(), true)); in main() 57 assertInstanceOfSub2(m2.invoke(null, new Sub1(), new Sub2(), false)); in main()
|
/art/test/044-proxy/src/ |
D | MethodComparator.java | 21 public int compare(Method m1, Method m2) { in compare() argument 22 return m1.toString().compareTo(m2.toString()); in compare()
|
/art/test/639-checker-code-sinking/src/ |
D | Main.java | 157 Main m2 = new Main(); in testFieldStoreCycle() local 158 m1.objectField = m2; in testFieldStoreCycle() 159 m2.objectField = m1; in testFieldStoreCycle() 161 throw new Error(m1.toString() + m2.toString()); in testFieldStoreCycle()
|
/art/runtime/ |
D | mem_map_test.cc | 665 std::unique_ptr<MemMap> m2(m1->RemapAtEnd(base1 + 4 * page_size, in TEST_F() local 669 uint8_t* base2 = m2->Begin(); in TEST_F() 674 std::unique_ptr<MemMap> m3(m2->RemapAtEnd(base2 + 3 * page_size, in TEST_F() 681 ASSERT_EQ(m2->Size(), 3 * page_size); in TEST_F() 686 uint8_t* end2 = base2 + m2->Size(); in TEST_F() 706 m2->AlignBy(2 * page_size); in TEST_F() 711 EXPECT_TRUE(IsAlignedParam(m2->Begin(), 2 * page_size)); in TEST_F() 716 EXPECT_TRUE(IsAlignedParam(m2->Begin() + m2->Size(), 2 * page_size)); in TEST_F() 724 EXPECT_EQ(m2->Begin(), base2 + page_size); in TEST_F() 725 EXPECT_EQ(m2->Begin() + m2->Size(), end2); in TEST_F() [all …]
|
/art/test/ProtoCompare/ |
D | ProtoCompare.java | 19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2() method in ProtoCompare
|
/art/test/ProtoCompare2/ |
D | ProtoCompare2.java | 19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2() method in ProtoCompare2
|
/art/test/GetMethodSignature/ |
D | GetMethodSignature.java | 19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2() method in GetMethodSignature
|
/art/tools/jfuzz/ |
D | README.md | 61 --mode2 : m2, with m1 != m2, and values one of 64 hopt = Art optimizing on host (default for m2)
|