Home
last modified time | relevance | path

Searched refs:Pause (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Delapsed-timer.h72 void Pause() { Pause(Now()); } in Pause() function in v8::base::final
74 void Pause(TimeTicks now) { in Pause() function in v8::base::final
/third_party/node/deps/v8/src/logging/
H A Dcounters-scopes.h136 if (previous_scope_) previous_scope_->Pause(now); in StartInteral()
164 void Pause(base::TimeTicks now) { in Pause() function in v8::internal::NestedTimedHistogramScope
166 timer_.Pause(now); in Pause()
197 previous_scope_->Pause(base::TimeTicks::Now()); in PauseNestedTimedHistogramScope()
H A Druntime-call-stats.h79 if (parent) parent->Pause(now); in Start()
89 Pause(now); in Stop()
107 inline void Pause(base::TimeTicks now) { in Pause() function in v8::internal::final
H A Druntime-call-stats.cc120 // Pause only / topmost timer in the timer stack. in Snapshot()
121 Pause(now); in Snapshot()
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.h73 bool Pause();
H A Dallocation-observer.h80 void Pause() { in Pause() function in v8::internal::final
H A Dconcurrent-marking.cc629 bool ConcurrentMarking::Pause() { in Pause() function in v8::internal::ConcurrentMarking
698 resume_on_exit_(FLAG_concurrent_marking && concurrent_marking_->Pause()) { in PauseScope()
H A Dspaces.cc233 void Space::PauseAllocationObservers() { allocation_counter_.Pause(); } in PauseAllocationObservers()
H A Dheap.cc2423 client->heap()->concurrent_marking()->Pause(); in PerformSharedGarbageCollection()
2649 // Pause concurrent markers to allow processing them using in MinorMarkCompact()
2699 // Pause concurrent markers to allow processing them using in EvacuateYoungGeneration()
2769 // Pause concurrent markers to allow processing them using in Scavenge()
2786 // Pause the inline allocation steps. in Scavenge()
6095 concurrent_marking_->Pause(); in TearDown()
/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c161 SETVTBL(vtbl, filter, Pause); in ff_dshow_filter_Setup()
/third_party/nghttp2/third-party/llhttp/src/
H A Dllhttp.c1188 state->reason = "Pause on CONNECT/Upgrade"; in llhttp__internal__run()
8187 state->reason = "Pause on PRI/Upgrade"; in llhttp__internal__run()
/third_party/node/src/
H A Dnode_http_parser.cc685 static void Pause(const FunctionCallbackInfo<Value>& args) { in Pause() function in node::__anon15424::Parser
1255 SetProtoMethod(isolate, t, "pause", Parser::Pause<true>); in InitializeHttpParser()
1256 SetProtoMethod(isolate, t, "resume", Parser::Pause<false>); in InitializeHttpParser()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js88 breakOnException Pause execution whenever an exception is thrown
89 breakOnUncaught Pause execution whenever an exception isn't caught
/third_party/node/deps/llhttp/src/
H A Dllhttp.c1094 state->reason = "Pause on CONNECT/Upgrade"; in llhttp__internal__run()
7136 state->reason = "Pause on PRI/Upgrade"; in llhttp__internal__run()
9244 state->reason = "Pause on CONNECT/Upgrade"; in llhttp__internal__run()
15070 state->reason = "Pause on PRI/Upgrade"; in llhttp__internal__run()

Completed in 49 milliseconds