/art/runtime/entrypoints/quick/ |
D | quick_math_entrypoints.cc | 21 int CmplFloat(float a, float b) { in CmplFloat() 32 int CmpgFloat(float a, float b) { in CmpgFloat() 43 int CmpgDouble(double a, double b) { in CmpgDouble() 54 int CmplDouble(double a, double b) { in CmplDouble() 65 extern "C" int64_t artLmul(int64_t a, int64_t b) { in artLmul() 69 extern "C" int64_t artLdiv(int64_t a, int64_t b) { in artLdiv() 73 extern "C" int64_t artLmod(int64_t a, int64_t b) { in artLmod()
|
/art/test/105-invoke/src/ |
D | Main.java | 19 int virI_I(int a) { in virI_I() 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() 43 static int statI_I(int a) { in statI_I() 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() [all …]
|
/art/test/402-optimizing-control-flow/src/ |
D | Main.java | 48 static int $opt$testIfEq1(int a) { in $opt$testIfEq1() 56 static int $opt$testIfEq2(int a) { in $opt$testIfEq2() 64 static int $opt$testWhileLoop(int a) { in $opt$testWhileLoop() 69 static int $opt$testDoWhileLoop(int a) { in $opt$testDoWhileLoop() 75 static int $opt$testForLoop(int a) { in $opt$testForLoop() 80 static int $opt$testIfWithLocal(int a) { in $opt$testIfWithLocal()
|
/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/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/403-optimizing-long/src/ |
D | Main.java | 88 static long $opt$TakeOneLong2(int a, long l) { in $opt$TakeOneLong2() 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/test/404-optimizing-allocator/src/ |
D | Main.java | 35 int a = 0; in $opt$reg$TestLostCopy() local 45 int a = 0; in $opt$reg$TestTwoLive() local 55 int a = 0; in $opt$reg$TestThreeLive() local 67 int a = 0; in $opt$reg$TestFourLive() local 81 int a = 0; in $opt$reg$TestMultipleLive() local 101 int a = 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/ |
D | Main.java | 41 long a = 0; in $opt$TestLostCopy() local 51 long a = 0; in $opt$TestTwoLive() local 61 long a = 0; in $opt$TestThreeLive() local 73 long a = 0; in $opt$TestFourLive() local 87 long a = 0; in $opt$TestMultipleLive() local 107 long a = 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/401-optimizing-compiler/src/ |
D | Main.java | 40 Object a = new Object(); in main() local 115 static Object $opt$TestInvokeObjectParameter(Object a) { in $opt$TestInvokeObjectParameter() 120 static int $opt$TestInvokeWith2Parameters(int a, int b) { in $opt$TestInvokeWith2Parameters() 124 static int $opt$TestInvokeWith3Parameters(int a, int b, int c) { in $opt$TestInvokeWith3Parameters() 128 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters() 132 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters() 172 public static void printStaticMethodWith2Args(int a, int b) { in printStaticMethodWith2Args() 176 public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) { in printStaticMethodWith5Args() 181 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args() 186 public static void printStaticMethodWithObjectArg(Object a) { in printStaticMethodWithObjectArg()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 122 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() argument 129 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() argument 968 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local 986 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local 1004 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local 1022 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local 1040 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local 1058 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local 1076 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local 1094 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteGotoImpl() local [all …]
|
D | interpreter_switch_impl.cc | 866 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 884 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 902 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 920 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 938 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 956 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 974 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 992 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 1011 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local 1030 Object* a = shadow_frame.GetVRegReference(inst->VRegB_23x()); in ExecuteSwitchImpl() local [all …]
|
/art/runtime/ |
D | dex_instruction.cc | 30 #define INSTRUCTION_NAME(o, c, pname, f, r, i, a, v) pname, argument 38 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument 54 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument 62 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \ argument 303 const int32_t a = VRegA_35c(); in DumpString() local
|
D | dex_instruction_visitor.h | 35 #define INSTRUCTION_CASE(o, cname, p, f, r, i, a, v) \ in Visit() argument 53 #define INSTRUCTION_VISITOR(o, cname, p, f, r, i, a, v) \ argument
|
/art/test/003-omnibus-opcodes/src/ |
D | Switch.java | 8 int a = 1; in testSwitch() local
|
/art/test/015-switch/src/ |
D | Main.java | 22 int a = 1; in main() local
|
/art/test/107-int-math2/src/ |
D | Main.java | 43 static long divideLongByBillion(long a) { in divideLongByBillion() 68 IntMathBase a = new IntMathBase(); in instanceTest() local 242 long a = 0x11; in shiftTest2() local 509 static int switchTest(int a) { in switchTest() 774 int virtualCall(int a) in virtualCall() 779 void setFoo(int a) in setFoo() 789 static int staticCall(int a) in staticCall() 795 static int testIGetPut(int a) in testIGetPut()
|
/art/test/016-intern/src/ |
D | Main.java | 22 String a, b; in main() local
|
/art/test/013-math2/src/ |
D | Main.java | 22 int a, b, res; in math_013() local
|
/art/test/106-exceptions2/src/ |
D | Main.java | 135 Main a = new Main(); in nullCheckTestNoThrow() local 144 Main a = new Main(); in nullCheckTestThrow() local
|
/art/test/006-args/src/ |
D | ArgsTest.java | 33 void argTest(int a, char c, double d, long j, float f) { in argTest()
|
/art/test/GetMethodSignature/ |
D | GetMethodSignature.java | 18 Float m1(int a, double b, long c, Object d) { return null; } in m1()
|
/art/test/102-concurrent-gc/src/ |
D | Main.java | 55 int a = l.length - i - 1; in main() local
|
/art/test/044-proxy/src/ |
D | FloatSelect.java | 25 public float method(float a, float b); in method()
|
/art/test/302-float-conversion/src/ |
D | Main.java | 51 long a = 1L; in test2() local
|
/art/test/201-built-in-exception-detail-messages/src/ |
D | Main.java | 310 A a = returnNullA(); in nullPointers() local 319 A a = returnNullA(); in nullPointers() local
|