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:EcmaRuntimeStat
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
runtime_stat.h
25
class
EcmaRuntimeStat
{
class
28
EcmaRuntimeStat
(const char * const runtimeCallerNames[], int count);
29
EcmaRuntimeStat
() = default;
30
virtual ~
EcmaRuntimeStat
() = default;
32
DEFAULT_NOEXCEPT_MOVE_SEMANTIC(
EcmaRuntimeStat
);
33
DEFAULT_COPY_SEMANTIC(
EcmaRuntimeStat
);
66
RuntimeTimerScope(int callerId,
EcmaRuntimeStat
*stat)
in RuntimeTimerScope()
85
EcmaRuntimeStat
*stats_ {nullptr};
H
A
D
runtime_stat.cpp
22
EcmaRuntimeStat
::
EcmaRuntimeStat
(const char *const runtimeCallerNames[], int count)
in EcmaRuntimeStat()
function in panda::ecmascript::EcmaRuntimeStat
30
void
EcmaRuntimeStat
::StartCount(PandaRuntimeTimer *timer, int callerId)
in StartCount()
41
void
EcmaRuntimeStat
::StopCount(const PandaRuntimeTimer *nowTimer)
in StopCount()
50
void
EcmaRuntimeStat
::Print() const
in Print()
58
void
EcmaRuntimeStat
::ResetAllCount()
in ResetAllCount()
68
void
EcmaRuntimeStat
::PrintAllStats() const
in PrintAllStats()
H
A
D
caller_stat.h
28
class
EcmaRuntimeStat
;
127
friend class
EcmaRuntimeStat
;
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_context.h
41
class
EcmaRuntimeStat
;
395
EcmaRuntimeStat
*GetRuntimeStat() const
in GetRuntimeStat()
690
EcmaRuntimeStat
*runtimeStat_ {nullptr};
H
A
D
runtime_call_id.h
1279
[[maybe_unused]]
EcmaRuntimeStat
*_run_stat_ = _js_thread_->GetCurrentEcmaContext()->GetRuntimeStat(); \
1285
[[maybe_unused]]
EcmaRuntimeStat
*_run_stat_ = _js_thread_->GetCurrentEcmaContext()->GetRuntimeStat(); \
1291
[[maybe_unused]]
EcmaRuntimeStat
*_run_stat_ = _js_thread_->GetCurrentEcmaContext()->GetRuntimeStat(); \
1310
[[maybe_unused]]
EcmaRuntimeStat
*_run_stat_ = _js_thread_->GetCurrentEcmaContext()->GetRuntimeStat(); \
1316
[[maybe_unused]]
EcmaRuntimeStat
*_run_stat_ = _js_thread_->GetCurrentEcmaContext()->GetRuntimeStat(); \
1326
EcmaRuntimeStat
*_run_stat_ = vm->GetJSThread()->GetCurrentEcmaContext()->GetRuntimeStat(); \
H
A
D
ecma_vm.h
44
class
EcmaRuntimeStat
;
H
A
D
ecma_context.cpp
141
runtimeStat_ = vm_->GetChunk()->New<
EcmaRuntimeStat
>(runtimeCallerNames, ecmascript::RUNTIME_CALLER_NUMBER);
in InitializeEcmaScriptRunStat()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H
A
D
dfx_jsnapi_tests.cpp
267
EcmaRuntimeStat
*ecmaRuntimeStat = vm_->GetJSThread()->GetCurrentEcmaContext()->GetRuntimeStat();
in HWTEST_F_L0()
Completed in 8 milliseconds