Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 39) sorted by relevance

12

/art/test/ProtoCompare/
DProtoCompare.java18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1()
19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2()
20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3()
21 long m4(long x, int y, short z) { return x + y + z; } in m4()
/art/test/ProtoCompare2/
DProtoCompare2.java18 int m1(short x, int y, long z) { return x + y + (int)z; } in m1()
19 int m2(short x, int y, long z) { return x + y + (int)z; } in m2()
20 int m3(long x, int y, short z) { return (int)x + y + z; } in m3()
21 long m4(long x, int y, short z) { return x + y + z; } in m4()
/art/test/481-regression-phi-cond/src/
DMain.java25 public static boolean inlinePhi(boolean x, boolean y, boolean z) { in inlinePhi()
39 public static boolean testCase(boolean x, boolean y, boolean z) { in testCase()
/art/test/XandY/
DY.java18 static Z z = new Z(); field in Y
/art/test/480-checker-dead-blocks/src/
DMain.java54 int z; in testTrueBranch() local
86 int z; in testFalseBranch() local
/art/test/484-checker-register-hints/src/
DMain.java43 public static void test1(boolean z, int a, int b, int c, int d, int m) { in test1()
78 public static void test2(boolean z, int a, int b, int c, int d, int m) { in test2()
101 public static void test3(boolean z, int a, int b, int c, int d, int m) { in test3()
/art/test/562-bce-preheader/src/
DMain.java79 private static int doit(int[] z) { in doit()
138 int[] z = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main() local
/art/test/988-method-trace/
Dtrace_fib.cc32 jint z = x + y; in Java_art_Test988_nativeFibonacci() local
/art/test/100-reflect2/src/
DMain.java21 private static boolean z = true; field in Main
269 …private static void ZBCDFIJSV(boolean z, byte b, char c, double d, float f, int i, long l, short s… in ZBCDFIJSV()
273 …private static void ZBCDLFIJSV(boolean z, byte b, char c, double d, String string, float f, int i,… in ZBCDLFIJSV()
/art/test/594-invoke-super/src/
DMain.java67 Class<?> z = Class.forName("Z"); in main() local
/art/test/561-shared-slowpaths/src/
DMain.java41 int z; in main() local
/art/test/022-interface/src/
DMain.java40 static void check(boolean z) { in check()
/art/test/952-invoke-custom/src/
DTestLinkerMethodWithRange.java108 public static void test(int u, int v, int w, int x, int y, int z) throws Throwable { in test()
157 public static void test(Double u, Double v, Double w, Double x, Double y, Double z) in test()
/art/test/454-get-vreg/src/
DMain.java21 int testSimpleVReg(int a, float f, short s, boolean z, byte b, char c) { in testSimpleVReg()
/art/test/660-clinit/src/
DMain.java54 C z = new C(); in main() local
107 static int z; field in ClInit
/art/test/958-methodhandle-stackframe/src-art/
DMain.java28 public static void testDelegate_allTypes(boolean z, char a, short b, int c, long d, in testDelegate_allTypes()
/art/test/GetMethodSignature/
DGetMethodSignature.java19 GetMethodSignature m2(boolean x, short y, char z) { return null; } in m2()
/art/test/672-checker-throw-method/src/
DMain.java309 int[] z = { 22 } ; in main() local
/art/test/463-checker-boolean-simplifier/src-art/
DMain.java139 public static int SimpleBothBlocks(boolean x, int y, int z) { in SimpleBothBlocks()
/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java140 final int z; field in ThreeFinal
141 ThreeFinal(int x, int y, int z) { in ThreeFinal()
/art/test/530-checker-peel-unroll/src/
DMain.java930 private static final int peelingHoistTwoControl(int x, int y, int z) { in peelingHoistTwoControl()
/art/runtime/
Dart_field-inl.h156 inline void ArtField::SetBoolean(ObjPtr<mirror::Object> object, uint8_t z) { in SetBoolean()
/art/test/003-omnibus-opcodes/src/
DIntMath.java491 static void divideByZero(int z) { in divideByZero()
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java106 int y, int z) { in Min2Print26()
/art/test/MyClassNatives/
DMyClassNatives.java49 native Object fooIOO(int x, Object y, Object z); in fooIOO()
51 static native Object fooSIOO(int x, Object y, Object z); in fooSIOO()
57 static synchronized native Object fooSSIOO(int x, Object y, Object z); in fooSSIOO()
181 native Object fooIOO_Fast(int x, Object y, Object z); in fooIOO_Fast()
183 static native Object fooSIOO_Fast(int x, Object y, Object z); in fooSIOO_Fast()
189 static synchronized native Object fooSSIOO_Fast(int x, Object y, Object z); in fooSSIOO_Fast()

12