Searched refs:allocateSpace (Results 1 - 15 of 15) sorted by relevance

/external/llvm/tools/lli/
H A DRemoteTarget.h44 bool allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address);
H A DRecordingMemoryManager.h66 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
H A DRemoteTarget.cpp23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, function in class:RemoteTarget
H A DRecordingMemoryManager.cpp62 uint8_t *RecordingMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { function in class:RecordingMemoryManager
H A Dlli.cpp259 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:LLIMCJITMemoryManager
429 if (T->allocateSpace(CurOffset, MaxAlign, RemoteAddr))
/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h131 /// allocateSpace - Allocate a memory block of the given size. This method
133 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) = 0;
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp409 /// allocateSpace - Reserves space in the current block if any, or
411 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
413 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
1037 void *JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:JITEmitter
1039 return JITCodeEmitter::allocateSpace(Size, Alignment);
1044 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment);
1063 ConstantPoolBase = allocateSpace(Size, Align);
1113 JumpTableBase = allocateSpace(NumEntries * EntrySize,
H A DJITDwarfEmitter.cpp490 JCE->allocateSpace(4, 0);
548 JCE->allocateSpace(4, 0);
H A DJIT.cpp834 Ptr = (char*)JCE->allocateSpace(S, A);
H A DJITMemoryManager.cpp432 /// allocateSpace - Allocate a memory block of the given size. This method
434 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:__anon8765::DefaultJITMemoryManager
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h254 /// allocateSpace - Allocate a block of space in the current output buffer,
257 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:llvm::JITCodeEmitter
274 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
H A DMachineCodeEmitter.h256 /// allocateSpace - Allocate a block of space in the current output buffer,
259 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:llvm::MachineCodeEmitter
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp128 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:__anon9257::RecordingJITMemoryManager
129 return Base->allocateSpace(Size, Alignment);
/external/sqlite/dist/orig/
H A Dsqlite3.c50516 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50529 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]

Completed in 1906 milliseconds