Searched refs:DLL_ENVIRONMENT_VAR (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/third_party/vtune/ |
D | jitprofiling.cc | 74 #define DLL_ENVIRONMENT_VAR "VS_PROFILER" macro 343 dNameLength = GetEnvironmentVariableA(DLL_ENVIRONMENT_VAR, NULL, 0); in loadiJIT_Funcs() 348 envret = GetEnvironmentVariableA(DLL_ENVIRONMENT_VAR, dllName, dNameLength); in loadiJIT_Funcs() 360 dllName = getenv(DLL_ENVIRONMENT_VAR); in loadiJIT_Funcs()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 36 #define DLL_ENVIRONMENT_VAR "VS_PROFILER" macro 324 dNameLength = GetEnvironmentVariableA(DLL_ENVIRONMENT_VAR, NULL, 0); in loadiJIT_Funcs() 329 envret = GetEnvironmentVariableA(DLL_ENVIRONMENT_VAR, in loadiJIT_Funcs() 342 dllName = getenv(DLL_ENVIRONMENT_VAR); in loadiJIT_Funcs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 35 #define DLL_ENVIRONMENT_VAR "VS_PROFILER" macro 323 dNameLength = GetEnvironmentVariableA(DLL_ENVIRONMENT_VAR, NULL, 0); in loadiJIT_Funcs() 328 envret = GetEnvironmentVariableA(DLL_ENVIRONMENT_VAR, in loadiJIT_Funcs() 341 dllName = getenv(DLL_ENVIRONMENT_VAR); in loadiJIT_Funcs()
|