Home
last modified time | relevance | path

Searched refs:rGLUE (Results 1 – 25 of 121) sorted by relevance

12345

/dalvik/vm/mterp/armv5te/
Dheader.S71 #define rGLUE r6 macro
76 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc]
77 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
78 #define LOAD_FP_FROM_GLUE() ldr rFP, [rGLUE, #offGlue_fp]
79 #define SAVE_FP_TO_GLUE() str rFP, [rGLUE, #offGlue_fp]
80 #define LOAD_PC_FP_FROM_GLUE() ldmia rGLUE, {rPC, rFP}
81 #define SAVE_PC_FP_TO_GLUE() stmia rGLUE, {rPC, rFP}
182 #define GET_JIT_PROF_TABLE(_reg) ldr _reg,[rGLUE,#offGlue_pJitProfTable]
183 #define GET_JIT_THRESHOLD(_reg) ldr _reg,[rGLUE,#offGlue_jitThreshold]
Dfooter.S17 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self
32 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self
50 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self
68 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self
93 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self
116 str lr,[rGLUE,#offGlue_jitResumeNPC]
117 str r1,[rGLUE,#offGlue_jitResumeDPC]
120 str r1, [rGLUE, #offGlue_entryPoint]
126 str r2,[rGLUE,#offGlue_jitState]
139 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self
[all …]
DOP_FILLED_NEW_ARRAY.S11 ldr r3, [rGLUE, #offGlue_methodClassDex] @ r3<- pDvmDex
19 8: ldr r3, [rGLUE, #offGlue_method] @ r3<- glue->method
52 str r0, [rGLUE, #offGlue_retval] @ retval.l <- new array
53 str rINST, [rGLUE, #offGlue_retval+4] @ retval.h <- type
85 ldr r0, [rGLUE, #offGlue_retval] @ r0<- object
86 ldr r1, [rGLUE, #offGlue_retval+4] @ r1<- type
87 ldr r2, [rGLUE, #offGlue_cardTable] @ r2<- card table base
DOP_SPUT_OBJECT.S12 ldr r2, [rGLUE, #offGlue_methodClassDex] @ r2<- DvmDex
18 ldr r9, [rGLUE, #offGlue_method] @ r9<- current method
31 ldr r2, [rGLUE, #offGlue_cardTable] @ r2<- card table base
DOP_INVOKE_INTERFACE.S19 ldr r3, [rGLUE, #offGlue_methodClassDex] @ r3<- methodClassDex
21 ldr r2, [rGLUE, #offGlue_method] @ r2<- method
DOP_INVOKE_STATIC.S11 ldr r3, [rGLUE, #offGlue_methodClassDex] @ r3<- pDvmDex
18 0: ldr r3, [rGLUE, #offGlue_method] @ r3<- glue->method
DOP_MONITOR_ENTER.S9 ldr r0, [rGLUE, #offGlue_self] @ r0<- glue->self
16 ldr r0, [rGLUE, #offGlue_self] @ r0<- glue->self
Dentry.S62 mov rGLUE, r0 @ set rGLUE
71 ldr r10, [rGLUE, #offGlue_self] @ callee saved r10 <- glue->self
124 str r1, [rGLUE, #offGlue_entryPoint]
Ddebug.c15 register uint32_t rGLUE asm("r6"); in dvmMterpDumpArmRegs()
25 rPC, rFP, rGLUE, rINST); in dvmMterpDumpArmRegs()
DOP_IPUT_OBJECT.S14 ldr r3, [rGLUE, #offGlue_methodClassDex] @ r3<- DvmDex
21 8: ldr r2, [rGLUE, #offGlue_method] @ r2<- current method
42 ldr r2, [rGLUE, #offGlue_cardTable] @ r2<- card table base
DOP_RETURN.S11 str r0, [rGLUE, #offGlue_retval] @ retval.i <- vAA
DOP_CONST_STRING.S7 ldr r2, [rGLUE, #offGlue_methodClassDex] @ r2<- glue->methodClassDex
26 ldr r0, [rGLUE, #offGlue_method] @ r0<- glue->method
DOP_CONST_CLASS.S7 ldr r2, [rGLUE, #offGlue_methodClassDex] @ r2<- glue->methodClassDex
26 ldr r0, [rGLUE, #offGlue_method] @ r0<- glue->method
/dalvik/vm/compiler/template/armv5te/
DTEMPLATE_MONITOR_ENTER_DEBUG.S17 ldr r0, [rGLUE, #offGlue_ppJitProfTable]
18 ldr r1, [rGLUE, #offGlue_self]
21 str r0, [rGLUE, #offGlue_pJitProfTable]
DTEMPLATE_MONITOR_ENTER.S17 ldr r0, [rGLUE, #offGlue_ppJitProfTable]
20 str r0, [rGLUE, #offGlue_pJitProfTable]
DTEMPLATE_INVOKE_METHOD_CHAIN.S11 ldr r9, [rGLUE, #offGlue_interpStackEnd] @ r9<- interpStackEnd
12 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount
37 ldr r2, [rGLUE, #offGlue_self] @ r2<- glue->self
40 str r0, [rGLUE, #offGlue_method] @ glue->method = methodToCall
41 str r3, [rGLUE, #offGlue_methodClassDex] @ glue->methodClassDex = ...
DTEMPLATE_INVOKE_METHOD_NO_OPT.S9 ldr r9, [rGLUE, #offGlue_interpStackEnd] @ r9<- interpStackEnd
10 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount
42 ldr r2, [rGLUE, #offGlue_self] @ r2<- glue->self
45 str r0, [rGLUE, #offGlue_method] @ glue->method = methodToCall
46 str r3, [rGLUE, #offGlue_methodClassDex] @ glue->methodClassDex = ...
Dfooter.S12 ldr r3, [rGLUE, #offGlue_self] @ r3<- glue->self
24 add r1, rGLUE, #offGlue_retval @ r1<- &retval
DTEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S28 ldr r9, [rGLUE, #offGlue_icRechainCount] @ r1 <- shared rechainCount
41 strne r1, [rGLUE, #offGlue_icRechainCount] @ write back to InterpState
DTEMPLATE_RESTORE_STATE.S6 add r0, r0, rGLUE @ pointer to heapArgSpace.coreRegs[0]
Dheader.S76 #define rGLUE r6 macro
DTEMPLATE_INVOKE_METHOD_NATIVE.S3 ldr r9, [rGLUE, #offGlue_interpStackEnd] @ r9<- interpStackEnd
4 ldr r8, [rGLUE, #offGlue_pSelfSuspendCount] @ r8<- &suspendCount
21 ldr r3, [rGLUE, #offGlue_self] @ r3<- glue->self
43 add r1, rGLUE, #offGlue_retval @ r1<- &retval
/dalvik/vm/mterp/x86-atom/
DOP_MONITOR_ENTER.S32 movl rGLUE, %eax # %eax<- pMterpGlue
52 movl rGLUE, %eax # %eax<- pMterpGlue
DOP_RETURN_COMMON.S31 movl rGLUE, %edx # %edx<- pMterpGlue
DOP_RETURN_WIDE.S31 movl rGLUE, %edx # %edx<- pMterpGlue

12345