Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/vtune/
H A Djitprofiling.c96 typedef unsigned int(JITAPI *TPInitialize)(void); typedef
97 static TPInitialize FUNC_Initialize=NULL;
286 FUNC_Initialize = (TPInitialize)GetProcAddress(m_libHandle, "Initialize"); in loadiJIT_Funcs()
288 FUNC_Initialize = (TPInitialize)dlsym(m_libHandle, "Initialize"); in loadiJIT_Funcs()

Completed in 5 milliseconds