Home
last modified time | relevance | path

Searched defs:rSELF (Results 1 – 13 of 13) sorted by relevance

/art/runtime/arch/arm/
Dasm_support_arm.S27 #define rSELF r9 macro
/art/runtime/arch/mips64/
Dasm_support_mips64.S27 #define rSELF $s1 macro
/art/runtime/arch/mips/
Dasm_support_mips.S27 #define rSELF $s1 macro
/art/runtime/interpreter/mterp/arm/
Dheader.S96 #define rSELF r6 macro
/art/runtime/interpreter/mterp/x86/
Dheader.S157 #define rSELF IN_ARG0(%esp) macro
/art/runtime/interpreter/mterp/x86_64/
Dheader.S157 #define rSELF SELF_SPILL(%rsp) macro
/art/runtime/interpreter/mterp/mips64/
Dheader.S61 #define rSELF s2 macro
/art/runtime/interpreter/mterp/mips/
Dheader.S64 #define rSELF s2 macro
/art/runtime/interpreter/mterp/out/
Dmterp_mips64.S68 #define rSELF s2 macro
Dmterp_x86_64.S164 #define rSELF SELF_SPILL(%rsp) macro
Dmterp_x86.S164 #define rSELF IN_ARG0(%esp) macro
Dmterp_arm.S103 #define rSELF r6 macro
Dmterp_mips.S71 #define rSELF s2 macro