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:GetAbcId
(Results
1 - 13
of
13
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H
A
D
pgo_profile_type.cpp
73
if ((
GetAbcId
() >= PGOAbcFilePool::RESERVED_COUNT) && (!context.GetAbcIdRemap().empty())) {
in Remap()
74
if (
GetAbcId
() >= context.GetAbcIdRemap().size() + PGOAbcFilePool::RESERVED_COUNT) {
in Remap()
75
LOG_ECMA(ERROR) << "invalid abc id: " <<
GetAbcId
() << ", " << GetTypeString()
in Remap()
78
UpdateAbcId(context.GetAbcIdRemap().at(
GetAbcId
()));
in Remap()
H
A
D
pgo_type_generator.h
33
ProfileType type(rootType.
GetAbcId
(), traceId, rootType.GetKind());
in GenerateProfileType()
H
A
D
pgo_profile_type.h
374
ApEntityId
GetAbcId
() const
in GetAbcId()
function in panda::ecmascript::pgo::ProfileType
408
", abcId: " <<
GetAbcId
() << ", id: " << GetId() << ")";
in GetTypeString()
416
type.insert(std::make_pair(DumpJsonUtils::ABC_ID, std::to_string(
GetAbcId
())));
in GetTypeJson()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
opt_code_profiler.cpp
144
CString methodInfo = abcNames_[key.
GetAbcId
()] + ":" + CString(methodName);
in FilterMethodToPrint()
152
<< ", abcName: " << abcNames_[key.
GetAbcId
()] << " ====";
in FilterMethodToPrint()
H
A
D
opt_code_profiler.h
97
uint32_t
GetAbcId
() const
in GetAbcId()
function
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_symbol.h
160
static uint64_t
GetAbcId
(uint64_t id)
in GetAbcId()
function in panda::ecmascript::JSSymbol
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H
A
D
pgo_type_recorder.cpp
137
auto abcId = type.
GetAbcId
();
in IsValidPt()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
frame_handler.h
240
uint32_t
GetAbcId
() const;
H
A
D
frame_handler.cpp
159
uint32_t FrameHandler::
GetAbcId
() const
in GetAbcId()
function in panda::ecmascript::FrameHandler
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler_info.cpp
1035
auto abcId = recordType.
GetAbcId
();
in ParseFromBinary()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H
A
D
pgo_profiler_test.cpp
176
JSPandaFile::GetNormalizedFileDesc(abcFilePool->GetEntry(recordProfile.
GetAbcId
())->GetData());
in ParseRelatedPandaFileMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
typed_bytecode_lowering.cpp
1887
auto abcId = profileType->GetProfileType().
GetAbcId
();
in GetCalleePandaFile()
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs-inl.h
3230
uint32_t abcId = frameHandler.
GetAbcId
();
Completed in 19 milliseconds