Home | History | Annotate | Download | only in JIT

Lines Matching defs:EntrySize

1107   unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getTargetData());
1113 JumpTableBase = allocateSpace(NumEntries * EntrySize,
1227 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getTargetData());
1233 Offset *= EntrySize;