Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 242) sorted by relevance

12345678910

/art/test/636-arm64-veneer-pool/src/
DMain.java17 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/
DMain.java125 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/
DMain.java113 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/
Dquick_math_entrypoints.cc24 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/
DTestByte.java61 public static final int testDotProdSimple(byte[] a, byte[] b) { in testDotProdSimple()
102 public static final int testDotProdComplex(byte[] a, byte[] b) { in testDotProdComplex()
145 public static final int testDotProdSimpleUnsigned(byte[] a, byte[] b) { in testDotProdSimpleUnsigned()
186 public static final int testDotProdComplexUnsigned(byte[] a, byte[] b) { in testDotProdComplexUnsigned()
227 public static final int testDotProdComplexUnsignedCastedToSigned(byte[] a, byte[] b) { in testDotProdComplexUnsignedCastedToSigned()
268 public static final int testDotProdComplexSignedCastedToUnsigned(byte[] a, byte[] b) { in testDotProdComplexSignedCastedToUnsigned()
279 public static final int testDotProdSignedWidening(byte[] a, byte[] b) { in testDotProdSignedWidening()
290 public static final int testDotProdParamSigned(int x, byte[] b) { in testDotProdParamSigned()
301 public static final int testDotProdParamUnsigned(int x, byte[] b) { in testDotProdParamUnsigned()
314 public static final int testDotProdIntParam(int x, byte[] b) { in testDotProdIntParam()
[all …]
DTestCharShort.java51 public static final int testDotProdSimple(short[] a, short[] b) { in testDotProdSimple()
92 public static final int testDotProdComplex(short[] a, short[] b) { in testDotProdComplex()
126 public static final int testDotProdSimpleUnsigned(char[] a, char[] b) { in testDotProdSimpleUnsigned()
167 public static final int testDotProdComplexUnsigned(char[] a, char[] b) { in testDotProdComplexUnsigned()
208 public static final int testDotProdComplexUnsignedCastedToSigned(char[] a, char[] b) { in testDotProdComplexUnsignedCastedToSigned()
249 public static final int testDotProdComplexSignedCastedToUnsigned(short[] a, short[] b) { in testDotProdComplexSignedCastedToUnsigned()
260 public static final int testDotProdSignedToInt(short[] a, short[] b) { in testDotProdSignedToInt()
271 public static final int testDotProdParamSigned(int x, short[] b) { in testDotProdParamSigned()
282 public static final int testDotProdParamUnsigned(int x, char[] b) { in testDotProdParamUnsigned()
293 public static final int testDotProdIntParam(int x, short[] b) { in testDotProdIntParam()
[all …]
DTestVarious.java50 public static final int testDotProdConstRight(byte[] b) { in testDotProdConstRight()
85 public static final int testDotProdConstLeft(byte[] b) { in testDotProdConstLeft()
128 public static final int testDotProdLoopInvariantConvRight(byte[] b, int param) { in testDotProdLoopInvariantConvRight()
139 public static final int testDotProdByteToChar(char[] a, char[] b) { in testDotProdByteToChar()
150 public static final int testDotProdMixedSize(byte[] a, short[] b) { in testDotProdMixedSize()
161 public static final int testDotProdMixedSizeAndSign(byte[] a, char[] b) { in testDotProdMixedSizeAndSign()
194 public static final int testDotProdInt32(int[] a, int[] b) { in testDotProdInt32()
236 public static final int testDotProdBothSignedUnsigned1(byte[] a, byte[] b) { in testDotProdBothSignedUnsigned1()
283 public static final int testDotProdBothSignedUnsigned2(byte[] a, byte[] b) { in testDotProdBothSignedUnsigned2()
330 public static final int testDotProdBothSignedUnsignedDoubleLoad(byte[] a, byte[] b) { in testDotProdBothSignedUnsignedDoubleLoad()
[all …]
/art/test/514-shifts/src/
DMain.java29 int b = myOtherField << a; in testIntShiftLeft() local
40 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/
DMain.java51 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/
DMain.java40 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/
DStaticLeafMethods.java26 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/NonStaticLeafMethods/
DNonStaticLeafMethods.java28 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/
DMain.java43 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/567-checker-builder-intrinsics/src/
DTestMinMax.java265 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/
DMain.java23 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/952-invoke-custom/src/
DTestLinkerUnrelatedBSM.java41 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/530-checker-loops3/src/
DMain.java37 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/404-optimizing-allocator/src/
DMain.java36 int b = 0; in $opt$reg$TestLostCopy() local
46 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/405-optimizing-long-allocator/src/
DMain.java42 long b = 0; in $opt$TestLostCopy() local
52 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/runtime/interpreter/
Dsafe_math.h34 static inline typename select_bigger<T1, T2>::type SafeMath(T1 a, T2 b) { in SafeMath()
46 static inline typename select_bigger<T1, T2>::type SafeAdd(T1 a, T2 b) { in SafeAdd()
52 static inline typename select_bigger<T1, T2>::type SafeSub(T1 a, T2 b) { in SafeSub()
58 static inline typename select_bigger<T1, T2>::type SafeMul(T1 a, T2 b) { in SafeMul()
/art/test/403-optimizing-long/src/
DMain.java92 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/test/411-optimizing-arith/src/
DMulTest.java45 public static void expectApproxEquals(float a, float b, float maxDelta) { in expectApproxEquals()
54 public static void expectApproxEquals(double a, double b, double maxDelta) { in expectApproxEquals()
165 static int $opt$Mul(int a, int b) { in $opt$Mul()
169 static long $opt$Mul(long a, long b) { in $opt$Mul()
173 static float $opt$Mul(float a, float b) { in $opt$Mul()
177 static double $opt$Mul(double a, double b) { in $opt$Mul()
DSubTest.java45 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()
/art/tools/ahat/src/test/com/android/ahat/
DDiffTest.java37 AhatHeap b = dump.getBaselineAhatSnapshot().getHeap("app"); in diffMatchedHeap() local
39 assertEquals(a.getBaseline(), b); in diffMatchedHeap() local
50 AhatInstance b = dump.getBaselineDumpedAhatInstance("unchangedObject"); in diffUnchanged() local
76 AhatInstance b = dump.getBaselineDumpedAhatInstance("removedObject"); in diffRemoved() local
/art/test/530-checker-lse-simd/src/
DMain.java45 static double $noinline$vecgen(double a[], double b[], int n) { in $noinline$vecgen()
96 double b[] = new double[n]; in $noinline$test02() local
127 double b[] = new double[n]; in $noinline$test03() local
163 double b[] = new double[n]; in $noinline$test04() local
196 double b[] = new double[n]; in $noinline$test05() local
241 double b[] = new double[n]; in $noinline$test06() local

12345678910