Searched refs:t6 (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 154 ReferenceTypeInfo t6(MergeTypes(ObjectType(), ObjectType(false))); in TEST_F() local 155 EXPECT_TRUE(t6.IsValid()); in TEST_F() 156 EXPECT_FALSE(t6.IsExact()); in TEST_F() 157 EXPECT_TRUE(t6.IsEqual(ObjectType(false))); in TEST_F()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 343 sw $t6, 196($sp) 473 lw $t6, 196($sp) 706 lw $t6, 56($a0) 952 li $t6, 0 # t6 = gpr_index = 0 (corresponds to A2; A0 and A1 are skipped) 987 addu $ra, $t2, $t6 992 addu $ra, $t3, $t6 1202 LOAD_WORD_TO_REG a1, t8, t6, loopS # a1 = current argument, gpr_index += 16 1203 LOAD_WORD_TO_REG a2, t8, t6, loopS # a2 = current argument, gpr_index += 16 1204 LOAD_WORD_TO_REG a3, t8, t6, loopS # a3 = current argument, gpr_index += 16 1205 LOAD_WORD_TO_REG t0, t8, t6, loopS # t0 = current argument, gpr_index += 16 [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 94 #define t6 $$14 macro
|
/art/test/dexdump/ |
D | bytecodes.txt | 1588 0x0017 - 0x005d reg=5 t6 I 1744 0x0031 - 0x00c2 reg=12 t6 J
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips.S | 101 #define t6 $14 macro
|