Searched refs:t6 (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 151 ReferenceTypeInfo t6(MergeTypes(ObjectType(), ObjectType(false))); in TEST_F() local 152 EXPECT_TRUE(t6.IsValid()); in TEST_F() 153 EXPECT_FALSE(t6.IsExact()); in TEST_F() 154 EXPECT_TRUE(t6.IsEqual(ObjectType(false))); in TEST_F()
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | DiffFieldsTest.java | 39 private static final Type t6 = Type.SHORT; field in DiffFieldsTest 128 a.add(new FieldValue("n6", t6, null)); in basicDiff() 136 b.add(new FieldValue("n6", t6, null)); in basicDiff() 166 a.add(new FieldValue("n6", t6, null)); in reorderedDiff() 175 b.add(new FieldValue("n6", t6, null)); in reorderedDiff()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 384 sw $t6, 196($sp) 516 lw $t6, 196($sp) 752 lw $t6, 56($a0) 998 li $t6, 0 # t6 = gpr_index = 0 (corresponds to A2; A0 and A1 are skipped) 1033 addu $ra, $t2, $t6 1038 addu $ra, $t3, $t6 1249 LOAD_WORD_TO_REG a1, t8, t6, loopS # a1 = current argument, gpr_index += 16 1250 LOAD_WORD_TO_REG a2, t8, t6, loopS # a2 = current argument, gpr_index += 16 1251 LOAD_WORD_TO_REG a3, t8, t6, loopS # a3 = current argument, gpr_index += 16 1252 LOAD_WORD_TO_REG t0, t8, t6, loopS # t0 = current argument, gpr_index += 16 [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 97 #define t6 $$14 macro
|
/art/test/dexdump/ |
D | bytecodes.txt | 1588 0x0017 - 0x005d reg=5 t6 I 1744 0x0031 - 0x00c2 reg=12 t6 J
|