Searched refs:t3 (Results 1 – 9 of 9) sorted by relevance
/art/test/127-checker-secondarydex/src/ |
D | Main.java | 35 Test t3 = null; in testSlowPathDirectInvoke() local 37 t1.test(t3); in testSlowPathDirectInvoke()
|
/art/test/1982-no-virtuals-structural-redefinition/src/art/ |
D | Test1982.java | 191 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/ |
D | TestMinMax.java | 623 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/ |
D | Test924.java | 65 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/ |
D | DiffFieldsTest.java | 36 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/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 200 ReferenceTypeInfo t3(MergeTypes(InvalidType(), StringType())); in TEST_F() local 201 EXPECT_TRUE(t3.IsValid()); in TEST_F() 202 EXPECT_TRUE(t3.IsExact()); in TEST_F() 203 EXPECT_TRUE(t3.IsEqual(StringType())); in TEST_F() 232 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType())); in TEST_F() local 233 EXPECT_TRUE(t3.IsValid()); in TEST_F() 234 EXPECT_FALSE(t3.IsExact()); in TEST_F() 235 EXPECT_TRUE(t3.IsEqual(ObjectType(false))); in TEST_F()
|
/art/test/990-field-trace/src/art/ |
D | Test990.java | 209 TestClass1 t3 = new TestClass1(3, t1); 217 t1.tweak(t3.foobar);
|
/art/dex2oat/ |
D | dex2oat.cc | 1586 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local 1605 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local
|
/art/test/dexdump/ |
D | bytecodes.txt | 1602 0x0011 - 0x005d reg=2 t3 I 1759 0x002b - 0x00c2 reg=6 t3 J
|