Searched defs:JumpTableBase (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp317 /// JumpTableBase - A pointer to the first entry in the jump table.
319 void *JumpTableBase; member in class:__anon18632::JITEmitter
1126 JumpTableBase = allocateSpace(NumEntries * EntrySize,
1135 if (JT.empty() || JumpTableBase == 0) return;
1149 intptr_t *SlotPtr = (intptr_t*)JumpTableBase;
1167 int *SlotPtr = (int*)JumpTableBase;
1245 return (uintptr_t)((char *)JumpTableBase + Offset);

Completed in 80 milliseconds