HomeSort by relevance Sort by last modified time
    Searched defs:rSELF (Results 1 - 22 of 22) sorted by null

  /dalvik/vm/compiler/template/ia32/
header.S 20 #define rSELF (%ebp)
  /art/runtime/arch/arm/
asm_support_arm.h 25 #define rSELF r9
  /art/runtime/arch/mips/
asm_support_mips.h 25 #define rSELF $s1
  /dalvik/vm/compiler/template/armv5te/
header.S 58 r6 rSELF thread pointer
76 #define rSELF r6
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-ia32.S 27 #define rSELF (%ebp)
84 movl rSELF,%ecx
CompilerTemplateAsm-armv5te.S 65 r6 rSELF thread pointer
83 #define rSELF r6
172 @ r0=rSELF
179 ldrb r8, [rSELF, #offThread_breakFlags] @ r8<- breakFlags
198 str r2, [rSELF, #offThread_method]@ self->method = newSave->method
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
202 str r0, [rSELF, #offThread_methodClassDex]
205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF(
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 65 r6 rSELF thread pointer
83 #define rSELF r6
172 @ r0=rSELF
179 ldrb r8, [rSELF, #offThread_breakFlags] @ r8<- breakFlags
198 str r2, [rSELF, #offThread_method]@ self->method = newSave->method
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
202 str r0, [rSELF, #offThread_methodClassDex]
205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF(
    [all...]
CompilerTemplateAsm-armv7-a.S 65 r6 rSELF thread pointer
83 #define rSELF r6
172 @ r0=rSELF
179 ldrb r8, [rSELF, #offThread_breakFlags] @ r8<- breakFlags
198 str r2, [rSELF, #offThread_method]@ self->method = newSave->method
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
202 str r0, [rSELF, #offThread_methodClassDex]
205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF(
    [all...]
CompilerTemplateAsm-armv5te-vfp.S 65 r6 rSELF thread pointer
83 #define rSELF r6
172 @ r0=rSELF
179 ldrb r8, [rSELF, #offThread_breakFlags] @ r8<- breakFlags
198 str r2, [rSELF, #offThread_method]@ self->method = newSave->method
200 str rFP, [rSELF, #offThread_curFrame] @ curFrame = fp
202 str r0, [rSELF, #offThread_methodClassDex]
205 str r9, [rSELF, #offThread_inJitCodeCache] @ in code cache or not
214 str r0, [rSELF, #offThread_inJitCodeCache] @ reset inJitCodeCache
215 stmia rSELF, {rPC, rFP} @ SAVE_PC_FP_TO_SELF(
    [all...]
CompilerTemplateAsm-mips.S 47 s2 rSELF pointer to thread
121 #define rSELF s2
151 #define LOAD_PC_FROM_SELF() lw rPC, offThread_pc(rSELF)
152 #define SAVE_PC_TO_SELF() sw rPC, offThread_pc(rSELF)
153 #define LOAD_FP_FROM_SELF() lw rFP, offThread_curFrame(rSELF)
154 #define SAVE_FP_TO_SELF() sw rFP, offThread_curFrame(rSELF)
225 #define LOAD_rSELF_OFF(rd,off) lw rd, offThread_##off##(rSELF)
481 # a0=rSELF
482 move a0, rSELF
495 lbu t1, offThread_breakFlags(rSELF) # t1<- breakFlag
    [all...]
  /dalvik/vm/mterp/armv5te/
header.S 59 r6 rSELF self (Thread) pointer
71 #define rSELF r6
76 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
77 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
78 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
79 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
80 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
81 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
  /dalvik/vm/mterp/x86/
header.S 68 #define rSELF 8(%ebp)
131 movl rSELF,\_reg
137 movl rSELF,rFP
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 75 #define rSELF 8(%ebp)
138 movl rSELF,\_reg
144 movl rSELF,rFP
473 movl rSELF,%eax # eax<- rSELF
484 movl rSELF,%ecx
499 movl rSELF,%eax # eax<- rSELF
511 movl rSELF,%ecx
534 movl rSELF,%ec
    [all...]
InterpAsm-armv5te-vfp.S 66 r6 rSELF self (Thread) pointer
78 #define rSELF r6
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
285 mov rSELF, r0 @ set rSELF
    [all...]
InterpAsm-armv5te.S 66 r6 rSELF self (Thread) pointer
78 #define rSELF r6
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
285 mov rSELF, r0 @ set rSELF
    [all...]
InterpAsm-armv7-a-neon.S 66 r6 rSELF self (Thread) pointer
78 #define rSELF r6
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
299 mov rSELF, r0 @ set rSELF
    [all...]
InterpAsm-armv7-a.S 66 r6 rSELF self (Thread) pointer
78 #define rSELF r6
83 #define LOAD_PC_FROM_SELF() ldr rPC, [rSELF, #offThread_pc]
84 #define SAVE_PC_TO_SELF() str rPC, [rSELF, #offThread_pc]
85 #define LOAD_FP_FROM_SELF() ldr rFP, [rSELF, #offThread_curFrame]
86 #define SAVE_FP_TO_SELF() str rFP, [rSELF, #offThread_curFrame]
87 #define LOAD_PC_FP_FROM_SELF() ldmia rSELF, {rPC, rFP}
88 #define SAVE_PC_FP_TO_SELF() stmia rSELF, {rPC, rFP}
299 mov rSELF, r0 @ set rSELF
    [all...]
InterpAsm-mips.S 28 s2 rSELF self (Thread) pointer
37 #define rSELF s2
67 #define LOAD_PC_FROM_SELF() lw rPC, offThread_pc(rSELF)
68 #define SAVE_PC_TO_SELF() sw rPC, offThread_pc(rSELF)
69 #define LOAD_FP_FROM_SELF() lw rFP, offThread_curFrame(rSELF)
70 #define SAVE_FP_TO_SELF() sw rFP, offThread_curFrame(rSELF)
155 #define LOAD_rSELF_OFF(rd, off) lw rd, offThread_##off## (rSELF)
437 move rSELF, a0 # set rSELF
440 lw rIBASE, offThread_curHandlerTable(rSELF)
    [all...]
  /dalvik/vm/mterp/mips/
header.S 21 s2 rSELF self (Thread) pointer
30 #define rSELF s2
60 #define LOAD_PC_FROM_SELF() lw rPC, offThread_pc(rSELF)
61 #define SAVE_PC_TO_SELF() sw rPC, offThread_pc(rSELF)
62 #define LOAD_FP_FROM_SELF() lw rFP, offThread_curFrame(rSELF)
63 #define SAVE_FP_TO_SELF() sw rFP, offThread_curFrame(rSELF)
148 #define LOAD_rSELF_OFF(rd, off) lw rd, offThread_##off## (rSELF)
  /dalvik/vm/compiler/template/mips/
header.S 40 s2 rSELF pointer to thread
114 #define rSELF s2
144 #define LOAD_PC_FROM_SELF() lw rPC, offThread_pc(rSELF)
145 #define SAVE_PC_TO_SELF() sw rPC, offThread_pc(rSELF)
146 #define LOAD_FP_FROM_SELF() lw rFP, offThread_curFrame(rSELF)
147 #define SAVE_FP_TO_SELF() sw rFP, offThread_curFrame(rSELF)
218 #define LOAD_rSELF_OFF(rd,off) lw rd, offThread_##off##(rSELF)
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 32 * s1 (rSELF) is reserved [holds current &Thread]
241 * rPC, rFP, and rSELF are for architecture-independent code to use.
341 #define rSELF r_S2
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 27 * r6 (rSELF) is reserved [holds current &Thread]
211 * rPC, rFP, and rSELF are for architecture-independent code to use.
222 rSELF = 6,
223 r6SELF = rSELF,
    [all...]

Completed in 1918 milliseconds