Home | History | Annotate | Download | only in x86

Lines Matching refs:method

3 %verify "unknown method"
5 * Handle a "super" method call.
17 movl offGlue_method(rINST_FULL),%eax # eax<- method
25 movl offMethod_clazz(%eax),%eax # eax<- method->clazz
33 * ecx = resolved base method [r0]
34 * eax = method->clazz [r9]
37 movl offClassObject_super(%eax),%eax # eax<- method->clazz->super
40 jae .L${opcode}_nsm # method not present in superclass
47 * ecx = null (needs to be resolved base method)
48 * eax = method->clazz
51 SPILL_TMP(%eax) # method->clazz
52 movl %eax,OUT_ARG0(%esp) # arg0<- method->clazz
54 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- resolver method type
60 movl %eax,%ecx # ecx<- resolved base method
61 UNSPILL_TMP(%eax) # restore method->clazz
66 * Throw a NoSuchMethodError with the method name as the message.
67 * ecx = resolved base method