Home | History | Annotate | Download | only in armv5te

Lines Matching refs:method

3 %verify "unknown method"
5 * Handle a "super" method call.
21 ldr r9, [rGLUE, #offGlue_method] @ r9<- current method
24 ldr r9, [r9, #offMethod_clazz] @ r9<- method->clazz
32 * r0 = resolved base method
33 * r9 = method->clazz
36 ldr r1, [r9, #offClassObject_super] @ r1<- method->clazz->super
41 bcs .L${opcode}_nsm @ method not present in superclass
47 mov r0, r9 @ r0<- method->clazz
48 mov r2, #METHOD_VIRTUAL @ resolver method type
55 * Throw a NoSuchMethodError with the method name as the message.
56 * r0 = resolved base method
59 ldr r1, [r0, #offMethod_name] @ r1<- method name