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:OptCodeProfiler
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
opt_code_profiler.h
52
class
OptCodeProfiler
{
class
175
OptCodeProfiler
()
in OptCodeProfiler()
function in panda::ecmascript::OptCodeProfiler
179
#define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name,
OptCodeProfiler
::Value() },
in OptCodeProfiler()
186
~
OptCodeProfiler
();
H
A
D
opt_code_profiler.cpp
25
void
OptCodeProfiler
::PrintAndReset()
in PrintAndReset()
89
void
OptCodeProfiler
::FilterMethodToPrint()
in FilterMethodToPrint()
141
void
OptCodeProfiler
::PrintMethodRecord(Key key, std::string methodName)
in FilterMethodToPrint()
175
void
OptCodeProfiler
::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mode)
in FilterMethodToPrint()
236
OptCodeProfiler
::~
OptCodeProfiler
()
in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_context.h
65
class
OptCodeProfiler
;
311
OptCodeProfiler
*GetOptCodeProfiler() const
in GetOptCodeProfiler()
720
OptCodeProfiler
*optCodeProfiler_ {nullptr};
H
A
D
ecma_context.cpp
103
optCodeProfiler_ = new
OptCodeProfiler
();
in Initialize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
ntype_bytecode_lowering.cpp
324
builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(
OptCodeProfiler
::Mode::TYPED_PATH)));
in AddProfiling()
H
A
D
typed_bytecode_lowering.cpp
2182
builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(
OptCodeProfiler
::Mode::TYPED_PATH)));
in AddProfiling()
H
A
D
slowpath_lowering.cpp
3154
builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(
OptCodeProfiler
::Mode::SLOW_PATH)));
in AddProfiling()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
2822
OptCodeProfiler
::Mode mode = static_cast<
OptCodeProfiler
::Mode>(GetArg(argv, argc, 3).GetInt());
in DEF_RUNTIME_STUBS()
2823
OptCodeProfiler
*profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler();
in DEF_RUNTIME_STUBS()
Completed in 26 milliseconds