Searched refs:NotifyFreeingMachineCode (Results 1 – 6 of 6) sorted by relevance
56 virtual void NotifyFreeingMachineCode(void *OldPtr);159 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon7dc89ba70111::OProfileJITEventListener
77 virtual void NotifyFreeingMachineCode(void *) {} in NotifyFreeingMachineCode() function
64 virtual void NotifyFreeingMachineCode(void *OldPtr);182 void IntelJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode() function in __anon15c98a940111::IntelJITEventListener
202 void NotifyFreeingMachineCode(void *OldPtr);
431 void JIT::NotifyFreeingMachineCode(void *OldPtr) { in NotifyFreeingMachineCode() function in JIT434 EventListeners[I]->NotifyFreeingMachineCode(OldPtr); in NotifyFreeingMachineCode()
985 TheJIT->NotifyFreeingMachineCode(Emitted->second.Code); in deallocateMemForFunction()