/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 181 addi t5, t4, (3 * NUM_GPRS_TO_FILL * INVOKE_STUB_LOAD_REG_SIZE) // First handler for FP args. 215 jalr x0, 0(t5) 219 jalr x0, (NUM_FPRS_TO_FILL * INVOKE_STUB_LOAD_REG_SIZE)(t5) 257 INVOKE_STUB_LOAD_REG flw, fa0, t0, 4, t5, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx 258 INVOKE_STUB_LOAD_REG flw, fa1, t0, 4, t5, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx 259 INVOKE_STUB_LOAD_REG flw, fa2, t0, 4, t5, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx 260 INVOKE_STUB_LOAD_REG flw, fa3, t0, 4, t5, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx 261 INVOKE_STUB_LOAD_REG flw, fa4, t0, 4, t5, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx 262 INVOKE_STUB_LOAD_REG flw, fa5, t0, 4, t5, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx 263 INVOKE_STUB_LOAD_REG flw, fa6, t0, 4, t5, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx [all …]
|
D | asm_support_riscv64.S | 452 SAVE_GPR t5, 8*57 // x30 541 RESTORE_GPR t5, (8*57) // x30 760 LUI_VALUE t5, LOCK_WORD_GC_STATE_MASK_SHIFTED // Prepare mask for testing non-gc bits. 765 or t6, t5, t3 // Test the non-gc bits. 766 beq t6, t5, 2f // Check if unlocked. 769 t5, 0xffffffff ^ (LOCK_WORD_STATE_MASK_SHIFTED | LOCK_WORD_THIN_LOCK_OWNER_MASK_SHIFTED) 770 or t6, t5, t4 771 bne t6, t5, \slow_lock 774 LUI_VALUE t5, LOCK_WORD_THIN_LOCK_COUNT_MASK_SHIFTED // Test the new thin lock count. 775 and t5, t4, t5 [all …]
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | DiffFieldsTest.java | 38 private static final Type t5 = Type.BYTE; field in DiffFieldsTest 127 a.add(new FieldValue("n5", t5, null)); in basicDiff() 135 b.add(new FieldValue("n5", t5, null)); in basicDiff() 165 a.add(new FieldValue("n5", t5, null)); in reorderedDiff() 173 b.add(new FieldValue("n5", t5, null)); in reorderedDiff()
|
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 210 ReferenceTypeInfo t5(MergeTypes(StringType(), InvalidType())); in TEST_F() local 211 EXPECT_TRUE(t5.IsValid()); in TEST_F() 212 EXPECT_TRUE(t5.IsExact()); in TEST_F() 213 EXPECT_TRUE(t5.IsEqual(StringType())); in TEST_F() 244 ReferenceTypeInfo t5(MergeTypes(ObjectType(false), ObjectType())); in TEST_F() local 245 EXPECT_TRUE(t5.IsValid()); in TEST_F() 246 EXPECT_FALSE(t5.IsExact()); in TEST_F() 247 EXPECT_TRUE(t5.IsEqual(ObjectType(false))); in TEST_F()
|
/art/test/567-checker-builder-intrinsics/src/ |
D | TestMinMax.java | 645 int t5 = (x > y) ? x : y; in minmaxCSEScalar() local 648 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEScalar() 681 int t5 = (x[0] > y[0]) ? x[0] : y[0]; in minmaxCSEArray() local 684 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEArray()
|
/art/runtime/interpreter/mterp/riscv64/ |
D | main.S | 532 addi t5, s9, (NTERP_SIZE_SAVE_CALLEE_SAVES + 8) 536 add t3, t3, t5 // t3 := (caller) &OUTS[next]
|
/art/test/dexdump/ |
D | bytecodes.txt | 1604 0x0015 - 0x005d reg=4 t5 I 1761 0x002f - 0x00c2 reg=10 t5 J
|