Searched refs:CodeAnalystLogJITCode (Results 1 – 1 of 1) sorted by relevance
53 …bool (*CodeAnalystLogJITCode)(const void *jitCodeStartAddr, unsigned int jitCodeSize, const wchar_… variable123 …CodeAnalystLogJITCode = (bool(*)(const void*, unsigned int, const wchar_t*))GetProcAddress(CodeAna… in Nucleus()181 if(CodeAnalystLogJITCode) in acquireRoutine()183 CodeAnalystLogJITCode(routine->getEntry(), routine->getCodeSize(), name); in acquireRoutine()