Home
last modified time | relevance | path

Searched refs:JumpTableBase (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp319 void *JumpTableBase; member in __anonce5e020d0111::JITEmitter
1126 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()