Searched defs:JS_TAIL_HI (Results 1 – 2 of 2) sorted by relevance
229 #define JS_TAIL_HI(n) (JS_BASE + ((n) * 0x80) + 0x0c) macro
234 #define JS_TAIL_HI(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x0c) macro