Home | History | Annotate | Download | only in JIT

Lines Matching refs:allocateSpace

394     /// allocateSpace - Reserves space in the current block if any, or
396 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
398 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
992 void *JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) {
994 return JITCodeEmitter::allocateSpace(Size, Alignment);
999 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment);
1018 ConstantPoolBase = allocateSpace(Size, Align);
1068 JumpTableBase = allocateSpace(NumEntries * EntrySize,