| /art/test/123-inline-execute2/src/ |
| D | Main.java | 49 double e = (double) j; in main() local 95 double e = (double) j; in main() local
|
| /art/test/529-long-split/src/ |
| D | Main.java | 36 int e = myField2; // EAX in testOddLow1() local 78 int e = myField2; // ECX in testNonFollowingHigh() local 118 int e = myField2; // EAX in testOddLow2() local 173 public static void $noinline$doCall(long e) { in $noinline$doCall()
|
| /art/test/404-optimizing-allocator/src/ |
| D | Main.java | 85 int e = 0; in $opt$reg$TestMultipleLive() local 118 int e = 0; in $opt$reg$testSpillInIf() local 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 | 91 long e = 0; in $opt$TestMultipleLive() local 124 long e = 0; in $opt$testSpillInIf() local 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/439-swap-double/src/ |
| D | Main.java | 35 double a, double b, double c, double d, double e, double f, double g) { in callWithDoubles() 43 double e = 5.0; field in Main
|
| /art/test/105-invoke/src/ |
| D | Main.java | 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() 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/454-get-vreg/src/ |
| D | Main.java | 22 int e = doCall(); in testSimpleVReg() local 27 long testPairVReg(long a, long b, long c, double e) { in testPairVReg()
|
| /art/compiler/optimizing/ |
| D | graph_checker.cc | 288 for (size_t i = 0, e = handlers.size(); i < e; ++i) { in VisitTryBoundary() local 390 for (size_t i = 0, e = instruction->InputCount(); i < e; ++i) { in VisitInstruction() local 435 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in VisitInstruction() local 596 for (size_t i = 1, e = loop_header->GetPredecessors().size(); i < e; ++i) { in HandleLoop() local 684 for (size_t i = 0, e = insn1->InputCount(); i < e; ++i) { in IsConstantEquivalent() local 708 for (size_t i = 0, e = phi->InputCount(); i < e; ++i) { in VisitPhi() local 765 for (size_t i = 0, e = phi->InputCount(); i < e; ++i) { in VisitPhi() local
|
| D | licm.cc | 45 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in InputsAreDefinedBeforeLoop() local 68 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in UpdateLoopPhisIn() local
|
| D | ssa_liveness_analysis.cc | 180 for (size_t i = 0, e = current->InputCount(); i < e; ++i) { in RecursivelyProcessInputs() local 268 for (size_t i = 0, e = environment->Size(); i < e; ++i) { in ComputeLiveRanges() local 433 for (size_t i = 0, e = user->InputCount(); i < e; ++i) { in FindFirstRegisterHint() local 474 for (size_t i = 0, e = defined_by_->InputCount(); i < e; ++i) { in FindHintAtDefinition() local
|
| D | graph_checker.h | 88 for (size_t i = 0, e = errors_.size(); i < e; ++i) { in Dump() local
|
| D | ssa_builder.cc | 172 for (size_t i = 0, e = phi->InputCount(); i < e; ++i) { in TypeInputsOfPhi() local 186 for (size_t i = 0, e = phi->InputCount(); i < e; ++i) { in TypeInputsOfPhi() local 619 for (size_t i = 0, e = phi->InputCount(); i < e; ++i) { in GetFloatDoubleOrReferenceEquivalentOfPhi() local
|
| D | code_generator.cc | 113 for (size_t i = 0, e = instruction->InputCount(); i < e; ++i) { in CheckTypeConsistency() local 222 for (size_t e = block_order_->size(); current_block_index_ < e; ++current_block_index_) { in Compile() local 1196 for (size_t i = 0, e = codegen->GetNumberOfCoreRegisters(); i < e; ++i) { in SaveLiveRegisters() local 1211 for (size_t i = 0, e = codegen->GetNumberOfFloatingPointRegisters(); i < e; ++i) { in SaveLiveRegisters() local 1227 for (size_t i = 0, e = codegen->GetNumberOfCoreRegisters(); i < e; ++i) { in RestoreLiveRegisters() local 1237 for (size_t i = 0, e = codegen->GetNumberOfFloatingPointRegisters(); i < e; ++i) { in RestoreLiveRegisters() local
|
| /art/test/401-optimizing-compiler/src/ |
| D | Main.java | 146 static int $opt$TestInvokeWith5Parameters(int a, int b, int c, int d, int e) { in $opt$TestInvokeWith5Parameters() 150 static int $opt$TestInvokeWith7Parameters(int a, int b, int c, int d, int e, int f, int g) { in $opt$TestInvokeWith7Parameters() 194 public static void printStaticMethodWith5Args(int a, int b, int c, int d, int e) { in printStaticMethodWith5Args() 199 public static void printStaticMethodWith7Args(int a, int b, int c, int d, int e, int f, int g) { in printStaticMethodWith7Args()
|
| /art/test/484-checker-register-hints/src/ |
| D | Main.java | 44 int e = live1; in test1() local 79 int e = live1; in test2() local 116 int e = live1; in test3() local
|
| /art/test/440-stmp/src/ |
| D | Main.java | 27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz() 36 float e = 5.0f; field in Main
|
| /art/test/050-sync-test/src/ |
| D | ThreadDeathHandler.java | 29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
| /art/test/054-uncaught/src/ |
| D | ThreadDeathHandler.java | 29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
|
| /art/test/NonStaticLeafMethods/ |
| D | NonStaticLeafMethods.java | 37 int sum(int a, int b, int c, int d, int e) { in sum() 52 double sum(double a, double b, double c, double d, double e) { in sum()
|
| /art/test/StaticLeafMethods/ |
| D | StaticLeafMethods.java | 35 static int sum(int a, int b, int c, int d, int e) { in sum() 50 static double sum(double a, double b, double c, double d, double e) { in sum()
|
| /art/test/526-long-regalloc/src/ |
| D | Main.java | 27 int e = myField4; // ebx in foo() local
|
| /art/test/022-interface/src/ |
| D | Main.java | 81 public CharSequence subSequence(int s, int e) { in subSequence()
|
| /art/test/067-preemptive-unpark/src/ |
| D | Main.java | 72 int e = 0; in clearStack() local
|
| /art/test/071-dexfile/src/ |
| D | Main.java | 100 Enumeration<String> e = (Enumeration<String>) DexFile_entries.invoke(dexFile); in testDexFile() local
|
| /art/test/412-new-array/src/ |
| D | Main.java | 48 short[] e = new short[5]; in $opt$TestAllocations() local 85 short[] e = {4, 5, 6}; in $opt$TestWithInitializations() local
|