Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 12 of 12) 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.S91 #define t3 $$11 macro
/art/compiler/optimizing/
Dreference_type_propagation_test.cc106 ReferenceTypeInfo t3(MergeTypes(InvalidType(), StringType())); in TEST_F() local
107 EXPECT_TRUE(t3.IsValid()); in TEST_F()
108 EXPECT_TRUE(t3.IsExact()); in TEST_F()
109 EXPECT_TRUE(t3.IsEqual(StringType())); in TEST_F()
138 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType())); in TEST_F() local
139 EXPECT_TRUE(t3.IsValid()); in TEST_F()
140 EXPECT_FALSE(t3.IsExact()); in TEST_F()
141 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.S950 # This macro modifies t3, t9 and v0
952 lbu $t3, 0($t0) # get argument type from shorty
953 beqz $t3, \label
956 beq $t9, $t3, 1f # branch if result type char == 'D'
958 beq $t9, $t3, 2f # branch if result type char == 'F'
960 beq $t9, $t3, 3f # branch if result type char == 'J'
970 lwu $t3, 0($t1)
971 mtc1 $t3, $\fpu
972 sw $t3, 0($v0)
973 lwu $t3, 4($t1)
[all …]
/art/test/924-threads/src/art/
DTest924.java63 Thread t3 = new Thread("Daemon Thread"); in doTest() local
64 t3.setDaemon(true); in doTest()
66 printThreadInfo(t3); in doTest()
68 t3.start(); in doTest()
69 t3.join(); in doTest()
72 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/runtime/arch/mips/
Dquick_entrypoints_mips.S349 sw $t3, 184($sp)
479 lw $t3, 184($sp)
703 lw $t3, 44($a0)
963 lapc $t3, tabLong
970 addiu $t3, $ra, %lo(tabLong - tabBase)
992 addu $ra, $t3, $t6
1188 li $t3, 'F' # put char 'F' into t3
1189 beq $t1, $t3, 6f # branch if result type char == 'F'
1326 and $t2, $t1, $t3 # zero the gc bits
1329 nor $t2, $zero, $t3 # $t2 = LOCK_WORD_GC_STATE_MASK_SHIFTED
[all …]
/art/runtime/interpreter/mterp/out/
Dmterp_mips.S98 #define t3 $11 macro
5109 GET_OPA(t3) # t3 <- AA
5126 SET_VREG64_GOTO(v0, v1, t3, t0) # vAA/VAA+1 <- v0/v1
6229 GET_OPA4(t3) # t3 <- A+
6232 EAS2(t0, rFP, t3) # t0 <- &fp[A]
6246 SET_VREG64_GOTO(v0, v1, t3, t0) # vA/vA+1 <- v0/v1
/art/dex2oat/
Ddex2oat.cc1569 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