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:infos_
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
pgo_bc_info.h
86
PGOBCInfo() :
infos_
(Type::TYPE_NUM, Info{}) {}
in PGOBCInfo()
101
infos_
[idx].IterateValByMethodOffset(methodOffset, type, cb);
in IterateInfoAndType()
108
infos_
[type].IterateValByMethodOffsetAndType(methodOffset, cb);
in IterateInfoByType()
113
CVector<Info>
infos_
;
member in panda::ecmascript::kungfu::PGOBCInfo
H
A
D
pgo_bc_info.cpp
44
return
infos_
[type];
in GetInfo()
50
for (const Info &info :
infos_
) {
in GetPGOExtendGTCount()
59
Info &info =
infos_
[type];
in Record()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H
A
D
snapshot_constantpool_data.h
122
infos_
.emplace_back(std::make_unique<name##Info>(vm, jsPandaFile, pfDecoder));
in SnapshotConstantPoolData()
143
infos_
.at(infoIdx)->Record(itemData);
in RecordInfo()
147
CVector<std::unique_ptr<BaseSnapshotInfo>>
infos_
{};
H
A
D
snapshot_constantpool_data.cpp
497
for (auto &info :
infos_
) {
in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H
A
D
pgo_profiler_type.h
784
infos_
[index].ConvertFrom(context, from.GetObjectInfo(index));
in ConvertFrom()
791
AddObjectInfo(type.
infos_
[i]);
in Merge()
802
infos_
[0] = info;
in AddObjectInfo()
807
if (
infos_
[count] == info) {
in AddObjectInfo()
812
infos_
[count] = info;
in AddObjectInfo()
822
return
infos_
[index];
in GetObjectInfo()
833
PGOObjectInfoType
infos_
[POLY_CASE_NUM];
Completed in 6 milliseconds