Home
last modified time | relevance | path

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

/art/test/127-checker-secondarydex/src/
DMain.java35 Test t3 = null; in testSlowPathDirectInvoke() local
37 t1.test(t3); in testSlowPathDirectInvoke()
/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S181 la t3, .Lload4i2\sfx
184 la t3, .Lload4i1\sfx
206 jr t3
220 .Lload4i1, a1, s3, 4, lw, t3, .Lload4i2, t4, .Lload8i2, .Lfill_regs, \sfx
222 INVOKE_STUB_LOAD_REG .Lload4i2, a2, s3, 4, lw, t3, .Lload4i3, t4, .Lload8i3, .Lfill_regs, \sfx
223 INVOKE_STUB_LOAD_REG .Lload4i3, a3, s3, 4, lw, t3, .Lload4i4, t4, .Lload8i4, .Lfill_regs, \sfx
224 INVOKE_STUB_LOAD_REG .Lload4i4, a4, s3, 4, lw, t3, .Lload4i5, t4, .Lload8i5, .Lfill_regs, \sfx
225 INVOKE_STUB_LOAD_REG .Lload4i5, a5, s3, 4, lw, t3, .Lload4i6, t4, .Lload8i6, .Lfill_regs, \sfx
226 INVOKE_STUB_LOAD_REG .Lload4i6, a6, s3, 4, lw, t3, .Lload4i7, t4, .Lload8i7, .Lfill_regs, \sfx
227 INVOKE_STUB_LOAD_REG .Lload4i7, a7, s3, 4, lw, t3, .Lskip4, t4, .Lskip8, .Lfill_regs, \sfx
[all …]
Dasm_support_riscv64.S347 SAVE_GPR t3, 8*55 // x28
424 RESTORE_GPR t3, (8*55) // x28
/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.java643 int t3 = (x > y) ? x : y; in minmaxCSEScalar() local
648 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEScalar()
679 int t3 = (x[0] > y[0]) ? x[0] : y[0]; in minmaxCSEArray() local
684 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEArray()
703 int t3 = (x > y) ? x : y; in minmaxCSEScalarAndCond() local
706 return t1 + t2 + t3 + t4; in minmaxCSEScalarAndCond()
/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/compiler/optimizing/
Dreference_type_propagation_test.cc200 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/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/test/990-field-trace/src/art/
DTest990.java209 TestClass1 t3 = new TestClass1(3, t1);
217 t1.tweak(t3.foobar);
/art/dex2oat/
Ddex2oat.cc1637 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local
1655 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local
/art/test/dexdump/
Dbytecodes.txt1602 0x0011 - 0x005d reg=2 t3 I
1759 0x002b - 0x00c2 reg=6 t3 J