Home
last modified time | relevance | path

Searched refs:s5 (Results 1 – 13 of 13) sorted by relevance

/art/test/Statics/
DStatics.java23 static final long s5 = 0x1234567890abcdefL; field in Statics
44 return s5; in getS5()
/art/test/004-StackWalk/src/
DMain.java26 String s5 = new String("5"); in shlemiel() local
48 s += s5; in shlemiel()
66 s += s5; in shlemiel()
/art/test/004-JniTest/
Djni_test.cc201 jshort s3, jshort s4, jshort s5, jshort s6, in Java_Main_shortMethod() argument
207 assert(s5 == -5); in Java_Main_shortMethod()
614 jstring s5 = reinterpret_cast<jstring>(env->AllocObject(c)); in Java_Main_testNewStringObject() local
615 assert(s5 != nullptr); in Java_Main_testNewStringObject()
616 s5 = reinterpret_cast<jstring>(env->NewGlobalRef(s5)); in Java_Main_testNewStringObject()
621 env->CallVoidMethod(s5, mid1); in Java_Main_testNewStringObject()
623 assert(env->GetStringLength(s5) == 0); in Java_Main_testNewStringObject()
/art/test/115-native-bridge/src/
DNativeBridgeMain.java109 …native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short … in shortMethod() argument
/art/test/020-string/src/
DMain.java103 String s5 = new String(byteArray, 2, 4, 5); in constructorTest() local
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S58 sw $s5, 72($sp)
118 sw $s5, 24($sp)
151 lw $s5, 24($sp)
193 sw $s5, 40($sp)
260 lw $s5, 40($sp)
365 lw $s5, 84($a0)
/art/test/004-JniTest/src/
DMain.java124 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6… in shortMethod() argument
/art/test/115-native-bridge/
Dnativebridge.cc154 jshort s3, jshort s4, jshort s5, jshort s6, 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/
Dclass_linker_test.cc917 ArtField* s5 = mirror::Class::FindStaticField(soa.Self(), statics, "s5", "J"); in TEST_F() local
918 EXPECT_EQ(s5->GetTypeAsPrimitiveType(), Primitive::kPrimLong); in TEST_F()
919 EXPECT_EQ(0x1234567890abcdefLL, s5->GetLong(statics.Get())); in TEST_F()
920 s5->SetLong<false>(statics.Get(), INT64_C(0x34567890abcdef12)); in TEST_F()
946 EXPECT_EQ(INT64_C(0x34567890abcdef12), s5->GetLong(statics.Get())); in TEST_F()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S124 sd $s5, 32($sp)
176 ld $s5, 32($sp)
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S798 LOADREG x15 4 s5 .LfillRegisters
923 LOADREG x15 4 s5 .LfillRegisters2
/art/compiler/utils/arm64/
Dmanaged_register_arm64_test.cc710 EXPECT_TRUE(vixl::s5.Is(Arm64Assembler::reg_s(S5))); in TEST()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc482 " 0: ed2d 1a04 vpush {s2-s5}\n",
484 " 8: ecbd 1a04 vpop {s2-s5}\n",