Searched refs:t4 (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 111 ReferenceTypeInfo t4(MergeTypes(ObjectType(), InvalidType())); in TEST_F() local 112 EXPECT_TRUE(t4.IsValid()); in TEST_F() 113 EXPECT_TRUE(t4.IsExact()); in TEST_F() 114 EXPECT_TRUE(t4.IsEqual(ObjectType())); in TEST_F() 143 ReferenceTypeInfo t4(MergeTypes(StringType(), ObjectType())); in TEST_F() local 144 EXPECT_TRUE(t4.IsValid()); in TEST_F() 145 EXPECT_FALSE(t4.IsExact()); in TEST_F() 146 EXPECT_TRUE(t4.IsEqual(ObjectType(false))); in TEST_F()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 462 lw $t4, 48($a0) 666 move $t4, $zero # t4 = fp_index = 0 704 bne $t5, $t4, 3f # if (fp_index == 0) 706 LOAD_DOUBLE_TO_REG f12, f13, t0, t4, t9, loop # f12_f13 = curr_arg, fp_index++ 707 3: bne $t5, $t4, loop # else if (fp_index == 1) 709 LOAD_DOUBLE_TO_REG f14, f15, t0, t4, t9, loop # f14_f15 = curr_arg, fp_index++ 713 bne $t5, $t4, 4f # if (fp_index == 0) 715 LOAD_FLOAT_TO_REG f12, t0, t4, loop # f12 = curr_arg, fp_index++ 716 4: bne $t5, $t4, loop # else if (fp_index == 1) 718 LOAD_FLOAT_TO_REG f14, t0, t4, loop # f14 = curr_arg, fp_index++ [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 87 #define t4 $$12 macro
|
/art/test/dexdump/ |
D | bytecodes.txt | 1558 0x0013 - 0x005d reg=3 t4 I 1714 0x002d - 0x00c2 reg=8 t4 J
|