Home
last modified time | relevance | path

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

/external/cronet/tot/base/profiler/
Dmodule_cache_win.cc95 using ScopedModuleHandle = typedef
100 WindowsModule(ScopedModuleHandle module_handle, in WindowsModule()
123 ScopedModuleHandle module_handle_;
129 ScopedModuleHandle GetModuleHandleForAddress(uintptr_t address) { in GetModuleHandleForAddress()
135 return ScopedModuleHandle(nullptr); in GetModuleHandleForAddress()
147 return ScopedModuleHandle(module_handle); in GetModuleHandleForAddress()
151 ScopedModuleHandle module_handle) { in CreateModuleForHandle()
171 ScopedModuleHandle module_handle = GetModuleHandleForAddress(address); in CreateModuleForAddress()
/external/cronet/stable/base/profiler/
Dmodule_cache_win.cc95 using ScopedModuleHandle = typedef
100 WindowsModule(ScopedModuleHandle module_handle, in WindowsModule()
123 ScopedModuleHandle module_handle_;
129 ScopedModuleHandle GetModuleHandleForAddress(uintptr_t address) { in GetModuleHandleForAddress()
135 return ScopedModuleHandle(nullptr); in GetModuleHandleForAddress()
147 return ScopedModuleHandle(module_handle); in GetModuleHandleForAddress()
151 ScopedModuleHandle module_handle) { in CreateModuleForHandle()
171 ScopedModuleHandle module_handle = GetModuleHandleForAddress(address); in CreateModuleForAddress()
/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder_unittest.cc30 ScopedModuleHandle GetModuleForProgramCounter(
93 ScopedModuleHandle TestUnwindFunctions::GetModuleForProgramCounter( in GetModuleForProgramCounter()
97 return ScopedModuleHandle(return_non_null_value ? in GetModuleForProgramCounter()
152 ScopedModuleHandle module; in TEST_F()
173 ScopedModuleHandle module; in TEST_F()
184 ScopedModuleHandle module; in TEST_F()
213 ScopedModuleHandle module; in TEST_F()
Dwin32_stack_frame_unwinder.cc56 ScopedModuleHandle GetModuleForProgramCounter(
93 ScopedModuleHandle Win32UnwindFunctions::GetModuleForProgramCounter( in GetModuleForProgramCounter()
104 return ScopedModuleHandle(module_handle); in GetModuleForProgramCounter()
120 ScopedModuleHandle* module) { in TryUnwind()
122 ScopedModuleHandle frame_module = in TryUnwind()
Dwin32_stack_frame_unwinder.h45 using ScopedModuleHandle = variable
68 virtual ScopedModuleHandle GetModuleForProgramCounter(
84 bool TryUnwind(CONTEXT* context, ScopedModuleHandle* module);
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.h772 class ScopedModuleHandle {
774 explicit ScopedModuleHandle(StreamExecutor* executor, in ScopedModuleHandle() function
778 ScopedModuleHandle(ScopedModuleHandle&& other) { in ScopedModuleHandle() function
785 ScopedModuleHandle& operator=(ScopedModuleHandle&& other) {
793 ~ScopedModuleHandle() { in ~ScopedModuleHandle()
803 TF_DISALLOW_COPY_AND_ASSIGN(ScopedModuleHandle);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h292 std::map<stream_executor::StreamExecutor*, se::ScopedModuleHandle>
Dgpu_executable.cc453 se::ScopedModuleHandle(executor, module_handle)); in ResolveConstantGlobals()