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

  /external/v8/src/
execution.cc 673 isolate->stack_guard()->Continue(PREEMPT);
732 isolate->stack_guard()->IsDebugCommand() &&
733 !isolate->stack_guard()->IsDebugBreak();
736 isolate->stack_guard()->Continue(DEBUGBREAK);
747 isolate->stack_guard()->Continue(DEBUGCOMMAND);
767 StackGuard* stack_guard = isolate->stack_guard(); local
769 if (stack_guard->IsRuntimeProfilerTick()) {
771 stack_guard->Continue(RUNTIME_PROFILER_TICK);
775 if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand())
    [all...]
isolate.h 820 StackGuard* stack_guard() { return &stack_guard_; } function in class:v8::internal::Isolate
1346 StackGuard* stack_guard = isolate_->stack_guard(); local
    [all...]

Completed in 86 milliseconds