Searched refs:MSG_SENDSUPER (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/objc4-551.1/runtime/Messengers.subproj/
H A Dobjc-msg-i386.s326 // CacheLookup WORD_RETURN | STRUCT_RETURN, MSG_SEND | MSG_SENDSUPER | CACHE_GET, cacheMissLabel
333 // MSG_SENDSUPER (first parameter is address of objc_super structure)
340 // On exit: (found) MSG_SEND and MSG_SENDSUPER: return imp in eax
355 MSG_SENDSUPER = 1 // first argument is objc_super, search the class define
442 .elseif $1 == MSG_SENDSUPER // MSG_SENDSUPER
460 .elseif $1 == MSG_SENDSUPER // MSG_SENDSUPER (stret)
528 .if $1 == MSG_SENDSUPER // MSG_SENDSUPER
[all...]

Completed in 187 milliseconds