Home
last modified time | relevance | path

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

/external/v8/src/libsampler/
Dsampler.cc356 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread() function in v8::sampler::Sampler::PlatformData
377 zx_handle_t profiled_thread() { return profiled_thread_; } in profiled_thread() function in v8::sampler::Sampler::PlatformData
685 HANDLE profiled_thread = platform_data()->profiled_thread(); in DoSample() local
686 if (profiled_thread == nullptr) return; in DoSample()
689 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in DoSample()
695 if (GetThreadContext(profiled_thread, &context) != 0) { in DoSample()
708 ResumeThread(profiled_thread); in DoSample()
714 zx_handle_t profiled_thread = platform_data()->profiled_thread(); in DoSample() local
715 if (profiled_thread == ZX_HANDLE_INVALID) return; in DoSample()
718 if (zx_task_suspend_token(profiled_thread, &suspend_token) != ZX_OK) return; in DoSample()
[all …]