Home
last modified time | relevance | path

Searched refs:METHOD_CACHE_HASH (Results 1 – 3 of 3) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dinterp-jit.inl193 hashIndex = METHOD_CACHE_HASH (sendSelector, method_class);
237 hashIndex = METHOD_CACHE_HASH (sendSelector, method_class);
H A Dinterp.c559 #define METHOD_CACHE_HASH(sendSelector, methodClass) \ macro
998 hashIndex = METHOD_CACHE_HASH (sendSelector, receiverClass); in check_send_correctness()
H A Dinterp-bc.inl195 hashIndex = METHOD_CACHE_HASH (sendSelector, method_class);