Home
last modified time | relevance | path

Searched defs:allocateSpace (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Reactor/
DRoutineManager.cpp99 uint8_t *RoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace() function in sw::RoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DJITCodeEmitter.h256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function
DMachineCodeEmitter.h256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp417 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in __anon99ff5b280211::DefaultJITMemoryManager
DJITEmitter.cpp1050 void* JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function in JITEmitter
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp116 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in __anon1b8d59500111::RecordingJITMemoryManager