Lines Matching refs:method
19 * Code: Call a virtual method. Provides an "isrange" variable and
25 * Description: invoke-virtual is used to invoke a normal virtual method;
26 * a method that is not static or final, and is not a constructor.
49 FETCH 1, %ecx # %ecx<- method index
57 movl (%eax, %ecx, 4), %eax # %eax<- resolved base method
64 movl offGlue_method(%eax), %eax # %eax<- glue->method
65 movl $$METHOD_VIRTUAL, -8(%esp) # push parameter method type
66 movl %ecx, -12(%esp) # push paramter method index
67 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
72 # return: Method*
74 cmp $$0, %eax # check for null method return
81 * %eax = resolved base method
93 jmp common_invokeMethod${routine} # invoke method common code