Home | History | Annotate | Download | only in x86

Lines Matching refs:Method

72  * Return from the translation cache to the interpreter to do method
213 * Common code for jumbo method invocation.
216 * eax = Method* methodToCall
237 * Common code for method invocation with range.
240 * eax = Method* methodToCall
283 * %eax is "Method* methodToCall", the method we're trying to call
342 * %eax is "Method* methodToCall", the method we're trying to call
382 movl %eax, offStackSaveArea_method(%edx) # newSaveArea->method<- method to call
386 * Update "self" values for the new method
389 movl offMethod_clazz(%eax), %edx # %edx<- method->clazz
390 movl offClassObject_pDvmDex(%edx), %edx # %edx<- method->clazz->pDvmDex
391 movl %eax, offThread_method(%ecx) # self->method<- methodToCall
392 movl %edx, offThread_methodClassDex(%ecx) # self->methodClassDex<- method->clazz->pDvmDex
404 * %eax: method
413 call dvmReportInvoke # (self, method)
485 call dvmHandleStackOverflow # call: (Thread* self, Method* meth)
504 movl rINST,offThread_method(%ecx) # self->method = newSave->meethod
506 movl offMethod_clazz(rINST),%eax # eax<- method->clazz
508 movl offClassObject_pDvmDex(%eax),rINST # rINST<- method->clazz->pDvmDex
580 * On entry, method name in eax