Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation_test.cc109 ReferenceTypeInfo t4(MergeTypes(ObjectType(), InvalidType())); in TEST_F() local
110 EXPECT_TRUE(t4.IsValid()); in TEST_F()
111 EXPECT_TRUE(t4.IsExact()); in TEST_F()
112 EXPECT_TRUE(t4.IsEqual(ObjectType())); in TEST_F()
141 ReferenceTypeInfo t4(MergeTypes(StringType(), ObjectType())); in TEST_F() local
142 EXPECT_TRUE(t4.IsValid()); in TEST_F()
143 EXPECT_FALSE(t4.IsExact()); in TEST_F()
144 EXPECT_TRUE(t4.IsEqual(ObjectType(false))); in TEST_F()
/art/test/679-checker-minmax/src/
DMain.java648 int t4 = (x < y) ? x : y; in minmaxCSEScalar() local
652 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEScalar()
684 int t4 = (x[0] < y[0]) ? x[0] : y[0]; in minmaxCSEArray() local
688 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEArray()
708 int t4 = (x < y) ? x : y; in minmaxCSEScalarAndCond() local
710 return t1 + t2 + t3 + t4; in minmaxCSEScalarAndCond()
/art/test/990-field-trace/src/art/
DTest990.java210 TestClass1 t4 = new TestClass1(4, t2);
218 t4.tweak((int)((TestClass2)t2).baz);
219 t4.tweak((int)TestClass2.TOTAL);
/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java37 private static final Type t4 = Type.DOUBLE; field in DiffFieldsTest
126 a.add(new FieldValue("n4", t4, null)); in basicDiff()
164 a.add(new FieldValue("n4", t4, null)); in reorderedDiff()
169 b.add(new FieldValue("n4", t4, null)); in reorderedDiff()
/art/test/924-threads/src/art/
DTest924.java77 Thread t4 = new Thread("Subclass") { in doTest() local
79 printThreadInfo(t4); in doTest()
/art/test/dexdump/
Dbytecodes.txt1586 0x0013 - 0x005d reg=3 t4 I
1742 0x002d - 0x00c2 reg=8 t4 J