Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h31 class DebugScope; variable
541 friend class DebugScope; variable
554 class DebugScope BASE_EMBEDDED {
556 explicit DebugScope(Debug* debug);
557 ~DebugScope();
563 DebugScope* prev_; // Previous scope if entered recursively.
Ddebug.cc365 DebugScope debug_scope(this); in RestoreDebug()
419 DebugScope debug_scope(this); in Break()
546 DebugScope debug_scope(this); in IsMutedAtCurrentLocation()
1739 DebugScope debug_scope(this); in OnException()
1838 DebugScope debug_scope(this); in SetScriptSource()
1866 DebugScope debug_scope(this); in ProcessCompileEvent()
1961 DebugScope debug_scope(this); in HandleDebugBreak()
2006 DebugScope::DebugScope(Debug* debug) in DebugScope() function in v8::internal::DebugScope
2008 prev_(reinterpret_cast<DebugScope*>( in DebugScope()
2029 DebugScope::~DebugScope() { in ~DebugScope()
/external/v8/src/wasm/
Dwasm-debug.cc300 DebugScope debug_scope(isolate_->debug()); in NotifyDebugEventListeners()
/external/v8/src/runtime/
Druntime-debug.cc420 DebugScope debug_scope(isolate->debug()); in RUNTIME_FUNCTION()