Home
last modified time | relevance | path

Searched refs:S4 (Results 1 – 7 of 7) sorted by relevance

/art/runtime/arch/arm/
Dregisters_arm.h61 S4 = 4, enumerator
Dquick_method_frame_info_arm.h37 (1 << art::arm::S4) | (1 << art::arm::S5) | (1 << art::arm::S6) | (1 << art::arm::S7) |
/art/runtime/arch/mips/
Dregisters_mips.h50 S4 = 20, enumerator
Dquick_method_frame_info_mips.h28 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
/art/runtime/arch/arm64/
Dregisters_arm64.h158 S4 = 4, enumerator
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc37 S0, S1, S2, S3, S4, S5, S6, S7
/art/compiler/utils/arm64/
Dmanaged_register_arm64_test.cc731 EXPECT_TRUE(vixl::s4.Is(Arm64Assembler::reg_s(S4))); in TEST()