Searched refs:profiled_thread (Results 1 – 1 of 1) sorted by relevance
279 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread() function in v8::internal::Sampler::PlatformData822 HANDLE profiled_thread = platform_data()->profiled_thread(); in DoSample() local823 if (profiled_thread == NULL) return; in DoSample()831 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in DoSample()837 if (GetThreadContext(profiled_thread, &context) != 0) { in DoSample()854 ResumeThread(profiled_thread); in DoSample()