Searched refs:profiled_thread (Results 1 – 3 of 3) sorted by relevance
622 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread() function in v8::internal::Sampler::PlatformData699 HANDLE profiled_thread = sampler->platform_data()->profiled_thread(); in SampleContext() local700 if (profiled_thread == NULL) return; in SampleContext()711 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in SampleContext()715 if (GetThreadContext(profiled_thread, &context) != 0) { in SampleContext()728 ResumeThread(profiled_thread); in SampleContext()
738 thread_act_t profiled_thread() { return profiled_thread_; } in profiled_thread() function in v8::internal::Sampler::PlatformData818 thread_act_t profiled_thread = sampler->platform_data()->profiled_thread(); in SampleContext() local823 if (KERN_SUCCESS != thread_suspend(profiled_thread)) return; in SampleContext()847 if (thread_get_state(profiled_thread, in SampleContext()858 thread_resume(profiled_thread); in SampleContext()
1957 HANDLE profiled_thread() { return profiled_thread_; } in profiled_thread() function in v8::internal::Sampler::PlatformData2034 HANDLE profiled_thread = sampler->platform_data()->profiled_thread(); in SampleContext() local2035 if (profiled_thread == NULL) return; in SampleContext()2046 if (SuspendThread(profiled_thread) == kSuspendFailed) return; in SampleContext()2050 if (GetThreadContext(profiled_thread, &context) != 0) { in SampleContext()2063 ResumeThread(profiled_thread); in SampleContext()