Searched refs:s4 (Results 1 - 21 of 21) sorted by relevance

/art/test/Statics/
H A DStatics.java22 static final int s4 = 2000000000; field in class:Statics
41 return s4;
/art/test/004-StackWalk/src/
H A DMain.java30 String s4 = new String("4");
52 s += s4;
81 s4 = s18 = s19;
82 s += s4;
/art/runtime/interpreter/mterp/mips64/
H A Dentry.S56 sd s4, STACK_OFFSET_S4(sp)
H A Dheader.S42 #define s4 $$20 define
85 s4 rIBASE interpreted instruction base pointer, used for computed goto
98 #define rIBASE s4
H A Dfooter.S251 ld s4, STACK_OFFSET_S4(sp)
/art/test/115-native-bridge/src/
H A DNativeBridgeMain.java112 native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, argument
/art/dexdump/
H A Ddexdump.cc77 typedef int32_t s4; typedef in namespace:art
455 fprintf(gOutFile, "%" PRId32, static_cast<s4>(readVarWidth(data, arg, true)));
1004 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u1)pDecInsn->VRegB());
1011 const s4 targ = (s4) pDecInsn->VRegA();
1022 const s4 targ = (s4) pDecInsn->VRegB();
1031 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u2)pDecInsn->VRegB());
1036 const s4 value = pDecInsn->VRegB() << 16;
1056 (s4) pDecIns
[all...]
/art/test/020-string/src/
H A DMain.java110 String s4 = new String(byteArray, 0, 4);
/art/test/004-JniTest/
H A Djni_test.cc229 jshort s3, jshort s4, jshort s5, jshort s6,
234 CHECK_EQ(s4, 4);
623 jstring s4 = reinterpret_cast<jstring>(env->AllocObject(c)); local
624 CHECK(s4 != nullptr);
639 env->CallNonvirtualVoidMethodA(s4, c, mid4, args4);
228 Java_Main_shortMethod(JNIEnv*, jclass, jshort s1, jshort s2, jshort s3, jshort s4, jshort s5, jshort s6, jshort s7, jshort s8, jshort s9, jshort s10) argument
/art/test/623-checker-loop-regressions/src/
H A DMain.java520 int s4 = 0;
553 s4 += a[i];
582 return s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10 + s11 + s12 + s13 + s14 + s15 +
/art/runtime/interpreter/mterp/mips/
H A Dheader.S54 s4 rINST first 16-bit code unit of current instruction
69 #define rINST s4
107 #define s4 $$20 define
700 STACK_STORE(s4, 100); \
709 STACK_LOAD(s4, 100); \
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S60 sw $s4, 84($sp)
123 sw $s4, 20($sp)
155 lw $s4, 20($sp)
183 sw $s4, 84($sp)
312 lw $s4, 84($sp)
372 sw $s4, 220($sp)
504 lw $s4, 220($sp)
632 sw $s4, 20($sp)
691 lw $s4, 20($sp)
758 lw $s4, 8
[all...]
/art/test/115-native-bridge/
H A Dnativebridge.cc156 jshort s3, jshort s4, jshort s5, jshort s6,
162 return fnPtr(env, klass, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10);
155 trampoline_Java_Main_shortMethod(JNIEnv* env, jclass klass, jshort s1, jshort s2, jshort s3, jshort s4, jshort s5, jshort s6, jshort s7, jshort s8, jshort s9, jshort s10) argument
/art/test/004-JniTest/src/
H A DMain.java168 private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, argument
/art/runtime/
H A Dclass_linker_test.cc1179 ArtField* s4 = mirror::Class::FindStaticField(soa.Self(), statics.Get(), "s4", "I"); local
1180 EXPECT_EQ(s4->GetTypeAsPrimitiveType(), Primitive::kPrimInt);
1181 EXPECT_EQ(2000000000, s4->GetInt(statics.Get()));
1182 s4->SetInt<false>(statics.Get(), 2000000001);
1212 EXPECT_EQ(2000000001, s4->GetInt(statics.Get()));
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S68 sd $s4, 104($sp)
125 sd $s4, 24($sp)
152 ld $s4, 24($sp)
176 ld $s4, 24($sp)
203 sd $s4, 152($sp)
305 ld $s4, 152($sp)
369 sd $s4, 424($sp)
525 ld $s4, 424($sp)
658 sd $s4, 48($sp)
715 ld $s4, 4
[all...]
/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.h57 vixl::aarch32::s4,
/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S908 LOADREG x15 4 s4 .LfillRegisters
1033 LOADREG x15 4 s4 .LfillRegisters2
/art/compiler/utils/arm64/
H A Dmanaged_register_arm64_test.cc710 EXPECT_TRUE(vixl::aarch64::s4.Is(Arm64Assembler::reg_s(S4)));
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips64.S49 #define s4 $20 define
92 s4 rIBASE interpreted instruction base pointer, used for computed goto
105 #define rIBASE s4
393 sd s4, STACK_OFFSET_S4(sp)
12440 ld s4, STACK_OFFSET_S4(sp)
H A Dmterp_mips.S61 s4 rINST first 16-bit code unit of current instruction
76 #define rINST s4
114 #define s4 $20 define
707 STACK_STORE(s4, 100); \
716 STACK_LOAD(s4, 100); \

Completed in 93 milliseconds