Home | History | Annotate | Download | only in JIT

Lines Matching refs:allocateGlobal

412     /// allocateGlobal - Allocate memory for a global.  Unlike allocateSpace,
415 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment);
1061 void* JITEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) {
1063 return MemMgr->allocateGlobal(Size, Alignment);