Searched defs:s3 (Results 1 - 8 of 8) sorted by last modified time

/art/test/Statics/
H A DStatics.java21 static final short s3 = (short) 65000; field in class:Statics
38 return s3;
/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/
H A Dclass_linker_test.cc952 ArtField* s3 = mirror::Class::FindStaticField(soa.Self(), statics, "s3", "S"); local
953 EXPECT_EQ(s3->GetTypeAsPrimitiveType(), Primitive::kPrimShort);
954 EXPECT_EQ(-536, s3->GetShort(statics.Get()));
955 s3->SetShort<false>(statics.Get(), -535);
989 EXPECT_EQ(-535, s3->GetShort(statics.Get()));
/art/runtime/interpreter/mterp/mips/
H A Dheader.S52 s3 rIBASE interpreted instruction base pointer, used for computed goto
61 #define rIBASE s3
98 #define s3 $$19 define
467 STACK_STORE(s3, 104); \
478 STACK_LOAD(s3, 104); \
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S59 s3 rIBASE interpreted instruction base pointer, used for computed goto
68 #define rIBASE s3
105 #define s3 $19 define
474 STACK_STORE(s3, 104); \
485 STACK_LOAD(s3, 104); \
/art/test/004-JniTest/
H A Djni_test.cc209 jshort s3, jshort s4, jshort s5, jshort s6,
213 CHECK_EQ(s3, -3);
601 jstring s3 = reinterpret_cast<jstring>(env->AllocObject(c)); local
602 CHECK(s3 != nullptr);
618 env->CallVoidMethodA(s3, mid3, args3);
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

Completed in 266 milliseconds