Searched defs:m2 (Results 1 – 8 of 8) sorted by relevance
/art/test/044-proxy/src/ |
D | MethodComparator.java | 21 public int compare(Method m1, Method m2) { in compare()
|
/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/663-checker-select-generator/src/ |
D | Main.java | 51 Method m2 = c.getMethod("referenceTypeTestCase", Sub1.class, Sub2.class, boolean.class); in main() local
|
/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/GetMethodSignature/ |
D | GetMethodSignature.java | 19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2() method in GetMethodSignature
|
/art/test/639-checker-code-sinking/src/ |
D | Main.java | 157 Main m2 = new Main(); in testFieldStoreCycle() local
|
/art/libartbase/base/ |
D | mem_map_test.cc | 115 MemMap m2 = m1.RemapAtEnd(m1.Begin(), in RemapAtEndTest() local 701 MemMap m2 = m1.RemapAtEnd(base1 + 4 * page_size, in TEST_F() local
|
/art/runtime/ |
D | class_linker.cc | 7211 ArtMethod* m2 = vtable->GetElementPtrSize<ArtMethod*, kPointerSize>(j); in CheckVTableHasNoDuplicates() local
|