Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 12 of 12) sorted by relevance

/art/runtime/arch/riscv64/
Dasm_support_riscv64.S451 SAVE_GPR t4, 8*56 // x29
540 RESTORE_GPR t4, (8*56) // x29
761 xor t4, t3, t2 // Prepare the value to store if unlocked
770 or t6, t5, t4
772 LUI_VALUE t4, LOCK_WORD_THIN_LOCK_COUNT_ONE // Increment the recursive lock count.
773 addw t4, t3, t4
775 and t5, t4, t5
781 sc.w t3, t4, (t1)
802 xor t4, t3, t2 // Prepare the value to store if simply locked
806 or t6, t5, t4 // Test the non-gc bits.
[all …]
Dquick_entrypoints_riscv64.S180 lla t4, .Lreg_handlers_start\sfx // First handler for non-FP args.
181 addi t5, t4, (3 * NUM_GPRS_TO_FILL * INVOKE_STUB_LOAD_REG_SIZE) // First handler for FP args.
203 jalr x0, 0(t4)
207 jalr x0, (NUM_GPRS_TO_FILL * INVOKE_STUB_LOAD_REG_SIZE)(t4)
211 jalr x0, (2 * NUM_GPRS_TO_FILL * INVOKE_STUB_LOAD_REG_SIZE)(t4)
225 INVOKE_STUB_LOAD_REG lw, a1, t0, 4, t4, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx
227 INVOKE_STUB_LOAD_REG lw, a2, t0, 4, t4, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx
228 INVOKE_STUB_LOAD_REG lw, a3, t0, 4, t4, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx
229 INVOKE_STUB_LOAD_REG lw, a4, t0, 4, t4, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx
230 INVOKE_STUB_LOAD_REG lw, a5, t0, 4, t4, INVOKE_STUB_LOAD_REG_SIZE, .Lfill_regs, \sfx
[all …]
Djni_entrypoints_riscv64.S192 mv t4, ra
199 ld t4, FRAME_SIZE_SAVE_REFS_AND_ARGS+8(t1)
202 sd t4, 8-16(t1)
241 sd t4, (27*8)(t1) // t4: Save return address for tail call from JNI stub.
346 ld t4, 8-16(t1)
349 sd t4, FRAME_SIZE_SAVE_REFS_AND_ARGS+8(t1)
/art/test/567-checker-builder-intrinsics/src/
DTestMinMax.java644 int t4 = (x < y) ? x : y; in minmaxCSEScalar() local
648 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEScalar()
680 int t4 = (x[0] < y[0]) ? x[0] : y[0]; in minmaxCSEArray() local
684 return t1 + t2 + t3 + t4 + t5 + t6; in minmaxCSEArray()
704 int t4 = (x < y) ? x : y; in minmaxCSEScalarAndCond() local
706 return t1 + t2 + t3 + t4; in minmaxCSEScalarAndCond()
/art/runtime/interpreter/mterp/riscv64/
Dcontrol_flow.S120 slt t4, t2, t1
121 sub t4, t4, t3
123 % set_vreg("t4", "t0", z0="t1") # fp[AA] := t4
Darithmetic.S410 mv t4, t3 // t4 := A
442 mv t4, t3 // t4 := A
444 GET_VREG_WIDE t1, t4 // t1 := fp[A]
Dmain.S534 add t4, t3, t0 // t4 := (callee) &FP[next]
/art/compiler/optimizing/
Dreference_type_propagation_test.cc206 ReferenceTypeInfo t4(MergeTypes(ObjectType(), InvalidType())); in TEST_F() local
207 EXPECT_TRUE(t4.IsValid()); in TEST_F()
208 EXPECT_TRUE(t4.IsExact()); in TEST_F()
209 EXPECT_TRUE(t4.IsEqual(ObjectType())); in TEST_F()
238 ReferenceTypeInfo t4(MergeTypes(StringType(), ObjectType())); in TEST_F() local
239 EXPECT_TRUE(t4.IsValid()); in TEST_F()
240 EXPECT_FALSE(t4.IsExact()); in TEST_F()
241 EXPECT_TRUE(t4.IsEqual(ObjectType(false))); in TEST_F()
/art/test/990-field-trace/src/art/
DTest990.java210 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/
DDiffFieldsTest.java37 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/
DTest924.java77 Thread t4 = new Thread("Subclass") { in doTest() local
79 printThreadInfo(t4); in doTest()
/art/test/dexdump/
Dbytecodes.txt1603 0x0013 - 0x005d reg=3 t4 I
1760 0x002d - 0x00c2 reg=8 t4 J