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:RuntimeTimerScope
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
runtime_stat.h
64
class
RuntimeTimerScope
{
class
66
RuntimeTimerScope
(int callerId, EcmaRuntimeStat *stat)
in RuntimeTimerScope()
function in panda::ecmascript::RuntimeTimerScope
74
~
RuntimeTimerScope
()
in ~RuntimeTimerScope()
80
NO_COPY_SEMANTIC(
RuntimeTimerScope
);
81
NO_MOVE_SEMANTIC(
RuntimeTimerScope
);
/arkcompiler/ets_runtime/ecmascript/
H
A
D
runtime_call_id.h
1280
RuntimeTimerScope
interpret_##name##_scope_(INTERPRETER_CALLER_ID(name) _run_stat_)
1286
RuntimeTimerScope
interpret_##name##_scope_(RUNTIME_CALLER_ID(name) _run_stat_); \
1292
RuntimeTimerScope
interpret_##name##_scope_(RUNTIME_CALLER_ID(name) _run_stat_);
1311
RuntimeTimerScope
builtins_##class##name##_scope_(BUILTINS_API_ID(class, name) _run_stat_)
1317
RuntimeTimerScope
abstract_##class##name##_scope_(ABSTRACT_OPERATION_ID(class, name) _run_stat_)
1327
RuntimeTimerScope
mem_##name##_scope_(MEM_ALLOCATE_AND_GC_ID(name) _run_stat_)
Completed in 3 milliseconds