Searched defs:s7 (Results 1 - 8 of 8) sorted by relevance

/art/test/Statics/
H A DStatics.java25 static final double s7 = 16777217; field in class:Statics
50 return s7;
/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/test/004-JniTest/src/
H A DMain.java141 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.cc1164 ArtField* s7 = mirror::Class::FindStaticField(soa.Self(), statics.Get(), "s7", "D"); local
1165 EXPECT_EQ(s7->GetTypeAsPrimitiveType(), Primitive::kPrimDouble);
1166 EXPECT_DOUBLE_EQ(16777217.0, s7->GetDouble(statics.Get()));
1167 s7->SetDouble<false>(statics.Get(), 16777219);
1185 EXPECT_DOUBLE_EQ(16777219.0, s7->GetDouble(statics.Get()));
/art/test/115-native-bridge/
H A Dnativebridge.cc156 jshort s7, jshort s8, jshort s9, jshort s10) {
161 return fnPtr(env, klass, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10);
154 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/runtime/interpreter/mterp/mips/
H A Dheader.S56 s7 rTEMP used as temp storage that can survive a function call
69 #define rTEMP s7
107 #define s7 $$23 define
701 STACK_STORE(s7, 88);
704 STACK_LOAD(s7, 88); \
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips.S63 s7 rTEMP used as temp storage that can survive a function call
76 #define rTEMP s7
114 #define s7 $23 define
708 STACK_STORE(s7, 88);
711 STACK_LOAD(s7, 88); \
/art/test/004-JniTest/
H A Djni_test.cc219 jshort s7, jshort s8, jshort s9, jshort s10) {
226 CHECK_EQ(s7, -7);
217 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 1056 milliseconds