Searched defs:JS_HEAD_LO (Results 1 – 2 of 2) sorted by relevance
226 #define JS_HEAD_LO(n) (JS_BASE + ((n) * 0x80) + 0x00) macro
231 #define JS_HEAD_LO(n) (JS_BASE + ((n) * JS_SLOT_STRIDE) + 0x00) macro