Home
last modified time | relevance | path

Searched refs:NotifyFreeingMachineCode (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp49 virtual void NotifyFreeingMachineCode(void *OldPtr);
165 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon5862085b0111::OProfileJITEventListener
DJIT.h203 void NotifyFreeingMachineCode(void *OldPtr);
DJIT.cpp580 void JIT::NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function in JIT
583 EventListeners[I]->NotifyFreeingMachineCode(OldPtr); in NotifyFreeingMachineCode()
DJITEmitter.cpp1035 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code); in deallocateMemForFunction()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyFreeingMachineCode(void *OldPtr) {} in NotifyFreeingMachineCode() function
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITEventListenerTest.cpp59 virtual void NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function