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

/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h105 /// allocateSpace - Allocate a memory block of the given size. This method
107 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) = 0;
/external/llvm/tools/lli/
H A DRemoteTarget.cpp31 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment, function in class:RemoteTarget
H A DRemoteTarget.h47 virtual bool allocateSpace(size_t Size,
H A DRemoteMemoryManager.h109 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) override;
H A DRemoteTargetExternal.h49 bool allocateSpace(size_t Size, unsigned Alignment,
H A DRemoteMemoryManager.cpp133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr))
197 uint8_t *RemoteMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) { function in class:RemoteMemoryManager
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)";
/external/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp116 RT->allocateSpace(AllocSize, Alignment, Addr);
/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,
H A DJIT.cpp682 Ptr = (char*)JCE->allocateSpace(S, A);
H A DJITMemoryManager.cpp440 /// allocateSpace - Allocate a memory block of the given size. This method
442 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) override {
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h271 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h253 /// allocateSpace - Allocate a block of space in the current output buffer,
256 void *allocateSpace(uintptr_t Size, unsigned Alignment) override {
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/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/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 1188 milliseconds