Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 5 of 5) 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.inc585 " c0: 23be movs r3, #190 ; 0xbe\n",
586 " c2: 23c0 movs r3, #192 ; 0xc0\n",
713 " 1c0: 23be movs r3, #190 ; 0xbe\n",
714 " 1c2: 23c0 movs r3, #192 ; 0xc0\n",
841 " 2c0: 23be movs r3, #190 ; 0xbe\n",
842 " 2c2: 23c0 movs r3, #192 ; 0xc0\n",
969 " 3c0: 23be movs r3, #190 ; 0xbe\n",
970 " 3c2: 23c0 movs r3, #192 ; 0xc0\n",
1097 " 4c0: 23be movs r3, #190 ; 0xbe\n",
1098 " 4c2: 23c0 movs r3, #192 ; 0xc0\n",
[all …]
/art/compiler/optimizing/
Dbounds_check_elimination.cc1624 int32_t c0 = right_const; in VisitSub() local
1629 if (!ValueBound::WouldAddOverflowOrUnderflow(c0, -c2) && in VisitSub()
1630 !ValueBound::WouldAddOverflowOrUnderflow(c0, -c1)) { in VisitSub()
1631 if ((c0 - c1) <= 0) { in VisitSub()
/art/test/125-gc-and-classloading/src/
DMain.java60 Class c0 = Class.forName("Main$BigClass"); in run() local