Home | History | Annotate | Download | only in JIT

Lines Matching defs:EntrySize

1102   unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getTargetData());
1108 JumpTableBase = allocateSpace(NumEntries * EntrySize,
1222 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getTargetData());
1228 Offset *= EntrySize;