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:GetMethodAbcId
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
compilation_env.h
117
virtual pgo::ApEntityId
GetMethodAbcId
() const
in GetMethodAbcId()
function in panda::ecmascript::CompilationEnv
H
A
D
jit_compilation_env.h
84
pgo::ApEntityId
GetMethodAbcId
() const override
H
A
D
jit_compilation_env.cpp
32
abcId_ = PGOProfiler::
GetMethodAbcId
(*jsFunction);
in JitCompilationEnv()
H
A
D
pass_manager.cpp
57
ApEntityId abcId = compilationEnv_->
GetMethodAbcId
();
in Compile()
H
A
D
ts_inline_lowering.cpp
751
auto calleeAbcId = PGOProfiler::
GetMethodAbcId
(calleeFunc);
in CalleePFIProcess()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
62
auto abcId =
GetMethodAbcId
(ctorFunc);
in ProfileDefineClass()
103
auto abcId =
GetMethodAbcId
(ctorFunc);
in ProfileClassRootHClass()
615
auto abcId =
GetMethodAbcId
(func);
in HandlePGOPreDump()
661
auto abcId =
GetMethodAbcId
(func);
in HandlePGODumpByDumpThread()
1345
ApEntityId ctorAbcId =
GetMethodAbcId
(ctorFunction);
in DumpDefineClass()
1449
calleeAbcId =
GetMethodAbcId
(callee->GetMethod());
in DumpCall()
1941
ApEntityId PGOProfiler::
GetMethodAbcId
(JSTaggedValue jsMethod)
in GetMethodAbcId()
function in panda::ecmascript::pgo::PGOProfiler
1956
ApEntityId PGOProfiler::
GetMethodAbcId
(JSFunction *jsFunction)
in GetMethodAbcId()
function in panda::ecmascript::pgo::PGOProfiler
1961
return
GetMethodAbcId
(jsMethod);
in GetMethodAbcId()
1983
return GetRecordProfileType(pf,
GetMethodAbcId
(jsFunctio
in GetRecordProfileType()
[all...]
H
A
D
pgo_profiler.h
337
static ApEntityId PUBLIC_API
GetMethodAbcId
(JSFunction *jsFunction);
338
static ApEntityId PUBLIC_API
GetMethodAbcId
(JSTaggedValue jsMethod);
/arkcompiler/ets_runtime/ecmascript/jit/
H
A
D
jit_profiler.cpp
346
calleeAbcId = PGOProfiler::
GetMethodAbcId
(callee);
in ConvertCall()
Completed in 10 milliseconds