Searched refs:t6 (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 524 ld t6, 8*31(a0) // x31 1139 lwu t6, THREAD_IS_GC_MARKING_OFFSET(xSELF) 1140 bnez t6, .Ldone 1143 UPDATE_INLINE_CACHE_ENTRY a0, t5, t6, .Lentry1_loop, .Ldone, .Lentry2 1146 UPDATE_INLINE_CACHE_ENTRY a0, t5, t6, .Lentry2_loop, .Ldone, .Lentry3 1149 UPDATE_INLINE_CACHE_ENTRY a0, t5, t6, .Lentry3_loop, .Ldone, .Lentry4 1152 UPDATE_INLINE_CACHE_ENTRY a0, t5, t6, .Lentry4_loop, .Ldone, .Lentry5 1196 lw t6, MIRROR_OBJECT_LOCK_WORD_OFFSET(\obj) 1197 slliw t6, t6, 31 - LOCK_WORD_READ_BARRIER_STATE_SHIFT // Shift the state bit to sign bit. 1198 bltz t6, \gray_slow_path_label [all …]
|
D | asm_support_riscv64.S | 453 SAVE_GPR t6, 8*58 // x31 542 RESTORE_GPR t6, (8*58) // x31 765 or t6, t5, t3 // Test the non-gc bits. 766 beq t6, t5, 2f // Check if unlocked. 770 or t6, t5, t4 771 bne t6, t5, \slow_lock 806 or t6, t5, t4 // Test the non-gc bits. 807 beq t6, t5, 2f // Simply locked by this thread? 811 or t6, t5, t4 812 bne t6, t5, \slow_unlock
|
D | jni_entrypoints_riscv64.S | 162 andi t6, t0, 1 163 bnez t6, art_jni_dlsym_lookup_stub
|
/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/test/567-checker-builder-intrinsics/src/ |
D | TestMinMax.java | 646 int t6 = (x < y) ? x : y; in minmaxCSEScalar() local 648 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEScalar() 682 int t6 = (x[0] < y[0]) ? x[0] : y[0]; in minmaxCSEArray() local 684 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEArray()
|
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 248 ReferenceTypeInfo t6(MergeTypes(ObjectType(), ObjectType(false))); in TEST_F() local 249 EXPECT_TRUE(t6.IsValid()); in TEST_F() 250 EXPECT_FALSE(t6.IsExact()); in TEST_F() 251 EXPECT_TRUE(t6.IsEqual(ObjectType(false))); in TEST_F()
|
/art/test/dexdump/ |
D | bytecodes.txt | 1605 0x0017 - 0x005d reg=5 t6 I 1762 0x0031 - 0x00c2 reg=12 t6 J
|