Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 63) sorted by relevance

123

/art/test/123-inline-execute2/src/
DMain.java49 double e = (double) j; in main() local
95 double e = (double) j; in main() local
/art/test/529-long-split/src/
DMain.java36 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/
DMain.java85 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/
DMain.java91 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/
DMain.java35 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/
DMain.java35 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/
DMain.java22 int e = doCall(); in testSimpleVReg() local
27 long testPairVReg(long a, long b, long c, double e) { in testPairVReg()
/art/compiler/optimizing/
Dgraph_checker.cc288 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
Dlicm.cc45 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
Dssa_liveness_analysis.cc180 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
Dgraph_checker.h88 for (size_t i = 0, e = errors_.size(); i < e; ++i) { in Dump() local
Dssa_builder.cc172 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
Dcode_generator.cc113 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/
DMain.java146 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/
DMain.java44 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/
DMain.java27 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/
DThreadDeathHandler.java29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
/art/test/054-uncaught/src/
DThreadDeathHandler.java29 public void uncaughtException(Thread t, Throwable e) { in uncaughtException()
/art/test/NonStaticLeafMethods/
DNonStaticLeafMethods.java37 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/
DStaticLeafMethods.java35 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/
DMain.java27 int e = myField4; // ebx in foo() local
/art/test/022-interface/src/
DMain.java81 public CharSequence subSequence(int s, int e) { in subSequence()
/art/test/067-preemptive-unpark/src/
DMain.java72 int e = 0; in clearStack() local
/art/test/071-dexfile/src/
DMain.java100 Enumeration<String> e = (Enumeration<String>) DexFile_entries.invoke(dexFile); in testDexFile() local
/art/test/412-new-array/src/
DMain.java48 short[] e = new short[5]; in $opt$TestAllocations() local
85 short[] e = {4, 5, 6}; in $opt$TestWithInitializations() local

123