Searched refs:t4 (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 109 ReferenceTypeInfo t4(MergeTypes(ObjectType(), InvalidType())); in TEST_F() local 110 EXPECT_TRUE(t4.IsValid()); in TEST_F() 111 EXPECT_TRUE(t4.IsExact()); in TEST_F() 112 EXPECT_TRUE(t4.IsEqual(ObjectType())); in TEST_F() 141 ReferenceTypeInfo t4(MergeTypes(StringType(), ObjectType())); in TEST_F() local 142 EXPECT_TRUE(t4.IsValid()); in TEST_F() 143 EXPECT_FALSE(t4.IsExact()); in TEST_F() 144 EXPECT_TRUE(t4.IsEqual(ObjectType(false))); in TEST_F()
|
/art/test/990-field-trace/src/art/ |
D | Test990.java | 210 TestClass1 t4 = new TestClass1(4, t2); 218 t4.tweak((int)((TestClass2)t2).baz); 219 t4.tweak((int)TestClass2.TOTAL);
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | DiffFieldsTest.java | 37 private static final Type t4 = Type.DOUBLE; field in DiffFieldsTest 126 a.add(new FieldValue("n4", t4, null)); in basicDiff() 164 a.add(new FieldValue("n4", t4, null)); in reorderedDiff() 169 b.add(new FieldValue("n4", t4, null)); in reorderedDiff()
|
/art/test/924-threads/src/art/ |
D | Test924.java | 76 Thread t4 = new Thread("Subclass") { in doTest() local 78 printThreadInfo(t4); in doTest()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 388 sw $t4, 188($sp) 520 lw $t4, 188($sp) 750 lw $t4, 48($a0) 1010 lapc $t4, tabSingle 1017 addiu $t4, $ra, %lo(tabSingle - tabBase) 1043 addu $ra, $t4, $t7 1753 # t4: thread stack bottom offset 1758 lw $t4, THREAD_LOCAL_ALLOC_STACK_END_OFFSET($s1) # stack has any room left. 1759 bgeu $t3, $t4, .Lslow_path_\c_name 2963 BRB_FIELD_LONG_OFFSET_ENTRY $t4 [all …]
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 95 #define t4 $$12 macro
|
/art/test/dexdump/ |
D | bytecodes.txt | 1586 0x0013 - 0x005d reg=3 t4 I 1742 0x002d - 0x00c2 reg=8 t4 J
|