Home
last modified time | relevance | path

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

/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/stream_executor/
Dstream_executor_pimpl.h754 class ScopedModuleHandle {
756 explicit ScopedModuleHandle(StreamExecutor *executor, in ScopedModuleHandle() function
760 ScopedModuleHandle(ScopedModuleHandle &&other) { in ScopedModuleHandle() function
767 ScopedModuleHandle &operator=(ScopedModuleHandle &&other) {
775 ~ScopedModuleHandle() { in ~ScopedModuleHandle()
785 TF_DISALLOW_COPY_AND_ASSIGN(ScopedModuleHandle);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h211 std::map<stream_executor::StreamExecutor*, se::ScopedModuleHandle>
Dgpu_executable.cc298 se::ScopedModuleHandle(executor, module_handle)); in ResolveConstantGlobals()