Searched defs:s4 (Results 1 - 11 of 11) sorted by relevance

/art/test/Statics/
H A DStatics.java22 static final int s4 = 2000000000; field in class:Statics
41 return s4;
/art/runtime/interpreter/mterp/mips64/
H A Dheader.S42 #define s4 $$20 define
85 s4 rIBASE interpreted instruction base pointer, used for computed goto
98 #define rIBASE s4
/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/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); \
/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/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/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/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/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/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

Completed in 281 milliseconds