Home | History | Annotate | Download | only in x86

Lines Matching refs:glue

153     movl        offGlue_interpStackEnd(%edx), %edx # %edx<- glue->interpStackEnd
154 movl %edx, LOCAL2_OFFSET(%ebp) # LOCAL2_OFFSET<- glue->interpStackEnd
178 * Update "glue" values for the new method
185 movl %eax, offGlue_method(%ecx) # glue->method<- methodToCall
186 movl %edx, offGlue_methodClassDex(%ecx) # glue->methodClassDex<- method->clazz->pDvmDex
188 movl offGlue_self(%ecx), %eax # %eax<- glue->self
190 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- newFP
202 movl offGlue_self(%ecx), %ecx # %ecx<- glue->self
207 movl %edx, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP
208 movl %ecx, OUT_ARG3(%esp) # save glue->self
209 movl %ecx, OUT_ARG2(%esp) # push parameter glue->self
219 movl OUT_ARG3(%esp), %eax # %eax<- glue->self
222 movl rFP, offThread_curFrame(%eax) # glue->self->curFrame<- rFP
233 movl offGlue_self(%eax), %eax # %eax<- glue->self
259 movl %ecx,OUT_ARG0(%esp) # arg0<- GLUE
270 * ecx -> GLUE pointer
303 * rPC(edx) and GLUE(ecx). We'll spill rPC, and reload GLUE.
309 movl offGlue_self(%ecx),%eax # eax<- glue->self
339 GET_GLUE(%ecx) # bail expect GLUE already loaded
362 movl rINST_FULL,offGlue_method(%ecx) # glue->method = newSave->meethod
379 * ecx holds glue pointer
381 * expected profile: dvmMterpStdBail(MterpGlue *glue, bool changeInterp)
384 SAVE_PC_TO_GLUE(%ecx) # export state to glue
386 movl %ecx,OUT_ARG0(%esp) # glue in arg0