HomeSort by relevance Sort by last modified time
    Searched refs:allocateSpace (Results 1 - 16 of 16) sorted by null

  /external/llvm/tools/lli/
RemoteTarget.h 44 bool allocateSpace(size_t Size, unsigned Alignment, uint64_t &Address);
RecordingMemoryManager.h 75 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
RemoteTarget.cpp 23 bool RemoteTarget::allocateSpace(size_t Size, unsigned Alignment,
RecordingMemoryManager.cpp 90 uint8_t *RecordingMemoryManager::allocateSpace(intptr_t Size, unsigned Alignment) {
lli.cpp 253 if (T->allocateSpace(CurOffset, MaxAlign, RemoteAddr))
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 105 /// allocateSpace - Allocate a memory block of the given size. This method
107 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) = 0;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 394 /// 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,
    [all...]
JIT.cpp 835 Ptr = (char*)JCE->allocateSpace(S, A);
JITMemoryManager.cpp 436 /// allocateSpace - Allocate a memory block of the given size. This method
438 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 253 /// allocateSpace - Allocate a block of space in the current output buffer,
256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) {
273 /// allocateGlobal - Allocate memory for a global. Unlike allocateSpace,
MachineCodeEmitter.h 255 /// allocateSpace - Allocate a block of space in the current output buffer,
258 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) {
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 147 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) {
148 return Base->allocateSpace(Size, Alignment);
  /external/chromium_org/third_party/sqlite/src/src/
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1251 milliseconds