Home | History | Annotate | Download | only in JIT

Lines Matching defs:allocateSpace

404     /// allocateSpace - Reserves space in the current block if any, or
406 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
408 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
1042 void *JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) {
1044 return JITCodeEmitter::allocateSpace(Size, Alignment);
1049 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment);
1068 ConstantPoolBase = allocateSpace(Size, Align);
1118 JumpTableBase = allocateSpace(NumEntries * EntrySize,