Home
last modified time | relevance | path

Searched refs:deallocateFunctionBody (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp62 MemMgr->deallocateFunctionBody(FunctionBody2); in TEST()
64 MemMgr->deallocateFunctionBody(FunctionBody1); in TEST()
66 MemMgr->deallocateFunctionBody(FunctionBody3); in TEST()
143 MemMgr->deallocateFunctionBody(FunctionBody2); in TEST()
145 MemMgr->deallocateFunctionBody(FunctionBody1); in TEST()
147 MemMgr->deallocateFunctionBody(FunctionBody4); in TEST()
149 MemMgr->deallocateFunctionBody(FunctionBody3); in TEST()
151 MemMgr->deallocateFunctionBody(FunctionBody5); in TEST()
153 MemMgr->deallocateFunctionBody(FunctionBody6); in TEST()
DJITTest.cpp127 virtual void deallocateFunctionBody(void *Body) { in deallocateFunctionBody() function in __anon1b8d59500111::RecordingJITMemoryManager
129 Base->deallocateFunctionBody(Body); in deallocateFunctionBody()
/external/swiftshader/src/Reactor/
DRoutineManager.hpp42 virtual void deallocateFunctionBody(void *Body);
DRoutineManager.cpp111 void RoutineManager::deallocateFunctionBody(void *Body) in deallocateFunctionBody() function in sw::RoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITMemoryManager.h115 virtual void deallocateFunctionBody(void *Body) = 0;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp484 void deallocateFunctionBody(void *Body) { in deallocateFunctionBody() function in __anon99ff5b280211::DefaultJITMemoryManager
DJITEmitter.cpp1033 MemMgr->deallocateFunctionBody(Emitted->second.FunctionBody); in deallocateMemForFunction()