Home
last modified time | relevance | path

Searched refs:t5 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation_test.cc116 ReferenceTypeInfo t5(MergeTypes(StringType(), InvalidType())); in TEST_F() local
117 EXPECT_TRUE(t5.IsValid()); in TEST_F()
118 EXPECT_TRUE(t5.IsExact()); in TEST_F()
119 EXPECT_TRUE(t5.IsEqual(StringType())); in TEST_F()
150 ReferenceTypeInfo t5(MergeTypes(ObjectType(false), ObjectType())); in TEST_F() local
151 EXPECT_TRUE(t5.IsValid()); in TEST_F()
152 EXPECT_FALSE(t5.IsExact()); in TEST_F()
153 EXPECT_TRUE(t5.IsEqual(ObjectType(false))); in TEST_F()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S345 sw $t5, 192($sp)
475 lw $t5, 192($sp)
693 lw $t5, 52($a0)
953 lapc $t5, tabDouble
960 addiu $t5, $ra, %lo(tabDouble - tabBase)
990 addu $ra, $t5, $t7
1594 # t5, t6 : temps
1600 li $t5, ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE # Check if size is for a thread local
1603 bgtu $t1, $t5, .Lslow_path_\c_name
1619 lw $t5, ROSALLOC_SLOT_NEXT_OFFSET($v0)
[all …]
/art/runtime/interpreter/mterp/mips/
Dheader.S93 #define t5 $$13 macro
/art/test/dexdump/
Dbytecodes.txt1587 0x0015 - 0x005d reg=4 t5 I
1743 0x002f - 0x00c2 reg=10 t5 J
/art/runtime/interpreter/mterp/out/
Dmterp_mips.S100 #define t5 $13 macro