Searched refs:s4 (Results 1 - 19 of 19) sorted by last modified time

/art/test/Statics/
H A DStatics.java22 static final int s4 = 2000000000; field in class:Statics
41 return s4;
/art/test/020-string/src/
H A DMain.java103 String s4 = new String(byteArray, 0, 4);
/art/test/115-native-bridge/
H A Dnativebridge.cc154 jshort s3, jshort s4, jshort s5, jshort s6,
160 return fnPtr(env, klass, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10);
153 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/115-native-bridge/src/
H A DNativeBridgeMain.java109 native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, argument
/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S768 LOADREG x15 4 s4 .LfillRegisters
893 LOADREG x15 4 s4 .LfillRegisters2
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S60 sw $s4, 68($sp)
119 sw $s4, 20($sp)
151 lw $s4, 20($sp)
193 sw $s4, 52($sp)
261 lw $s4, 52($sp)
347 sw $s4, 20($sp)
405 lw $s4, 20($sp)
470 lw $s4, 80($a0)
/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)
212 sd $s4, 152($sp)
280 ld $s4, 152($sp)
391 sd $s4, 48($sp)
448 ld $s4, 48($sp)
553 ld $s4, 160($a0)
/art/runtime/
H A Dclass_linker_test.cc957 ArtField* s4 = mirror::Class::FindStaticField(soa.Self(), statics, "s4", "I"); local
958 EXPECT_EQ(s4->GetTypeAsPrimitiveType(), Primitive::kPrimInt);
959 EXPECT_EQ(2000000000, s4->GetInt(statics.Get()));
960 s4->SetInt<false>(statics.Get(), 2000000001);
990 EXPECT_EQ(2000000001, s4->GetInt(statics.Get()));
/art/runtime/interpreter/mterp/mips/
H A Dheader.S53 s4 rINST first 16-bit code unit of current instruction
62 #define rINST s4
99 #define s4 $$20 define
468 STACK_STORE(s4, 100); \
477 STACK_LOAD(s4, 100); \
/art/runtime/interpreter/mterp/mips64/
H A Dentry.S56 sd s4, STACK_OFFSET_S4(sp)
H A Dfooter.S148 ld s4, STACK_OFFSET_S4(sp)
H A Dheader.S52 s4 rIBASE interpreted instruction base pointer, used for computed goto
62 #define rIBASE s4
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S60 s4 rINST first 16-bit code unit of current instruction
69 #define rINST s4
106 #define s4 $20 define
475 STACK_STORE(s4, 100); \
484 STACK_LOAD(s4, 100); \
H A Dmterp_mips64.S59 s4 rIBASE interpreted instruction base pointer, used for computed goto
69 #define rIBASE s4
343 sd s4, STACK_OFFSET_S4(sp)
12400 ld s4, STACK_OFFSET_S4(sp)
/art/test/004-JniTest/
H A Djni_test.cc209 jshort s3, jshort s4, jshort s5, jshort s6,
214 CHECK_EQ(s4, 4);
603 jstring s4 = reinterpret_cast<jstring>(env->AllocObject(c)); local
604 CHECK(s4 != nullptr);
619 env->CallNonvirtualVoidMethodA(s4, c, mid4, args4);
208 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/004-JniTest/src/
H A DMain.java132 private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, argument
/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/compiler/utils/arm64/
H A Dmanaged_register_arm64_test.cc709 EXPECT_TRUE(vixl::s4.Is(Arm64Assembler::reg_s(S4)));
/art/dexdump/
H A Ddexdump.cc68 typedef int32_t s4; typedef in namespace:art
674 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u1)pDecInsn->VRegB());
682 const s4 targ = (s4) pDecInsn->VRegA();
694 const s4 targ = (s4) pDecInsn->VRegB();
703 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u2)pDecInsn->VRegB());
708 const s4 value = pDecInsn->VRegB() << 16;
728 (s4) pDecInsn->VRegC(), (u1) pDecInsn->VRegC());
732 const s4 tar
[all...]

Completed in 1775 milliseconds