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:TimerEventScope
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/logging/
H
A
D
log-inl.h
32
void
TimerEventScope
<TimerEvent>::LogTimerEvent(v8::LogEventStatus se) {
in LogTimerEvent()
H
A
D
log.h
391
class V8_NODISCARD
TimerEventScope
{
class
393
explicit
TimerEventScope
(Isolate* isolate) : isolate_(isolate) {
in TimerEventScope()
function in v8::internal::TimerEventScope
397
~
TimerEventScope
() { LogTimerEvent(v8::LogEventStatus::kEnd); }
in ~TimerEventScope()
H
A
D
log.cc
1159
template void
TimerEventScope
<TimerEvent##TimerName>::LogTimerEvent( \
/third_party/node/deps/v8/src/compiler-dispatcher/
H
A
D
optimizing-compile-dispatcher.cc
53
TimerEventScope
<TimerEventRecompileConcurrent> timer(isolate_);
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.cc
987
TimerEventScope
<TimerEventRecompileSynchronous> timer(isolate);
in CompileTurbofan_NotConcurrent()
1045
TimerEventScope
<TimerEventRecompileSynchronous> timer(isolate);
in CompileTurbofan_Concurrent()
1098
TimerEventScope
<TimerEventOptimizeCode> optimize_code_timer(isolate);
in CompileTurbofan()
1427
TimerEventScope
<TimerEventCompileCode> top_level_timer(isolate);
in CompileToplevel()
1993
TimerEventScope
<TimerEventCompileCode> compile_timer(isolate);
in Compile()
3439
TimerEventScope
<TimerEventRecompileSynchronous> timer(isolate);
in Compile()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-compiler.cc
183
TimerEventScope
<TimerEventDeoptimizeCode> timer(isolate);
in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
deoptimizer.cc
385
TimerEventScope
<TimerEventDeoptimizeCode> timer(isolate);
in DeoptimizeAll()
403
TimerEventScope
<TimerEventDeoptimizeCode> timer(isolate);
in DeoptimizeMarkedCode()
430
TimerEventScope
<TimerEventDeoptimizeCode> timer(isolate);
in DeoptimizeFunction()
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
2104
i::
TimerEventScope
<i::TimerEventExecute> timer_scope(isolate);
in Run()
2410
i::
TimerEventScope
<i::TimerEventExecute> timer_scope(isolate);
in Evaluate()
5144
i::
TimerEventScope
<i::TimerEventExecute> timer_scope(isolate);
in CallAsFunction()
5164
i::
TimerEventScope
<i::TimerEventExecute> timer_scope(isolate);
in CallAsConstructor()
5203
i::
TimerEventScope
<i::TimerEventExecute> timer_scope(isolate);
in NewInstanceWithSideEffectType()
5254
i::
TimerEventScope
<i::TimerEventExecute> timer_scope(isolate);
in Call()
Completed in 37 milliseconds