Lines Matching refs:JumpTableBase
320 /// JumpTableBase - A pointer to the first entry in the jump table.
322 void *JumpTableBase;
1068 JumpTableBase = allocateSpace(NumEntries * EntrySize,
1077 if (JT.empty() || JumpTableBase == 0) return;
1091 intptr_t *SlotPtr = (intptr_t*)JumpTableBase;
1109 int *SlotPtr = (int*)JumpTableBase;
1190 return (uintptr_t)((char *)JumpTableBase + Offset);