Home | History | Annotate | Download | only in JIT

Lines Matching refs:allocateSpace

408     /// allocateSpace - Reserves space in the current block if any, or
410 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
412 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
1050 void* JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) {
1052 return JITCodeEmitter::allocateSpace(Size, Alignment);
1057 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment);
1076 ConstantPoolBase = allocateSpace(Size, Align);
1126 JumpTableBase = allocateSpace(NumEntries * EntrySize,