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

/external/llvm/tools/lli/
H A DRemoteTarget.cpp31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, function in class:RemoteTarget
H A DRemoteTargetExternal.cpp31 bool RemoteTargetExternal::allocateSpace(size_t Size, unsigned Alignment, function in class:RemoteTargetExternal
36 ErrorMsg += ", (RemoteTargetExternal::allocateSpace)";
40 ErrorMsg += ", (RemoteTargetExternal::allocateSpace)";
44 ErrorMsg += "failed allocation, (RemoteTargetExternal::allocateSpace)";
H A DRemoteMemoryManager.cpp133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr))
197 uint8_t *RemoteMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { function in class:RemoteMemoryManager
/external/llvm/include/llvm/CodeGen/
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/lldb/source/Expression/
H A DIRExecutionUnit.cpp470 IRExecutionUnit::MemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) function in class:IRExecutionUnit::MemoryManager
474 uint8_t *return_value = m_default_mm_ap->allocateSpace(Size, Alignment);
483 log->Printf("IRExecutionUnit::allocateSpace(Size=%" PRIu64 ", Alignment=%u) = %p",
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp388 /// allocateSpace - Reserves space in the current block if any, or
390 void *allocateSpace(uintptr_t Size, unsigned Alignment) override;
392 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
997 void *JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) { function in class:JITEmitter
999 return JITCodeEmitter::allocateSpace(Size, Alignment);
1004 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment);
1023 ConstantPoolBase = allocateSpace(Size, Align);
1073 JumpTableBase = allocateSpace(NumEntries * EntrySize,
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp152 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { function in class:__anon26479::RecordingJITMemoryManager
153 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.c48264 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52736 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52756 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){ function
[all...]

Completed in 849 milliseconds