Home
last modified time | relevance | path

Searched defs:y (Results 26 – 50 of 93) sorted by relevance

1234

/art/test/674-hiddenapi/src/
DNullaryConstructorBlacklist.java19 public NullaryConstructorBlacklist(int y) { x = y; } in NullaryConstructorBlacklist()
DNullaryConstructorDarkGreylist.java19 public NullaryConstructorDarkGreylist(int y) { x = y; } in NullaryConstructorDarkGreylist()
DNullaryConstructorWhitelist.java19 public NullaryConstructorWhitelist(int y) { x = y; } in NullaryConstructorWhitelist()
DNullaryConstructorBlacklistAndCorePlatformApi.java19 public NullaryConstructorBlacklistAndCorePlatformApi(int y) { x = y; } in NullaryConstructorBlacklistAndCorePlatformApi()
/art/test/557-checker-instruct-simplifier-ror/src/
DMain.java206 public static int ror_int_subv_csubv(int value, int x, int y) { in ror_int_subv_csubv()
238 public static int ror_int_subv_csubv_env(int value, int x, int y) { in ror_int_subv_csubv_env()
278 public static long ror_long_subv_csubv_0(long value, int x, int y) { in ror_long_subv_csubv_0()
342 public static int rol_int_csubv_subv(int value, int x, int y) { in rol_int_csubv_subv()
/art/compiler/optimizing/
Dnodes_x86.h142 template <typename T> static T Compute(T x, T y) { return ~x & y; } in Compute()
144 HConstant* Evaluate(HIntConstant* x, HIntConstant* y) const override { in Evaluate()
148 HConstant* Evaluate(HLongConstant* x, HLongConstant* y) const override { in Evaluate()
Dnodes.h3752 int32_t Compare(T x, T y) const { return x > y ? 1 : (x < y ? -1 : 0); } in Compare()
3755 int32_t CompareFP(T x, T y) const { in CompareFP()
3783 HConstant* Evaluate(HIntConstant* x, HIntConstant* y) const override { in Evaluate()
3789 HConstant* Evaluate(HLongConstant* x, HLongConstant* y) const override { in Evaluate()
3793 HConstant* Evaluate(HFloatConstant* x, HFloatConstant* y) const override { in Evaluate()
3796 HConstant* Evaluate(HDoubleConstant* x, HDoubleConstant* y) const override { in Evaluate()
3814 template <typename T> static bool Compute(T x, T y) { return x == y; } in Compute()
3830 HConstant* Evaluate(HIntConstant* x, HIntConstant* y) const override { in Evaluate()
3836 HConstant* Evaluate(HLongConstant* x, HLongConstant* y) const override { in Evaluate()
3839 HConstant* Evaluate(HFloatConstant* x, HFloatConstant* y) const override { in Evaluate()
[all …]
/art/test/562-bce-preheader/src/
DMain.java49 public static int foo(int[] x, int[] y, int n) { in foo()
114 int y; in main() local
/art/test/003-omnibus-opcodes/src/
DUnresTest1.java42 int y = UnresStuff.staticField; in run() local
DClasses.java79 static void yTests(Object y) { in yTests()
136 MoreClasses y = new MoreClasses(); in arrayInstance() local
/art/test/101-fibonacci/src/
DMain.java49 int y = fibonacci(x); in main() local
/art/test/2029-contended-monitors/src/
DMain.java51 int y = -1; in holdFor() local
62 int y = -1; in spinFor() local
134 int y = -1; in run() local
/art/test/004-ReferenceMap/src/
DMain.java23 Object y = null; in f() local
/art/test/988-method-trace/
Dtrace_fib.cc30 jint y = 1; in Java_art_Test988_nativeFibonacci() local
/art/libdexfile/dex/
Dbase64_test_util.h58 uint32_t t = 0, y = 0; in DecodeBase64() local
/art/test/010-instance/src/
DInstanceTest.java30 Y y = new Y(); in main() local
/art/test/478-checker-inline-noreturn/src/
DMain.java33 public static int $opt$noinline$Function(int x, int y) { in $opt$noinline$Function()
/art/test/478-checker-inliner-nested-loop/src/
DMain.java26 public static int Inline(int x, int y) { in Inline()
/art/test/623-checker-loop-regressions/src/
DMain.java453 int y = 0; in absCanBeNegative() local
485 static void castAndNarrow(byte[] x, char[] y) { in castAndNarrow()
724 public static int testSADAndSet(int[] x, int[] y, int[] z) { in testSADAndSet()
739 public static final int testSADAndSAD(int[] x, int[] y) { in testSADAndSAD()
793 public static final int testSADAndSADExtraAbs0(int[] x, int[] y) { in testSADAndSADExtraAbs0()
812 public static final int testSADAndSADExtraAbs1(int[] x, int[] y) { in testSADAndSADExtraAbs1()
831 public static final int testSADAndDotProdCombined0(byte[] x, byte[] y) { in testSADAndDotProdCombined0()
850 public static final int testSADAndDotProdCombined1(byte[] x, byte[] y) { in testSADAndDotProdCombined1()
/art/test/952-invoke-custom/src/
DTestLinkerMethodMinimalArguments.java77 public static void test(int failureType, int x, int y) throws Throwable { in test()
DTestInvocationKinds.java158 private static int maxIntegerValue(TestInvocationKinds receiver, int x, int y) { in maxIntegerValue()
163 public int getMaxIntegerValue(int x, int y) { in getMaxIntegerValue()
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/660-checker-simd-sad/src/
DSimdSadChar.java156 long y = s2[i]; in sadChar2Long() local
184 long y = s2[i]; in sadChar2LongAt1() local
DSimdSadShort2.java258 long y = (short) s2[i]; in sadCastedChar2Long() local
314 long y = (short) s2[i]; in sadCastedChar2LongAt1() local
/art/test/660-clinit/src/
DMain.java53 B y = new B(); in main() local
108 static int x, y; field in ClInit

1234