Searched refs:t5 (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 115 ReferenceTypeInfo t5(MergeTypes(StringType(), InvalidType())); in TEST_F() local 116 EXPECT_TRUE(t5.IsValid()); in TEST_F() 117 EXPECT_TRUE(t5.IsExact()); in TEST_F() 118 EXPECT_TRUE(t5.IsEqual(StringType())); in TEST_F() 149 ReferenceTypeInfo t5(MergeTypes(ObjectType(false), ObjectType())); in TEST_F() local 150 EXPECT_TRUE(t5.IsValid()); in TEST_F() 151 EXPECT_FALSE(t5.IsExact()); in TEST_F() 152 EXPECT_TRUE(t5.IsEqual(ObjectType(false))); in TEST_F()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 463 lw $t5, 52($a0) 684 li $t5, 2 # skip a0 and a1 (ArtMethod* and this*) 685 bne $t5, $t3, 1f # if (gpr_index == 2) 686 addiu $t5, 1 688 1: bne $t5, $t3, loop # else if (gpr_index == 3) 694 slti $t5, $t3, 3 695 beqz $t5, 2f # if (gpr_index < 3) 703 li $t5, 0 704 bne $t5, $t4, 3f # if (fp_index == 0) 705 addiu $t5, 1 [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 88 #define t5 $$13 macro
|
/art/test/dexdump/ |
D | bytecodes.txt | 1559 0x0015 - 0x005d reg=4 t5 I 1715 0x002f - 0x00c2 reg=10 t5 J
|