/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 | 142 SAVE_GPR s4, (19*8) // x20 181 RESTORE_GPR s4, (19*8) // x20 260 SAVE_GPR s4, (8*17) // x20 339 SAVE_GPR s4, 8*47 // x20 416 RESTORE_GPR s4, (8*47) // x20
|
D | quick_entrypoints_riscv64.S | 487 ld s4, 8*20(a0) // x20
|
/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 | 155 jshort s3, jshort s4, jshort s5, jshort s6, in trampoline_Java_Main_shortMethod() argument 161 return fnPtr(env, klass, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10); in trampoline_Java_Main_shortMethod()
|
/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 | 1217 ArtField* s4 = statics->FindStaticField("s4", "I"); in TEST_F() local 1218 EXPECT_EQ(s4->GetTypeAsPrimitiveType(), Primitive::kPrimInt); in TEST_F() 1219 EXPECT_EQ(2000000000, s4->GetInt(statics.Get())); in TEST_F() 1220 s4->SetInt<false>(statics.Get(), 2000000001); in TEST_F() 1249 EXPECT_EQ(2000000001, s4->GetInt(statics.Get())); in TEST_F()
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 1002 LOOP_OVER_SHORTY_LOADING_FPS d4, s4, x11, x9, x10, .Lxmm_setup_finished_\suffix 1346 LOOP_RANGE_OVER_SHORTY_LOADING_FPS d4, s4, x9, w10, w11, .Lxmm_setup_finished_range_\suffix 1697 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 | 1105 …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 | 601 INVOKE_STUB_LOAD_REG .Lload_s4, s4, x9, 4, x13, .Lload_s5, x14, .Lload_d5, .Lfill_regs, \suffix
|