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

  /frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.cpp 216 void CodeMemoryManager::deallocateFunctionBody(void *Body) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 482 /// deallocateFunctionBody - Deallocate all memory for the specified
484 void deallocateFunctionBody(void *Body) {
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 127 virtual void deallocateFunctionBody(void *Body) {
129 Base->deallocateFunctionBody(Body);

Completed in 1959 milliseconds