Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.cpp118 HMODULE CodeAnalyst = LoadLibrary("CAJitNtfyLib.dll"); in Nucleus() local
119 if(CodeAnalyst) in Nucleus()
121 CodeAnalystInitialize = (bool(*)())GetProcAddress(CodeAnalyst, "CAJIT_Initialize"); in Nucleus()
122 CodeAnalystCompleteJITLog = (void(*)())GetProcAddress(CodeAnalyst, "CAJIT_CompleteJITLog"); in Nucleus()
123 …e = (bool(*)(const void*, unsigned int, const wchar_t*))GetProcAddress(CodeAnalyst, "CAJIT_LogJITC… in Nucleus()