Home
last modified time | relevance | path

Searched refs:sub2 (Results 1 – 2 of 2) sorted by relevance

/art/test/048-reflect-v8/
Dexpected.txt30 Annotations by type, defined by class UserSub2 with annotation Calendar: @Calendar(dayOfMonth=sub2,…
45 …class class UserSub2, annotation interface Calendar: @Calendar(dayOfMonth=sub2, dayOfWeek=unspecif…
62 … defined by class UserSub2 with annotation Calendar: @Calendar(dayOfMonth=sub2, dayOfWeek=unspecif…
/art/compiler/optimizing/
Dbounds_check_elimination_test.cc259 HInstruction* sub2 = new (GetAllocator()) HSub(DataType::Type::kInt32, sub1, constant_max_int); in TEST_F() local
260 HInstruction* cmp2 = new (GetAllocator()) HLessThanOrEqual(sub2, constant_0); in TEST_F()
263 block2->AddInstruction(sub2); in TEST_F()
270 HBoundsCheck(sub2, array_length, 0); in TEST_F()