Home
last modified time | relevance | path

Searched defs:module_handle (Results 1 – 14 of 14) sorted by relevance

/external/cronet/base/profiler/
Dmodule_cache_win.cc40 void GetDebugInfoForModule(HMODULE module_handle, in GetDebugInfoForModule()
99 WindowsModule(ScopedModuleHandle module_handle, in WindowsModule()
136 HMODULE module_handle = nullptr; in GetModuleHandleForAddress() local
150 ScopedModuleHandle module_handle) { in CreateModuleForHandle()
170 ScopedModuleHandle module_handle = GetModuleHandleForAddress(address); in CreateModuleForAddress() local
Dstack_sampling_profiler_unittest.cc201 HMODULE module_handle; in SynchronousUnloadNativeLibrary() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_internal.h178 virtual bool UnloadModule(ModuleHandle module_handle) { return false; } in UnloadModule()
180 ModuleHandle* module_handle) { in LoadModule()
284 ModuleHandle module_handle, void** mem, in GetSymbol()
Dstream_executor_pimpl.h775 ModuleHandle module_handle) in ScopedModuleHandle()
836 const std::string& symbol_name, ModuleHandle module_handle) { in GetSymbol()
Dstream_executor_pimpl.cc202 ModuleHandle* module_handle) { in LoadModule()
206 bool StreamExecutor::UnloadModule(ModuleHandle module_handle) { in UnloadModule()
516 const std::string& symbol_name, ModuleHandle module_handle) { in GetUntypedSymbol()
533 ModuleHandle module_handle, void** mem, in GetSymbol()
/external/cronet/base/win/
Diat_patch_function.cc114 DWORD InterceptImportedFunction(HMODULE module_handle, in InterceptImportedFunction()
194 HMODULE module_handle = LoadLibraryW(module); in Patch() local
/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.cc95 HMODULE module_handle = nullptr; in GetModuleForProgramCounter() local
Dstack_sampling_profiler_unittest.cc399 HMODULE module_handle; in SynchronousUnloadNativeLibrary() local
/external/cronet/base/
Dnative_library_win.cc71 HMODULE module_handle = nullptr; in LoadNativeLibraryHelper() local
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc112 bool GpuExecutor::UnloadModule(ModuleHandle module_handle) { in UnloadModule()
370 ModuleHandle* module_handle) { in LoadModule()
736 ModuleHandle module_handle, void** mem, in GetSymbol()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_gpu_executor.cc329 ModuleHandle* module_handle) { in LoadModule()
360 bool GpuExecutor::UnloadModule(ModuleHandle module_handle) { in UnloadModule()
868 ModuleHandle module_handle, void** mem, in GetSymbol()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc402 se::ModuleHandle module_handle; in ResolveConstantGlobals() local
/external/python/cpython3/Modules/clinic/
D_winapi.c.h616 HMODULE module_handle; in _winapi_GetModuleFileName() local
/external/python/cpython3/Modules/
D_winapi.c1309 _winapi_GetModuleFileName_impl(PyObject *module, HMODULE module_handle) in _winapi_GetModuleFileName_impl()