Home
last modified time | relevance | path

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

/external/v8/src/
Dsampler.cc205 : profiled_thread_(OpenThread(THREAD_GET_CONTEXT | in PlatformData()
212 if (profiled_thread_ != NULL) { in ~PlatformData()
213 CloseHandle(profiled_thread_); in ~PlatformData()
214 profiled_thread_ = NULL; in ~PlatformData()
218 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread()
221 HANDLE profiled_thread_; member in v8::internal::Sampler::PlatformData