HomeSort by relevance Sort by last modified time
    Searched refs:step_count_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
debug.h 399 bool IsStepping() { return thread_local_.step_count_ > 0; }
616 int step_count_; member in class:v8::internal::Debug::ThreadLocal
debug.cc 560 thread_local_.step_count_ = 0;
899 if (thread_local_.step_count_ > 0) {
900 thread_local_.step_count_--;
919 DCHECK(thread_local_.step_count_ == 0);
922 thread_local_.step_count_ == 0)) {
945 int step_count = thread_local_.step_count_;
    [all...]

Completed in 146 milliseconds