Searched defs:allocateGlobal (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Reactor/ | ||
D | RoutineManager.cpp | 105 uint8_t *RoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment) in allocateGlobal() function in sw::RoutineManager |
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ | ||
D | JITMemoryManager.cpp | 440 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anon99ff5b280211::DefaultJITMemoryManager |
D | JITEmitter.cpp | 1062 void* JITEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in JITEmitter |
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ | ||
D | JITTest.cpp | 119 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anon1b8d59500111::RecordingJITMemoryManager |