Searched refs:profiled_thread_ (Results 1 – 1 of 1) sorted by relevance
266 : profiled_thread_(OpenThread(THREAD_GET_CONTEXT | in PlatformData()273 if (profiled_thread_ != NULL) { in ~PlatformData()274 CloseHandle(profiled_thread_); in ~PlatformData()275 profiled_thread_ = NULL; in ~PlatformData()279 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread()282 HANDLE profiled_thread_; member in v8::internal::Sampler::PlatformData