Home
last modified time | relevance | path

Searched refs:PostponeInterruptsScope (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/debug/
Ddebug-interface.h24 class PostponeInterruptsScope; variable
496 class PostponeInterruptsScope {
498 explicit PostponeInterruptsScope(v8::Isolate* isolate);
499 ~PostponeInterruptsScope();
502 std::unique_ptr<i::PostponeInterruptsScope> scope_;
Ddebug.h565 PostponeInterruptsScope no_interrupts_;
Ddebug.cc422 PostponeInterruptsScope postpone(isolate_); in Break()
1762 PostponeInterruptsScope no_interrupts(isolate_); in OnDebugBreak()
1802 PostponeInterruptsScope no_interrupts(isolate_); in IsBlackboxed()
/external/v8/src/
Dcompiler.cc696 PostponeInterruptsScope postpone(isolate); in GetOptimizedCode()
877 PostponeInterruptsScope postpone(isolate); in CompileToplevel()
1055 PostponeInterruptsScope postpone(isolate); in Compile()
1769 PostponeInterruptsScope postpone(isolate); in GetSharedFunctionInfoForStreamedScript()
Disolate.h2030 class PostponeInterruptsScope : public InterruptsScope {
2032 PostponeInterruptsScope(Isolate* isolate,
2036 virtual ~PostponeInterruptsScope() = default;
Dapi.cc9845 debug::PostponeInterruptsScope::PostponeInterruptsScope(v8::Isolate* isolate) in PostponeInterruptsScope() function in v8::debug::PostponeInterruptsScope
9847 new i::PostponeInterruptsScope(reinterpret_cast<i::Isolate*>(isolate), in PostponeInterruptsScope()
9850 debug::PostponeInterruptsScope::~PostponeInterruptsScope() {} in ~PostponeInterruptsScope()
/external/v8/src/inspector/
Dinjected-script.cc267 v8::debug::PostponeInterruptsScope postponeInterrupts(isolate); in create()
/external/v8/src/heap/
Dmark-compact.cc1741 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()
4256 PostponeInterruptsScope postpone(isolate()); in MarkLiveObjects()
/external/v8/src/regexp/
Djsregexp.cc147 PostponeInterruptsScope postpone(isolate); in Compile()
316 PostponeInterruptsScope postpone(isolate); in CompileIrregexp()