Searched defs:allocateSpace (Results 1 - 11 of 11) sorted by relevance

/external/llvm/tools/lli/
H A DRemoteTarget.cpp23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, function in class:RemoteTarget
H A DRecordingMemoryManager.cpp90 uint8_t *RecordingMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { function in class:RecordingMemoryManager
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h253 /// allocateSpace - Allocate a block of space in the current output buffer,
256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:llvm::JITCodeEmitter
273 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
H A DMachineCodeEmitter.h255 /// allocateSpace - Allocate a block of space in the current output buffer,
258 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:llvm::MachineCodeEmitter
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp436 /// allocateSpace - Allocate a memory block of the given size. This method
438 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:__anon21241::DefaultJITMemoryManager
H A DJITEmitter.cpp394 /// 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) { function in class:JITEmitter
994 return JITCodeEmitter::allocateSpace(Size, Alignment);
999 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment);
1018 ConstantPoolBase = allocateSpace(Size, Align);
1068 JumpTableBase = allocateSpace(NumEntries * EntrySize,
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp147 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:__anon21817::RecordingJITMemoryManager
148 return Base->allocateSpace(Size, Alignment);
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1145 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
5495 rc = allocateSpace(pPage, sz, &idx);
5497 /* The allocateSpace() routine guarantees the following two properties
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48443 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]
/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.c50544 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]

Completed in 5414 milliseconds