Searched refs:c0 (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Ddex_instruction_visitor_test.cc44 const uint16_t c0[] = {}; local
45 v0.Visit(c0, sizeof(c0));
H A Ddex_file_test.cc220 const DexFile::ClassDef& c0 = raw->GetClassDef(0); local
221 EXPECT_STREQ("LNested$Inner;", raw->GetClassDescriptor(c0));
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1019 int32_t c0 = right_const; variable
1022 // (array.length + c0 - v) where v is in [c1, array.length + c2]
1023 // gets [c0 - c2, array.length + c0 - c1] as its value range.
1024 if (!ValueBound::WouldAddOverflowOrUnderflow(c0, -c2) &&
1025 !ValueBound::WouldAddOverflowOrUnderflow(c0, -c1)) {
1026 if ((c0 - c1) <= 0) {
1027 // array.length + (c0 - c1) won't overflow/underflow.
/art/test/125-gc-and-classloading/src/
H A DMain.java60 Class c0 = Class.forName("Main$BigClass");

Completed in 707 milliseconds