Searched refs:JumpTableBase (Results 1 – 1 of 1) sorted by relevance
319 void *JumpTableBase; member in __anonce5e020d0111::JITEmitter1126 JumpTableBase = allocateSpace(NumEntries * EntrySize, in initJumpTableInfo()1135 if (JT.empty() || JumpTableBase == 0) return; in emitJumpTableInfo()1149 intptr_t *SlotPtr = (intptr_t*)JumpTableBase; in emitJumpTableInfo()1167 int *SlotPtr = (int*)JumpTableBase; in emitJumpTableInfo()1245 return (uintptr_t)((char *)JumpTableBase + Offset); in getJumpTableEntryAddress()