Home
last modified time | relevance | path

Searched defs:allocateGlobal (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DRoutineManager.cpp105 uint8_t *RoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment) in allocateGlobal() function in sw::RoutineManager
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp440 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anon99ff5b280211::DefaultJITMemoryManager
DJITEmitter.cpp1062 void* JITEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in JITEmitter
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp119 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anon1b8d59500111::RecordingJITMemoryManager