Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.h302 friend class PostponeInterruptsScope; variable
Disolate.h1374 class PostponeInterruptsScope BASE_EMBEDDED {
1376 explicit PostponeInterruptsScope(Isolate* isolate) in PostponeInterruptsScope() function
1382 ~PostponeInterruptsScope() { in ~PostponeInterruptsScope()
Dcompiler.cc360 PostponeInterruptsScope postpone(isolate); in MakeFunctionInfo()
611 PostponeInterruptsScope postpone(isolate); in CompileLazy()
Ddebug.cc812 PostponeInterruptsScope postpone(isolate_); in Load()
919 PostponeInterruptsScope postpone(isolate_); in Break()
2243 PostponeInterruptsScope postpone(isolate_); in ClearMirrorCache()
Dliveedit.cc600 PostponeInterruptsScope postpone(isolate); in CompileScriptForTracker()
Djsregexp.cc131 PostponeInterruptsScope postpone(isolate); in Compile()
323 PostponeInterruptsScope postpone(isolate); in CompileIrregexp()
Dmark-compact.cc2269 PostponeInterruptsScope postpone(heap()->isolate()); in MarkLiveObjects()