/art/test/840-resolution/src/ |
D | Main.java | 29 static Interface s4 = new SubClassNoFoo(); field in Main 98 ((SuperClassNoFoo) s4).foo(); in main() 105 ((SubClassNoFoo) s4).foo(); in main() 112 s4.foo(); in main()
|
/art/test/004-StackWalk/src/ |
D | Main.java | 47 String s4 = new String("4"); in shlemiel() local 69 s += s4; in shlemiel() 98 s4 = s18 = s19; in shlemiel() 99 s += s4; in shlemiel()
|
/art/test/Statics/ |
D | Statics.java | 22 static final int s4 = 2000000000; field in Statics 41 return s4; in getS4()
|
/art/runtime/arch/riscv64/ |
D | asm_support_riscv64.S | 207 SAVE_GPR s4, (19*8) // x20 246 RESTORE_GPR s4, (19*8) // x20 325 SAVE_GPR s4, (8*17) // x20 364 RESTORE_GPR s4, (8*17) // x20 442 SAVE_GPR s4, 8*47 // x20 531 RESTORE_GPR s4, (8*47) // x20 559 SAVE_GPR s4, (8*5) // x20 579 RESTORE_GPR s4, (8*5) // x20 664 SAVE_GPR s4, (8*15) // x20 700 RESTORE_GPR s4, (8*15) // x20
|
D | jni_entrypoints_riscv64.S | 233 sd s4, (19*8)(t1) // x20 327 RESTORE_GPR_BASE fp, s4, (19*8) // x20 399 sd s4, (8*17)(t1) // x20
|
D | quick_entrypoints_riscv64.S | 513 ld s4, 8*20(a0) // x20 909 SAVE_GPR s4, 17*8 951 RESTORE_GPR s4, 17*8 1524 READ_BARRIER_MARK_REG art_quick_read_barrier_mark_reg20, s4
|
/art/dexdump/ |
D | dexdump.cc | 82 using s4 = int32_t; typedef 553 fprintf(gOutFile, "%" PRId32, static_cast<s4>(readVarWidth(data, arg, true))); in dumpEncodedValue() 1081 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u1)pDecInsn->VRegB()); in dumpInstruction() 1088 const s4 targ = (s4) pDecInsn->VRegA(); in dumpInstruction() 1099 const s4 targ = (s4) pDecInsn->VRegB(); in dumpInstruction() 1108 pDecInsn->VRegA(), (s4) pDecInsn->VRegB(), (u2)pDecInsn->VRegB()); in dumpInstruction() 1113 const s4 value = pDecInsn->VRegB() << 16; in dumpInstruction() 1133 (s4) pDecInsn->VRegC(), (u1) pDecInsn->VRegC()); in dumpInstruction() 1136 const s4 targ = (s4) pDecInsn->VRegC(); in dumpInstruction() 1147 (s4) pDecInsn->VRegC(), (u2) pDecInsn->VRegC()); in dumpInstruction()
|
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 112 …native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short … in shortMethod() argument
|
/art/test/004-JniTest/ |
D | jni_test.cc | 258 jshort s3, jshort s4, jshort s5, jshort s6, in Java_Main_shortMethod() argument 263 CHECK_EQ(s4, 4); in Java_Main_shortMethod() 652 jstring s4 = reinterpret_cast<jstring>(env->AllocObject(c)); in Java_Main_testNewStringObject() local 653 CHECK(s4 != nullptr); in Java_Main_testNewStringObject() 668 env->CallNonvirtualVoidMethodA(s4, c, mid4, args4); in Java_Main_testNewStringObject()
|
/art/test/020-string/src/ |
D | Main.java | 110 String s4 = new String(byteArray, 0, 4); in constructorTest() local
|
/art/test/623-checker-loop-regressions/src/ |
D | Main.java | 555 int s4 = 0; in reduction32Values() local 588 s4 += a[i]; in reduction32Values() 617 return s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10 + s11 + s12 + s13 + s14 + s15 + in reduction32Values()
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 156 jshort s3, jshort s4, jshort s5, jshort s6, in trampoline_Java_Main_shortMethod() argument 162 return fnPtr(env, klass, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10); in trampoline_Java_Main_shortMethod()
|
/art/runtime/interpreter/mterp/riscv64/ |
D | main.S | 57 #define xINST s4 // x20, first 16-bit code unit of current instruction 514 li s4, 'F' // s4 := float char (unused xINST)
|
/art/test/004-JniTest/src/ |
D | Main.java | 173 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6… in shortMethod() argument
|
/art/runtime/ |
D | class_linker_test.cc | 1218 ArtField* s4 = statics->FindStaticField("s4", "I"); in TEST_F() local 1219 EXPECT_EQ(s4->GetTypeAsPrimitiveType(), Primitive::kPrimInt); in TEST_F() 1220 EXPECT_EQ(2000000000, s4->GetInt(statics.Get())); in TEST_F() 1221 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F() 1250 EXPECT_EQ(2000000001, s4->GetInt(statics.Get())); in TEST_F()
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 1010 LOOP_OVER_SHORTY_LOADING_FPS d4, s4, x11, x9, x10, .Lxmm_setup_finished_\suffix 1354 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d4, s4, x9, w10, w11, .Lxmm_setup_finished_range_\suffix 1717 LOOP_OVER_SHORTY_STORING_FPS d4, s4, x9, x12, x10, .Lxmm_setup_finished
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.h | 64 vixl::aarch32::s4,
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64_test.cc | 711 EXPECT_TRUE(vixl::aarch64::s4.Is(Arm64Assembler::reg_s(S4))); in TEST()
|
/art/runtime/interpreter/mterp/armng/ |
D | main.S | 1099 …LOOP_OVER_SHORTY_LOADING_FPS d2, s4, r2, r3, r4, .Lxmm_setup_finished_\suffix, .Lxmm_setup_finishe…
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 604 INVOKE_STUB_LOAD_REG .Lload_s4, s4, x9, 4, x13, .Lload_s5, x14, .Lload_d5, .Lfill_regs, \suffix
|