Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 15 of 15) sorted by relevance

/art/test/104-growth-limit/src/
DMain.java52 } catch (OutOfMemoryError e2) { in main()
/art/test/067-preemptive-unpark/src/
DMain.java55 } catch (NoSuchFieldException e2) { in setUp()
/art/test/802-deoptimization/src/
DDeoptimizationController.java35 } catch (IOException e2) { in createTempFile()
/art/test/595-profile-saving/src/
DMain.java75 } catch (IOException e2) { in createTempFile()
/art/test/570-checker-osr/src/
DDeoptimizationController.java38 } catch (IOException e2) { in createTempFile()
/art/compiler/optimizing/
Dcode_generator.h766 HEnvironment* e2 = i2->GetEnvironment(); in HaveSameStackMap() local
767 if (e1->GetParent() != e2->GetParent() || e1->Size() != e2->Size()) { in HaveSameStackMap()
771 if (e1->GetInstructionAt(i) != e2->GetInstructionAt(i) || in HaveSameStackMap()
772 !e1->GetLocationAt(i).Equals(e2->GetLocationAt(i))) { in HaveSameStackMap()
/art/test/577-profile-foreign-dex/src/
DMain.java169 } catch (IOException e2) { in createTempFile()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc98 " e2: bf08 it eq\n",
467 " 0: 68e2 ldr r2, [r4, #12]\n",
518 " 0: 60e2 str r2, [r4, #12]\n",
804 " e2: 23e0 movs r3, #224 ; 0xe0\n",
805 " e4: 23e2 movs r3, #226 ; 0xe2\n",
932 " 1e2: 23e0 movs r3, #224 ; 0xe0\n",
933 " 1e4: 23e2 movs r3, #226 ; 0xe2\n",
1060 " 2e2: 23e0 movs r3, #224 ; 0xe0\n",
1061 " 2e4: 23e2 movs r3, #226 ; 0xe2\n",
1188 " 3e2: 23e0 movs r3, #224 ; 0xe0\n",
[all …]
/art/test/530-checker-loops2/src/
DMain.java985 int[] e2 = { 1001, 0, 0, 1, 0, 0, 1, 0, 0, 1 }; in main()
988 expectEquals(a2[i], e2[i]); in main()
/art/test/545-tracing-and-jit/src/
DMain.java59 } catch (IOException e2) { in createTempFile()
/art/test/099-vmdebug/src/
DMain.java47 } catch (IOException e2) { in createTempFile()
/art/test/dexdump/
Dcheckers.txt182 0015e2: 1a01 7100 |001d: const-string v1, "Move Coach" // string@0071
242 0016e2: 1a01 5b00 |009d: const-string v1, "Level 3 (5s)" // string@005b
308 0017be: 28e2 |002b: goto 000d // -001e
342 00182c: 12e2 |0020: const/4 v2, #int -2 // #fe
1060 001fd8: 28e2 |0020: goto 0002 // -001e
1258 0021e2: 1201 |004d: const/4 v1, #int 0 // #0
1326 0022e2: 7230 1900 0b01 |00cd: invoke-interface {v11, v0, v1}, Landroid/cont…
1336 00230c: 1261 |00e2: const/4 v1, #int 6 // #6
1409 0023e2: 0a00 |0009: move-result v0
1549 0025bc: 1241 |00e2: const/4 v1, #int 4 // #4
[all …]
Dbytecodes.txt736 000e68: 5cb0 0d00 |00e2: iput-boolean v0, v11, Lcom/google/android/tes…
742 000e7a: 28f7 |00eb: goto 00e2 // -0009
1079 0011e2: 4a01 0106 |0019: aget-short v1, v1, v6
1186 0012e2: 0200 1500 |002b: move/from16 v0, v21
1283 001450: 0800 1a00 |00e2: move-object/from16 v0, v26
1468 0015e2: b9ed |0007: shr-int/2addr v13, v14
1596 0016e2: 1616 ffff |0021: const-wide/16 v22, #int -1 // #ffff
1662 0017e2: 9b16 1618 |00a1: add-long v22, v22, v24
/art/test/449-checker-bce/src/
DMain.java989 } catch (ArrayIndexOutOfBoundsException e2) { in foo()
/art/tools/dmtracedump/
Dtracedump.cc2360 uint64_t e2 = ptr->method2->elapsedExclusive; in createDiff() local
2362 ptr->differenceExclusive = e2 - e1; in createDiff()
2363 ptr->differenceExclusivePercentage = (static_cast<double>(e2) / in createDiff()