Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Ddex_instruction_visitor_test.cc44 const uint16_t c0[] = {}; in TEST() local
45 v0.Visit(c0, sizeof(c0)); in TEST()
Ddex_file_test.cc220 const DexFile::ClassDef& c0 = raw->GetClassDef(0); in TEST_F() local
221 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c0)); in TEST_F()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc85 " c0: ea10 0001 andseq.w r0, r0, r1\n",
787 " c0: 23be movs r3, #190 ; 0xbe\n",
788 " c2: 23c0 movs r3, #192 ; 0xc0\n",
915 " 1c0: 23be movs r3, #190 ; 0xbe\n",
916 " 1c2: 23c0 movs r3, #192 ; 0xc0\n",
1043 " 2c0: 23be movs r3, #190 ; 0xbe\n",
1044 " 2c2: 23c0 movs r3, #192 ; 0xc0\n",
1171 " 3c0: 23be movs r3, #190 ; 0xbe\n",
1172 " 3c2: 23c0 movs r3, #192 ; 0xc0\n",
1299 " 4c0: 23be movs r3, #190 ; 0xbe\n",
[all …]
/art/test/dexdump/
Dbytecodes.txt211 0009c0: |[0009c0] com.google.android.test.R.drawable.<init>:…
691 000db4: 1501 c040 |0088: const/high16 v1, #int 1086324736 // #40c0
718 000e24: 3000 0002 |00c0: cmpg-double v0, v0, v2
721 000e30: 1902 36c0 |00c6: const-wide/high16 v2, #long -4596486369685012…
957 0010c0: 0800 1200 |0092: move-object/from16 v0, v18
1070 0011c0: 0f00 |0008: return v0
1103 001240: 28c0 |0048: goto 0008 // -0040
1178 0012c0: 3915 3800 |001a: if-nez v21, 0052 // +0038
1247 0013c0: 5910 1100 |009a: iput v0, v1, Lcom/google/android/test/Test;.m…
1266 00140c: 6016 1b00 |00c0: sget v22, Lcom/google/android/test/Test;.sF:F…
[all …]
Dcheckers.txt80 0014c0: 1301 8004 |0006: const/16 v1, #int 1152 // #480
260 001728: 7240 3600 6044 |00c0: invoke-interface {v0, v6, v4, v4}, Landroid/v…
309 0017c0: 0001 0500 1300 0000 1a00 0000 2000 ... |002c: packed-switch-data (14 units)
380 0018c0: 6e20 6500 0100 |006a: invoke-virtual {v1, v0}, Lcom/google/android/…
1153 0020c0: e100 0802 |0022: shr-int/lit8 v0, v8, #int 2 // #02
1249 0021c0: 7230 1900 0b01 |003c: invoke-interface {v11, v0, v1}, Landroid/cont…
1317 0022c0: 54a1 0b00 |00bc: iget-object v1, v10, Lcom/google/android/chec…
1401 0023c0: |[0023c0] com.google.android.checkers.CheckersView.a…
1533 002578: 2202 2100 |00c0: new-instance v2, Lcom/google/android/checkers…
1697 0027c0: 0160 |01e4: move v0, v6
[all …]
/art/compiler/optimizing/
Dbounds_check_elimination.cc1019 int32_t c0 = right_const; in VisitSub() local
1024 if (!ValueBound::WouldAddOverflowOrUnderflow(c0, -c2) && in VisitSub()
1025 !ValueBound::WouldAddOverflowOrUnderflow(c0, -c1)) { in VisitSub()
1026 if ((c0 - c1) <= 0) { in VisitSub()
/art/test/125-gc-and-classloading/src/
DMain.java60 Class c0 = Class.forName("Main$BigClass"); in run() local