HomeSort by relevance Sort by last modified time
    Searched refs:TPInitialize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/third_party/vtune/
jitprofiling.cc 96 typedef unsigned int(*TPInitialize)(void);
97 static TPInitialize FUNC_Initialize=NULL;
400 FUNC_Initialize = (TPInitialize)GetProcAddress(m_libHandle, "Initialize");
402 FUNC_Initialize = reinterpret_cast<TPInitialize>(reinterpret_cast<intptr_t>(dlsym(m_libHandle, "Initialize")));
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 57 typedef unsigned int(*TPInitialize)(void);
58 static TPInitialize FUNC_Initialize=NULL;
383 FUNC_Initialize = (TPInitialize)GetProcAddress(m_libHandle, "Initialize");
385 FUNC_Initialize = (TPInitialize)dlsym(m_libHandle, "Initialize");

Completed in 29 milliseconds