/art/test/Statics/ |
D | Statics.java | 25 static final double s7 = 16777217; field in Statics 50 return s7; in getS7()
|
/art/test/004-StackWalk/src/ |
D | Main.java | 28 String s7 = new String("7"); in shlemiel() local 50 s += s7; in shlemiel()
|
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 109 …tive static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, in shortMethod() argument
|
/art/test/020-string/src/ |
D | Main.java | 107 String s7 = new String(byteArray, charsetName); in constructorTest() local
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 54 sw $s7, 80($sp) 114 sw $s7, 32($sp) 147 lw $s7, 32($sp) 189 sw $s7, 48($sp) 256 lw $s7, 48($sp) 367 lw $s7, 92($a0)
|
/art/test/004-JniTest/src/ |
D | Main.java | 124 …atic native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short s7, in shortMethod() argument
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 155 jshort s7, jshort s8, jshort s9, jshort s10) { in trampoline_Java_Main_shortMethod() argument 160 return fnPtr(env, klass, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10); in trampoline_Java_Main_shortMethod()
|
/art/runtime/ |
D | class_linker_test.cc | 927 ArtField* s7 = mirror::Class::FindStaticField(soa.Self(), statics, "s7", "D"); in TEST_F() local 928 EXPECT_EQ(s7->GetTypeAsPrimitiveType(), Primitive::kPrimDouble); in TEST_F() 929 EXPECT_DOUBLE_EQ(16777217.0, s7->GetDouble(statics.Get())); in TEST_F() 930 s7->SetDouble<false>(statics.Get(), 16777219); in TEST_F() 948 EXPECT_DOUBLE_EQ(16777219.0, s7->GetDouble(statics.Get())); in TEST_F()
|
/art/test/004-JniTest/ |
D | jni_test.cc | 202 jshort s7, jshort s8, jshort s9, jshort s10) { in Java_Main_shortMethod() argument 209 assert(s7 == -7); in Java_Main_shortMethod()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 120 sd $s7, 48($sp) 172 ld $s7, 48($sp)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 800 LOADREG x15 4 s7 .LfillRegisters 925 LOADREG x15 4 s7 .LfillRegisters2
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64_test.cc | 712 EXPECT_TRUE(vixl::s7.Is(Arm64Assembler::reg_s(S7))); in TEST()
|