Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation_test.cc102 ReferenceTypeInfo t3(MergeTypes(InvalidType(), StringType())); in TEST_F() local
103 EXPECT_TRUE(t3.IsValid()); in TEST_F()
104 EXPECT_TRUE(t3.IsExact()); in TEST_F()
105 EXPECT_TRUE(t3.IsEqual(StringType())); in TEST_F()
134 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType())); in TEST_F() local
135 EXPECT_TRUE(t3.IsValid()); in TEST_F()
136 EXPECT_FALSE(t3.IsExact()); in TEST_F()
137 EXPECT_TRUE(t3.IsEqual(ObjectType(false))); in TEST_F()
/art/test/127-checker-secondarydex/src/
DMain.java35 Test t3 = null; in testSlowPathDirectInvoke() local
37 t1.test(t3); in testSlowPathDirectInvoke()
/art/test/1982-no-virtuals-structural-redefinition/src/art/
DTest1982.java191 SubTransform t3 = new SubTransform(3); in doTest() local
192 System.out.println("new SubTransform is " + printGeneric(t3)); in doTest()
193 System.out.println("myToString of " + printGeneric(t3) + " is " + t3.myToString()); in doTest()
/art/test/567-checker-builder-intrinsics/src/
DTestMinMax.java623 int t3 = (x > y) ? x : y; in minmaxCSEScalar() local
628 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEScalar()
659 int t3 = (x[0] > y[0]) ? x[0] : y[0]; in minmaxCSEArray() local
664 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEArray()
683 int t3 = (x > y) ? x : y; in minmaxCSEScalarAndCond() local
686 return t1 + t2 + t3 + t4; in minmaxCSEScalarAndCond()
/art/test/924-threads/src/art/
DTest924.java65 Thread t3 = new Thread("Daemon Thread"); in doTest() local
66 t3.setDaemon(true); in doTest()
68 printThreadInfo(t3); in doTest()
70 t3.start(); in doTest()
71 t3.join(); in doTest()
74 printThreadInfo(t3); in doTest()
/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java36 private static final Type t3 = Type.FLOAT; field in DiffFieldsTest
125 a.add(new FieldValue("n3", t3, null)); in basicDiff()
134 b.add(new FieldValue("n3", t3, null)); in basicDiff()
163 a.add(new FieldValue("n3", t3, null)); in reorderedDiff()
171 b.add(new FieldValue("n3", t3, null)); in reorderedDiff()
/art/test/990-field-trace/src/art/
DTest990.java209 TestClass1 t3 = new TestClass1(3, t1);
217 t1.tweak(t3.foobar);
/art/dex2oat/
Ddex2oat.cc1838 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local
1857 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local
/art/test/dexdump/
Dbytecodes.txt1585 0x0011 - 0x005d reg=2 t3 I
1741 0x002b - 0x00c2 reg=6 t3 J