Searched defs:JS_TAIL_LO (Results 1 – 2 of 2) sorted by relevance
228 #define JS_TAIL_LO(n) (JS_BASE + ((n) * 0x80) + 0x08) macro
233 #define JS_TAIL_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x08) macro