Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Pause
(Results
1 - 14
of
14
) sorted by relevance
/third_party/node/deps/v8/src/base/platform/
H
A
D
elapsed-timer.h
72
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
D
counters-scopes.h
136
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
D
runtime-call-stats.h
79
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
D
runtime-call-stats.cc
120
//
Pause
only / topmost timer in the timer stack.
in Snapshot()
121
Pause
(now);
in Snapshot()
/third_party/node/deps/v8/src/heap/
H
A
D
concurrent-marking.h
73
bool
Pause
();
H
A
D
allocation-observer.h
80
void
Pause
() {
in Pause()
function in v8::internal::final
H
A
D
concurrent-marking.cc
629
bool ConcurrentMarking::
Pause
() {
in Pause()
function in v8::internal::ConcurrentMarking
698
resume_on_exit_(FLAG_concurrent_marking && concurrent_marking_->
Pause
()) {
in PauseScope()
H
A
D
spaces.cc
233
void Space::PauseAllocationObservers() { allocation_counter_.
Pause
(); }
in PauseAllocationObservers()
H
A
D
heap.cc
2423
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
D
dshow_filter.c
161
SETVTBL(vtbl, filter,
Pause
);
in ff_dshow_filter_Setup()
/third_party/nghttp2/third-party/llhttp/src/
H
A
D
llhttp.c
1188
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
D
node_http_parser.cc
685
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
D
inspect_repl.js
88
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
D
llhttp.c
1094
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 40 milliseconds