Lines Matching refs:glue
57 movl offGlue_self(%edx), %eax # %eax<- glue->self
68 movl %ecx, offGlue_entryPoint(%edx) # glue->entryPoint<- reentry type
102 movl offGlue_self(%ecx), %eax# %eax<- glue->self
114 movl $$kInterpEntryInstr, offGlue_entryPoint(%ecx) # glue->entryPoint<- reentry type
121 * State registers will be saved to the "glue" area before bailing.
255 movl offGlue_interpStackEnd(%eax), %eax # %eax<- glue->interpStackEnd
256 movl %eax, sReg2 # sReg2<- glue->interpStackEnd
279 * Update "glue" values for the new method
285 movl %ecx, offGlue_method(%eax) # glue->method<- methodToCall
288 movl %edx, offGlue_methodClassDex(%eax) # glue->methodClassDex<- method->clazz->pDvmDex
289 movl offGlue_self(%eax), %ecx # %ecx<- glue->self
291 movl rFP, offThread_curFrame(%ecx) # glue->self->curFrame<- newFP
302 movl offGlue_self(%edx), %edx # %edx<- glue->self
303 movl offThread_jniLocal_topCookie(%edx), %ecx # %ecx<- glue->self->thread->refNext
307 movl %eax, offThread_curFrame(%edx) # glue->self->curFrame<- newFP
308 movl %edx, -8(%esp) # save glue->self
309 movl %edx, -16(%esp) # push parameter glue->self
327 movl -8(%esp), %ecx # %ecx<- glue->self
331 movl rFP, offThread_curFrame(%ecx) # glue->self->curFrame<- rFP
332 movl %eax, offThread_jniLocal_topCookie(%ecx) # glue->self<- newSaveArea->localRefCookie
338 movl offGlue_self(%ecx), %ecx # %ecx<- glue->self
381 movl offGlue_self(rINST), %eax# %eax<- glue->self
389 movl $$kInterpEntryInstr, offGlue_entryPoint(rINST) # glue->entryPoint<- reentry type
404 movl offGlue_self(rINST), %ecx # %eax<- glue->self
405 movl %edx, offGlue_method(rINST) # glue->method<- newSave->method
408 movl rFP, offThread_curFrame(%ecx) # glue->self->curFrame<- rFP
410 movl %edx, offGlue_methodClassDex(rINST) # glue->pDvmDex<- method->clazz->pDvmDex
426 movl offGlue_self(%eax), %edx # %edx<- glue->self
434 movl 4(%esp), %edx # %edx<- glue->self
435 movl $$0, offThread_exception(%edx) # glue->self->exception<- NULL
446 movl %edx, -12(%esp) # push parameter 2<- glue->self->exception
448 movl offGlue_method(%eax), %edx # %edx<- glue->method
449 movl offMethod_insns(%edx), %edx # %edx<- glue->method->insns
451 subl %edx, %ecx # %ecx<- pc - glue->method->insns
453 movl %ecx, -16(%esp) # push parameter 1<- glue->method->insns
455 movl %edx, -20(%esp) # push parameter 0<- glue->self
474 movl -4(%esp), %ecx # %ecx<- glue->self
478 movl %ecx, -12(%esp) # push parameter 2 glue->self
486 movl %ecx, -12(%esp) # push parameter 2 glue->self
497 movl rPC, offGlue_method(%ecx) # glue->method<- newMethod
502 movl %edx, offGlue_methodClassDex(%ecx) # glue->pDvmDex<- method->clazz->pDvmDex
512 movl -12(%esp), %edx # %edx<- glue->self
523 movl -4(%esp), %edx # %edx<- glue->self
528 movl %edx, -12(%esp) # push parameter 1 glue->self
540 movl -4(%esp), %edx # %edx<- glue->self
541 movl %ecx, offThread_exception(%edx) # glue->self<- exception
555 LOAD_PC_FP_FROM_GLUE # pull rPC and rFP out of glue