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

  /external/swiftshader/src/Reactor/
RoutineManager.hpp 42 virtual void deallocateFunctionBody(void *Body);
RoutineManager.cpp 111 void RoutineManager::deallocateFunctionBody(void *Body)
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 62 MemMgr->deallocateFunctionBody(FunctionBody2);
64 MemMgr->deallocateFunctionBody(FunctionBody1);
66 MemMgr->deallocateFunctionBody(FunctionBody3);
143 MemMgr->deallocateFunctionBody(FunctionBody2);
145 MemMgr->deallocateFunctionBody(FunctionBody1);
147 MemMgr->deallocateFunctionBody(FunctionBody4);
149 MemMgr->deallocateFunctionBody(FunctionBody3);
151 MemMgr->deallocateFunctionBody(FunctionBody5);
153 MemMgr->deallocateFunctionBody(FunctionBody6);
JITTest.cpp 127 virtual void deallocateFunctionBody(void *Body) {
129 Base->deallocateFunctionBody(Body);
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 111 /// deallocateFunctionBody - Free the specified function body. The argument
115 virtual void deallocateFunctionBody(void *Body) = 0;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 482 /// deallocateFunctionBody - Deallocate all memory for the specified
484 void deallocateFunctionBody(void *Body) {
JITEmitter.cpp     [all...]

Completed in 79 milliseconds