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

/external/chromium_org/v8/src/
H A Dsampler.cc218 HANDLE profiled_thread() { return profiled_thread_; }
712 HANDLE profiled_thread = platform_data()->profiled_thread(); local
713 if (profiled_thread == NULL) return;
721 if (SuspendThread(profiled_thread) == kSuspendFailed) return;
727 if (GetThreadContext(profiled_thread, &context) != 0) {
744 ResumeThread(profiled_thread);

Completed in 152 milliseconds