Searched refs:s0 (Results 26 - 43 of 43) sorted by relevance

12

/art/test/623-checker-loop-regressions/src/
H A DMain.java516 int s0 = 0;
549 s0 += a[i];
582 return s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10 + s11 + s12 + s13 + s14 + s15 +
/art/runtime/
H A Dintern_table_test.cc124 Handle<mirror::String> s0(hs.NewHandle(t.InternWeak(hello.Get())));
131 p.Expect(s0.Get());
H A Dclass_linker_test.cc1159 ArtField* s0 = mirror::Class::FindStaticField(soa.Self(), statics.Get(), "s0", "Z"); local
1160 EXPECT_EQ(s0->GetTypeAsPrimitiveType(), Primitive::kPrimBoolean);
1161 EXPECT_EQ(true, s0->GetBoolean(statics.Get()));
1162 s0->SetBoolean<false>(statics.Get(), false);
1208 EXPECT_FALSE(s0->GetBoolean(statics.Get()));
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S134 vpush {s0-s15} @ 16 words of float args.
162 vpop {s0-s15}
568 vldm ip, {s0-s15} @ copy s0 - s15
588 vstrne d0, [r9] @ store s0-s1/d0 into result pointer
642 vstr d0, [r10] @ Store s0-s1/d0 into result pointer
662 vldm r1, {s0-s31} @ load all fprs from argument fprs_
2170 vmov s0, r0
2186 vmov r0, s0
2199 vmov s0, r
[all...]
/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.h53 vixl::aarch32::s0,
103 vixl::aarch32::s0,
211 ? helpers::LocationFrom(vixl::aarch32::s0, vixl::aarch32::s1)
212 : helpers::LocationFrom(vixl::aarch32::s0);
H A Dcode_generator_arm_vixl.cc2541 GetAssembler()->cfi().RelOffsetForMany(DWARFReg(s0), 0, fpu_spill_mask_, kArmWordSize);
2691 return LocationFrom(s0);
2700 return LocationFrom(s0, s1);
4620 locations->SetOut(LocationFrom(s0));
4630 locations->SetOut(LocationFrom(s0, s1));
H A Dcode_generator_arm64.cc149 // same Location object, and so do `LocationFrom(d0)` and `LocationFrom(s0)`,
152 return LocationFrom(s0);
/art/runtime/interpreter/mterp/mips/
H A Dheader.S50 s0 rPC interpreted program counter, used for fetching instructions
63 #define rPC s0
64 #define CFI_DEX 16 // DWARF register number of the register holding dex-pc (s0).
103 #define s0 $$16 /* saved across subroutine calls (callee saved) */ define
696 STACK_STORE(s0, 116); \
713 STACK_LOAD(s0, 116); \
/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java812 MethodHandle s0 = lookup.findSetter(ValueHolder.class, "m_s", short.class);
827 short temp = (short) s0.invoke(valueHolder, new Byte((byte) 45));
872 MethodHandle s0 = lookup.findStaticSetter(ValueHolder.class, "s_s", short.class);
886 short temp = (short) s0.invoke(new Byte((byte) 45));
/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S727 // Store result (w0/x0/s0/d0) appropriately, depending on resultType.
746 str s0, [x4]
904 LOADREG x15 4 s0 .LfillRegisters
1029 LOADREG x15 4 s0 .LfillRegisters2
1094 // Store result (w0/x0/s0/d0) appropriately, depending on resultType.
1116 str s0, [x3]
2941 ldr s0, [sp]
2942 str s0, [sp, #32]
/art/test/956-methodhandles/src/
H A DMain.java1096 public VariableArityTester(String s0, String... strings) { update(s0, strings); } argument
1118 public String update(String s0, String... strings) { return lastResult = tally(s0, strings); } argument
1145 public static String tally(String s0, String... strings) { argument
1146 return s0 + ", " + Arrays.toString(strings);
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S34 * Callee-save: $s0-$s8 + $gp + $ra, 11 total + 1 word for Method*
68 sw $s0, 68($sp)
343 * Callee-save: $at, $v0-$v1, $a0-$a3, $t0-$t7, $s0-$s7, $t8-$t9, $gp, $fp $ra, $f0-$f31;
380 sw $s0, 204($sp)
453 * Callee-save: $at, $v0-$v1, $a0-$a3, $t0-$t7, $s0-$s7, $t8-$t9, $gp, $fp $ra, $f0-$f31;
512 lw $s0, 204($sp)
640 sw $s0, 4($sp)
699 lw $s0, 4($sp)
754 lw $s0, 64($a0)
971 addiu $sp, $sp, -SPILL_SIZE # spill s0, s
[all...]
/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc86 cfi().RelOffsetForMany(DWARFReg(s0), 0, fp_spill_mask, kFramePointerSize);
149 cfi().RestoreMany(DWARFReg(s0), fp_spill_mask);
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S45 * callee-save: padding + $f24-$f31 + $s0-$s7 + $gp + $ra + $s8 = 19 total + 1x8 bytes padding
76 sd $s0, 72($sp)
344 * callee-save: $at + $v0-$v1 + $a0-$a7 + $t0-$t3 + $s0-$s7 + $t8-$t9 + $gp + $s8 + $ra + $s8,
377 sd $s0, 392($sp)
464 * callee-save: $at + $v0-$v1 + $a0-$a7 + $t0-$t3 + $s0-$s7 + $t8-$t9 + $gp + $s8 + $ra + $s8,
533 ld $s0, 392($sp)
666 sd $s0, 16($sp)
723 ld $s0, 16($sp)
816 ld $s0, 128($a0)
1039 # push a4, a5, s0(rSUSPEN
[all...]
/art/runtime/mirror/
H A Dobject_test.cc350 // pretend we are trying to access 'Static.s0' from StaticsFromCode.<clinit>
365 const DexFile::StringId* name_str_id = dex_file->FindStringId("s0");
375 ObjPtr<Object> s0 = field->GetObj(klass); local
376 EXPECT_TRUE(s0 != nullptr);
/art/compiler/utils/arm64/
H A Dmanaged_register_arm64_test.cc706 EXPECT_TRUE(vixl::aarch64::s0.Is(Arm64Assembler::reg_s(S0)));
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips64.S45 #define s0 $16 /* saved across subroutine calls (callee saved) */ define
88 s0 rPC interpreted program counter, used for fetching instructions
99 #define rPC s0
100 #define CFI_DEX 16 // DWARF register number of the register holding dex-pc (s0).
385 sd s0, STACK_OFFSET_S0(sp)
12448 ld s0, STACK_OFFSET_S0(sp)
H A Dmterp_mips.S57 s0 rPC interpreted program counter, used for fetching instructions
70 #define rPC s0
71 #define CFI_DEX 16 // DWARF register number of the register holding dex-pc (s0).
110 #define s0 $16 /* saved across subroutine calls (callee saved) */ define
703 STACK_STORE(s0, 116); \
720 STACK_LOAD(s0, 116); \

Completed in 462 milliseconds

12