Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.cpp53 …bool (*CodeAnalystLogJITCode)(const void *jitCodeStartAddr, unsigned int jitCodeSize, const wchar_… variable
123CodeAnalystLogJITCode = (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()