| /art/test/636-arm64-veneer-pool/src/ | 
| D | Main.java | 17 class C0 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()18 class C1 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()
 19 class C2 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()
 20 class C3 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()
 21 class C4 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()
 23 …public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new E…  in m()
 24 …public static void mImpl(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw n…  in mImpl()
 26 class C6 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()
 27 class C7 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()
 28 class C8 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { t…  in m()
 [all …]
 
 | 
| /art/test/432-optimizing-cmp/src/ | 
| D | Main.java | 125   static boolean $opt$eq(float a, float b) {  in $opt$eq()129   static boolean $opt$eq(double a, double b) {  in $opt$eq()
 133   static boolean $opt$lt(long a, long b) {  in $opt$lt()
 137   static boolean $opt$lt(float a, float b) {  in $opt$lt()
 141   static boolean $opt$lt(double a, double b) {  in $opt$lt()
 145   static boolean $opt$gt(long a, long b) {  in $opt$gt()
 149   static boolean $opt$gt(float a, float b) {  in $opt$gt()
 153   static boolean $opt$gt(double a, double b) {  in $opt$gt()
 159   private static int smaliCmpLong(long a, long b) throws Exception {  in smaliCmpLong()
 166   private static int smaliCmpGtFloat(float a, float b) throws Exception {  in smaliCmpGtFloat()
 [all …]
 
 | 
| /art/test/551-checker-shifter-operand/src/ | 
| D | Main.java | 113   public static long $opt$noinline$translate(long l, byte b) {  in $opt$noinline$translate()243   static void $opt$noinline$testAnd(long a, long b) {  in $opt$noinline$testAnd()
 266   static void $opt$noinline$testOr(int a, int b) {  in $opt$noinline$testOr()
 289   static void $opt$noinline$testXor(long a, long b) {  in $opt$noinline$testXor()
 330   public static void $opt$validateExtendByteInt1(int a, byte b) {  in $opt$validateExtendByteInt1()
 342   public static void $opt$validateExtendByteInt2(int a, byte b) {  in $opt$validateExtendByteInt2()
 373   public static void $opt$validateExtendByteLong(long a, byte b) {  in $opt$validateExtendByteLong()
 386   public static void $opt$validateExtendByte(long a, byte b) {  in $opt$validateExtendByte()
 387     $opt$validateExtendByteInt1((int)a, b);  in $opt$validateExtendByte()  local
 388     $opt$validateExtendByteInt2((int)a, b);  in $opt$validateExtendByte()  local
 [all …]
 
 | 
| /art/runtime/entrypoints/quick/ | 
| D | quick_math_entrypoints.cc | 24 int CmplFloat(float a, float b) {  in CmplFloat()35 int CmpgFloat(float a, float b) {  in CmpgFloat()
 46 int CmpgDouble(double a, double b) {  in CmpgDouble()
 57 int CmplDouble(double a, double b) {  in CmplDouble()
 70 extern "C" int64_t artLmul(int64_t a, int64_t b) {  in artLmul()
 74 extern "C" int64_t artLdiv(int64_t a, int64_t b) {  in artLdiv()
 78 extern "C" int64_t artLmod(int64_t a, int64_t b) {  in artLmod()
 
 | 
| /art/test/684-checker-simd-dotprod/src/other/ | 
| D | TestByte.java | 81   public static final int testDotProdSimple(byte[] a, byte[] b) {  in testDotProdSimple()143   public static final int testDotProdComplex(byte[] a, byte[] b) {  in testDotProdComplex()
 206   public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) {  in testDotProdSimpleUnsigned()
 268   public static final int testDotProdComplexUnsigned(byte[] a, byte[] b) {  in testDotProdComplexUnsigned()
 330   public static final int testDotProdComplexUnsignedCastedToSigned(byte[] a, byte[] b) {  in testDotProdComplexUnsignedCastedToSigned()
 392   public static final int testDotProdComplexSignedCastedToUnsigned(byte[] a, byte[] b) {  in testDotProdComplexSignedCastedToUnsigned()
 403   public static final int testDotProdSignedWidening(byte[] a, byte[] b) {  in testDotProdSignedWidening()
 414   public static final int testDotProdParamSigned(int x, byte[] b) {  in testDotProdParamSigned()
 425   public static final int testDotProdParamUnsigned(int x, byte[] b) {  in testDotProdParamUnsigned()
 438   public static final int testDotProdIntParam(int x, byte[] b) {  in testDotProdIntParam()
 [all …]
 
 | 
| D | TestCharShort.java | 60   public static final int testDotProdSimple(short[] a, short[] b) {  in testDotProdSimple()110   public static final int testDotProdComplex(short[] a, short[] b) {  in testDotProdComplex()
 153   public static final int testDotProdSimpleUnsigned(char[] a, char[] b) {  in testDotProdSimpleUnsigned()
 203   public static final int testDotProdComplexUnsigned(char[] a, char[] b) {  in testDotProdComplexUnsigned()
 253   public static final int testDotProdComplexUnsignedCastedToSigned(char[] a, char[] b) {  in testDotProdComplexUnsignedCastedToSigned()
 303   public static final int testDotProdComplexSignedCastedToUnsigned(short[] a, short[] b) {  in testDotProdComplexSignedCastedToUnsigned()
 323   public static final int testDotProdSignedToInt(short[] a, short[] b) {  in testDotProdSignedToInt()
 343   public static final int testDotProdParamSigned(int x, short[] b) {  in testDotProdParamSigned()
 363   public static final int testDotProdParamUnsigned(int x, char[] b) {  in testDotProdParamUnsigned()
 374   public static final int testDotProdIntParam(int x, short[] b) {  in testDotProdIntParam()
 [all …]
 
 | 
| D | TestVarious.java | 68   public static final int testDotProdConstRight(byte[] b) {  in testDotProdConstRight()121   public static final int testDotProdConstLeft(byte[] b) {  in testDotProdConstLeft()
 183   public static final int testDotProdLoopInvariantConvRight(byte[] b, int param) {  in testDotProdLoopInvariantConvRight()
 194   public static final int testDotProdByteToChar(char[] a, char[] b) {  in testDotProdByteToChar()
 205   public static final int testDotProdMixedSize(byte[] a, short[] b) {  in testDotProdMixedSize()
 216   public static final int testDotProdMixedSizeAndSign(byte[] a, char[] b) {  in testDotProdMixedSizeAndSign()
 267   public static final int testDotProdInt32(int[] a, int[] b) {  in testDotProdInt32()
 328   public static final int testDotProdBothSignedUnsigned1(byte[] a, byte[] b) {  in testDotProdBothSignedUnsigned1()
 395   public static final int testDotProdBothSignedUnsigned2(byte[] a, byte[] b) {  in testDotProdBothSignedUnsigned2()
 463   public static final int testDotProdBothSignedUnsignedDoubleLoad(byte[] a, byte[] b) {  in testDotProdBothSignedUnsignedDoubleLoad()
 [all …]
 
 | 
| /art/libartservice/service/javatests/com/android/server/art/testing/ | 
| D | TestingUtilsTest.java | 51         var b = new Foo();  in testDeepEquals()  local69         var b = new Bar();  in testDeepEqualsTypeMismatch()  local
 76         var b = new Foo();  in testDeepEqualsPrimitiveFieldMismatch()  local
 84         var b = new Foo();  in testDeepEqualsStringFieldMismatch()  local
 92         var b = new Foo();  in deepEqualsNestedFieldMismatch()  local
 100         int[] b = new int[] {2};  in testDeepEqualsArrayNotSupported()  local
 112         var b = List.of(1, 2, 3, 4, 5);  in testListDeepEquals()  local
 120         var b = new ArrayList<Integer>();  in testListDeepEqualsSizeMismatch()  local
 130         var b = new ArrayList<Integer>();  in testListDeepEqualsElementMismatch()  local
 139         var b = new HashSet<Integer>();  in testDeepEqualsOtherContainerNotSupported()  local
 [all …]
 
 | 
| /art/test/514-shifts/src/ | 
| D | Main.java | 29     int b = myOtherField << a;  in testIntShiftLeft()  local40     int b = myOtherField >> a;  in testIntShiftRight()  local
 51     int b = myOtherField >>> a;  in testIntUnsignedShiftRight()  local
 62     long b = myOtherLongField << a;  in testLongShiftLeft()  local
 75     long b = myOtherLongField >> a;  in testLongShiftRight()  local
 88     long b = myOtherLongField >>> a;  in testLongUnsignedShiftRight()  local
 
 | 
| /art/test/549-checker-types-merge/src/ | 
| D | Main.java | 51   private Object testMergeClasses(boolean cond, ClassExtendsA a, ClassExtendsB b) {  in testMergeClasses()59   private Object testMergeClasses(boolean cond, ClassExtendsA a, ClassSuper b) {  in testMergeClasses()
 67   private Object testMergeClasses(boolean cond, ClassSuper a, ClassSuper b) {  in testMergeClasses()
 75   private Object testMergeClasses(boolean cond, ClassOtherSuper a, ClassSuper b) {  in testMergeClasses()
 83 …e Object testMergeClassWithInterface(boolean cond, ClassImplementsInterfaceA a, InterfaceSuper b) {  in testMergeClassWithInterface()
 91   private Object testMergeClassWithInterface(boolean cond, ClassSuper a, InterfaceSuper b) {  in testMergeClassWithInterface()
 99   private Object testMergeInterfaces(boolean cond, InterfaceExtendsA a, InterfaceSuper b) {  in testMergeInterfaces()
 107   private Object testMergeInterfaces(boolean cond, InterfaceSuper a, InterfaceSuper b) {  in testMergeInterfaces()
 115   private Object testMergeInterfaces(boolean cond, InterfaceExtendsA a, InterfaceExtendsB b) {  in testMergeInterfaces()
 123   private Object testMergeInterfaces(boolean cond, InterfaceSuper a, InterfaceOtherSuper b) {  in testMergeInterfaces()
 
 | 
| /art/test/594-checker-array-alias/src/ | 
| D | Main.java | 40   private static void CrossOverLoop1(int a[], int b[]) {  in CrossOverLoop1()56   private static void CrossOverLoop2(float a[], float b[]) {  in CrossOverLoop2()
 72   private static void CrossOverLoop3(long a[], long b[]) {  in CrossOverLoop3()
 88   private static void CrossOverLoop4(double a[], double b[]) {  in CrossOverLoop4()
 111   private static void FalseCrossOverLoop1(int a[], float b[]) {  in FalseCrossOverLoop1()
 127   private static void FalseCrossOverLoop2(float a[], int b[]) {  in FalseCrossOverLoop2()
 143   private static void FalseCrossOverLoop3(long a[], double b[]) {  in FalseCrossOverLoop3()
 159   private static void FalseCrossOverLoop4(double a[], long b[]) {  in FalseCrossOverLoop4()
 
 | 
| /art/test/StaticLeafMethods/ | 
| D | StaticLeafMethods.java | 26     static int sum(int a, int b) {  in sum()29     static int sum(int a, int b, int c) {  in sum()
 32     static int sum(int a, int b, int c, int d) {  in sum()
 35     static int sum(int a, int b, int c, int d, int e) {  in sum()
 41     static double sum(double a, double b) {  in sum()
 44     static double sum(double a, double b, double c) {  in sum()
 47     static double sum(double a, double b, double c, double d) {  in sum()
 50     static double sum(double a, double b, double c, double d, double e) {  in sum()
 
 | 
| /art/test/2255-checker-branch-redirection/src/ | 
| D | Main.java | 48     private static int $noinline$testEliminateIf(int a, int b) {  in $noinline$testEliminateIf()71     private static int $noinline$testEliminateIfTwiceInARow(int a, int b) {  in $noinline$testEliminateIfTwiceInARow()
 100     private static int $noinline$testEliminateIfThreePredecessors(int a, int b) {  in $noinline$testEliminateIfThreePredecessors()
 129     private static int $noinline$testEliminateIfOppositeCondition(int a, int b) {  in $noinline$testEliminateIfOppositeCondition()
 171     private static int $noinline$testEliminateIfParameter(int a, int b, boolean condition) {  in $noinline$testEliminateIfParameter()
 197             int a, int b, boolean condition) {  in $noinline$testEliminateIfParameterReverseCondition()
 220             int a, int b, boolean condition) {  in $noinline$testEliminateIfParameterOppositeCondition()
 262             int a, int b, boolean condition) {  in $noinline$testEliminateIfParameterOppositeCondition_2()
 
 | 
| /art/test/NonStaticLeafMethods/ | 
| D | NonStaticLeafMethods.java | 28     int sum(int a, int b) {  in sum()31     int sum(int a, int b, int c) {  in sum()
 34     int sum(int a, int b, int c, int d) {  in sum()
 37     int sum(int a, int b, int c, int d, int e) {  in sum()
 43     double sum(double a, double b) {  in sum()
 46     double sum(double a, double b, double c) {  in sum()
 49     double sum(double a, double b, double c, double d) {  in sum()
 52     double sum(double a, double b, double c, double d, double e) {  in sum()
 
 | 
| /art/test/620-checker-bce-intrinsics/src/ | 
| D | Main.java | 43   static int oneArrayAbs(int[] a, int[] b) {  in oneArrayAbs()59   static int twoArrays(int[] a, int[] b) {  in twoArrays()
 75   static int threeArrays(int[] a, int[] b, int[] c) {  in threeArrays()
 92   static int fourArrays(int[] a, int[] b, int[] c, int[] d) {  in fourArrays()
 131   static int twoArraysWithCleanup(int[] a, int[] b) {  in twoArraysWithCleanup()
 154   static int threeArraysWithCleanup(int[] a, int[] b, int[] c) {  in threeArraysWithCleanup()
 173   static int altLoopLogic(int[] a, int[] b) {  in altLoopLogic()
 189   static int hiddenMin(int[] a, int[] b) {  in hiddenMin()
 207   static int hiddenMinWithCleanup(int[] a, int[] b) {  in hiddenMinWithCleanup()
 221     int[] b = { 6, 7, 8, 9, 4, 2 };  in main()  local
 
 | 
| /art/test/952-invoke-custom/src/ | 
| D | TestLinkerUnrelatedBSM.java | 41     private static float addf(float a, float b) {  in addf()46     public static float _addf(float a, float b) {  in _addf()
 67     private static float subf(float a, float b) {  in subf()
 72     private static float _subf(float a, float b) {  in _subf()
 
 | 
| /art/test/567-checker-builder-intrinsics/src/ | 
| D | TestMinMax.java | 265   public static int min1(int a, int b) {  in min1()280   public static int min2(int a, int b) {  in min2()
 295   public static int min3(int a, int b) {  in min3()
 310   public static int min4(int a, int b) {  in min4()
 325   public static int min5(short a, short b) {  in min5()
 340   public static int min6(byte a, byte b) {  in min6()
 355   public static long min7(long a, long b) {  in min7()
 370   public static int max1(int a, int b) {  in max1()
 385   public static int max2(int a, int b) {  in max2()
 400   public static int max3(int a, int b) {  in max3()
 [all …]
 
 | 
| /art/test/105-invoke/src/ | 
| D | Main.java | 23     int virI_II(int a, int b) {  in virI_II()27     int virI_III(int a, int b, int c) {  in virI_III()
 31     int virI_IIII(int a, int b, int c, int d) {  in virI_IIII()
 35     int virI_IIIII(int a, int b, int c, int d, int e) {  in virI_IIIII()
 39     int virI_IIIIII(int a, int b, int c, int d, int e, int f) {  in virI_IIIIII()
 47     static int statI_II(int a, int b) {  in statI_II()
 51     static int statI_III(int a, int b, int c) {  in statI_III()
 55     static int statI_IIII(int a, int b, int c, int d) {  in statI_IIII()
 59     static int statI_IIIII(int a, int b, int c, int d, int e) {  in statI_IIIII()
 63     static int statI_IIIIII(int a, int b, int c, int d, int e, int f) {  in statI_IIIIII()
 
 | 
| /art/test/530-checker-loops3/src/ | 
| D | Main.java | 37   public static void oneConstantIndex(int[] a, int[] b) {  in oneConstantIndex()57   public static void multipleConstantIndices(int[] a, int[] b) {  in multipleConstantIndices()
 75   public static void oneInvariantIndex(int[] a, int[] b, int c) {  in oneInvariantIndex()
 96   public static void multipleInvariantIndices(int[] a, int[] b, int c) {  in multipleInvariantIndices()
 115   public static void oneUnitStride(int[] a, int[] b) {  in oneUnitStride()
 143   public static void multipleUnitStrides(int[] a, int[] b) {  in multipleUnitStrides()
 175   public static void multipleUnitStridesConditional(int[] a, int[] b) {  in multipleUnitStridesConditional()
 297     int b[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 };  in main()  local
 
 | 
| /art/test/405-optimizing-long-allocator/src/ | 
| D | Main.java | 42     long b = 0;  in $opt$TestLostCopy()  local52     long b = 0;  in $opt$TestTwoLive()  local
 62     long b = 0;  in $opt$TestThreeLive()  local
 74     long b = 0;  in $opt$TestFourLive()  local
 88     long b = 0;  in $opt$TestMultipleLive()  local
 108     long b = 0;  in $opt$TestWithBreakAndContinue()  local
 122   public static long $opt$testSpillInIf(long a, long b, long c) {  in $opt$testSpillInIf()
 135 …public static long $opt$TestAgressiveLive1(long a, long b, long c, long d, long e, long f, long g)…  in $opt$TestAgressiveLive1()
 156 …public static long $opt$TestAgressiveLive2(long a, long b, long c, long d, long e, long f, long g)…  in $opt$TestAgressiveLive2()
 
 | 
| /art/test/404-optimizing-allocator/src/ | 
| D | Main.java | 36     int b = 0;  in $opt$reg$TestLostCopy()  local46     int b = 0;  in $opt$reg$TestTwoLive()  local
 56     int b = 0;  in $opt$reg$TestThreeLive()  local
 68     int b = 0;  in $opt$reg$TestFourLive()  local
 82     int b = 0;  in $opt$reg$TestMultipleLive()  local
 102     int b = 0;  in $opt$reg$TestWithBreakAndContinue()  local
 116   public static int $opt$reg$testSpillInIf(int a, int b, int c) {  in $opt$reg$testSpillInIf()
 129   public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) {  in $opt$reg$TestAgressiveLive1()
 150   public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) {  in $opt$reg$TestAgressiveLive2()
 
 | 
| /art/test/403-optimizing-long/src/ | 
| D | Main.java | 92   static long $opt$TakeOneLong3(int a, int b, long l) {  in $opt$TakeOneLong3()96   static long $opt$TakeOneLong4(int a, int b, int c, long l) {  in $opt$TakeOneLong4()
 100   static long $opt$TakeOneLong5(int a, int b, int c,int d,  long l) {  in $opt$TakeOneLong5()
 104   static long $opt$AddTwoLongs(long a, long b) {  in $opt$AddTwoLongs()
 108   static long $opt$AddThreeLongs(long a, long b, long c) {  in $opt$AddThreeLongs()
 112   static long $opt$SubTwoLongs(long a, long b) {  in $opt$SubTwoLongs()
 
 | 
| /art/compiler/optimizing/ | 
| D | nodes_test.cc | 62       std::all_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()66       std::any_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()
 76       std::none_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()
 80       std::all_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()
 118       std::all_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()
 122       std::any_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()
 132       std::none_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()
 136       std::all_of(graph_->GetBlocks().begin(), graph_->GetBlocks().end(), [&](HBasicBlock* b) {  in TEST_F()
 
 | 
| /art/runtime/interpreter/ | 
| D | safe_math.h | 36 static inline select_bigger_t<T1, T2> SafeMath(T1 a, T2 b) {  in SafeMath()48 static inline select_bigger_t<T1, T2> SafeAdd(T1 a, T2 b) {  in SafeAdd()
 54 static inline select_bigger_t<T1, T2> SafeSub(T1 a, T2 b) {  in SafeSub()
 60 static inline select_bigger_t<T1, T2> SafeMul(T1 a, T2 b) {  in SafeMul()
 
 | 
| /art/test/411-optimizing-arith/src/ | 
| D | SubTest.java | 45   public static void expectApproxEquals(float a, float b) {  in expectApproxEquals()53   public static void expectApproxEquals(double a, double b) {  in expectApproxEquals()
 154   static int $opt$Sub(int a, int b) {  in $opt$Sub()
 158   static long $opt$Sub(long a, long b) {  in $opt$Sub()
 162   static float $opt$Sub(float a, float b) {  in $opt$Sub()
 166   static double $opt$Sub(double a, double b) {  in $opt$Sub()
 
 |