Lines Matching refs:Method
19 * Code: Call at method. Provides an "isrange" variable and
25 * Description: invoke-interface is used to invoke an interface method; on an
48 FETCH 1, %ecx # %ecx<- method index
49 movl %ecx, -12(%esp) # push argument method index
64 movl offGlue_method(%ecx), %ecx # %ecx<- glue->method
65 movl %ecx, -8(%esp) # push parameter method
66 movl offObject_clazz(%edx), %edx # %edx<- glue->method->clazz
70 # const Method* method, DvmDex* methodClassDex)
71 # return: Method*
75 movl %eax, %ecx # %ecx<- method
76 jmp common_invokeMethod${routine} # invoke method common code