Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/mips/
Dop_ushr_long_2addr.S6 GET_OPA4(t3) # t3 <- A+
9 EAS2(t0, rFP, t3) # t0 <- &fp[A]
23 SET_VREG64_GOTO(v0, v1, t3, t0) # vA/vA+1 <- v0/v1
27 SET_VREG64_GOTO(v1, zero, t3, t0) # vA/vA+1 <- rlo/rhi
Dop_shr_long.S9 GET_OPA(t3) # t3 <- AA
26 SET_VREG64_GOTO(v0, v1, t3, t0) # vAA/VAA+1 <- v0/v1
31 SET_VREG64_GOTO(v1, a3, t3, t0) # vAA/VAA+1 <- rlo/rhi
Dheader.S94 #define t3 $$11 macro
/art/compiler/optimizing/
Dreference_type_propagation_test.cc103 ReferenceTypeInfo t3(MergeTypes(InvalidType(), StringType())); in TEST_F() local
104 EXPECT_TRUE(t3.IsValid()); in TEST_F()
105 EXPECT_TRUE(t3.IsExact()); in TEST_F()
106 EXPECT_TRUE(t3.IsEqual(StringType())); in TEST_F()
135 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType())); in TEST_F() local
136 EXPECT_TRUE(t3.IsValid()); in TEST_F()
137 EXPECT_FALSE(t3.IsExact()); in TEST_F()
138 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/runtime/arch/mips64/
Dquick_entrypoints_mips64.S975 # This macro modifies t3, t9 and v0
977 lbu $t3, 0($t0) # get argument type from shorty
978 beqz $t3, \label
981 beq $t9, $t3, 1f # branch if result type char == 'D'
983 beq $t9, $t3, 2f # branch if result type char == 'F'
985 beq $t9, $t3, 3f # branch if result type char == 'J'
995 lwu $t3, 0($t1)
996 mtc1 $t3, $\fpu
997 sw $t3, 0($v0)
998 lwu $t3, 4($t1)
[all …]
/art/test/924-threads/src/art/
DTest924.java64 Thread t3 = new Thread("Daemon Thread"); in doTest() local
65 t3.setDaemon(true); in doTest()
67 printThreadInfo(t3); in doTest()
69 t3.start(); in doTest()
70 t3.join(); in doTest()
73 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/runtime/arch/mips/
Dquick_entrypoints_mips.S390 sw $t3, 184($sp)
522 lw $t3, 184($sp)
749 lw $t3, 44($a0)
1009 lapc $t3, tabLong
1016 addiu $t3, $ra, %lo(tabLong - tabBase)
1038 addu $ra, $t3, $t6
1234 li $t3, 'F' # put char 'F' into t3
1235 beq $t1, $t3, 6f # branch if result type char == 'F'
1373 and $t2, $t1, $t3 # zero the gc bits
1376 nor $t2, $zero, $t3 # $t2 = LOCK_WORD_GC_STATE_MASK_SHIFTED
[all …]
/art/runtime/interpreter/mterp/mips64/
Dheader.S36 #define t3 $$15 macro
/art/runtime/interpreter/mterp/out/
Dmterp_mips.S101 #define t3 $11 macro
5124 GET_OPA(t3) # t3 <- AA
5141 SET_VREG64_GOTO(v0, v1, t3, t0) # vAA/VAA+1 <- v0/v1
6244 GET_OPA4(t3) # t3 <- A+
6247 EAS2(t0, rFP, t3) # t0 <- &fp[A]
6261 SET_VREG64_GOTO(v0, v1, t3, t0) # vA/vA+1 <- v0/v1
Dmterp_mips64.S43 #define t3 $15 macro
/art/test/dexdump/
Dbytecodes.txt1585 0x0011 - 0x005d reg=2 t3 I
1741 0x002b - 0x00c2 reg=6 t3 J
/art/dex2oat/
Ddex2oat.cc1580 TimingLogger::ScopedTiming t3("Loading image checksum", timings_); in Setup() local