Home
last modified time | relevance | path

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

/external/v8/src/libsampler/
Dsampler.cc343 : profiled_thread_(OpenThread(THREAD_GET_CONTEXT | in PlatformData()
350 if (profiled_thread_ != nullptr) { in ~PlatformData()
351 CloseHandle(profiled_thread_); in ~PlatformData()
352 profiled_thread_ = nullptr; in ~PlatformData()
356 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread()
359 HANDLE profiled_thread_; member in v8::sampler::Sampler::PlatformData
368 &profiled_thread_); in PlatformData()
371 if (profiled_thread_ != ZX_HANDLE_INVALID) { in ~PlatformData()
372 zx_handle_close(profiled_thread_); in ~PlatformData()
373 profiled_thread_ = ZX_HANDLE_INVALID; in ~PlatformData()
[all …]