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:SectionInfo
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H
A
D
pgo_file_info.h
32
struct
SectionInfo
{
struct
137
return sizeof(PGOProfilerHeader) + (SECTION_SIZE - 1) * sizeof(
SectionInfo
);
in LastSize()
143
return sizeof(PGOProfilerHeader) + (sectionNumber - 1) * sizeof(
SectionInfo
);
in Size()
200
SectionInfo
*GetPandaInfoSection() const
in GetPandaInfoSection()
205
SectionInfo
*GetRecordInfoSection() const
in GetRecordInfoSection()
210
SectionInfo
*GetLayoutDescSection() const
in GetLayoutDescSection()
215
SectionInfo
*GetRecordPoolSection() const
in GetRecordPoolSection()
220
SectionInfo
*GetProfileTypeSection() const
in GetProfileTypeSection()
225
SectionInfo
*GetAbcFilePoolSection() const
in GetAbcFilePoolSection()
230
SectionInfo
*GetProtoTransitionPoolSectio
[all...]
H
A
D
pgo_proto_transition_type_pool.h
44
SectionInfo
*GetSection(PGOProfilerHeader const *header) const override
52
SectionInfo
secInfo;
54
secInfo.offset_ = sizeof(
SectionInfo
);
65
stream.write(reinterpret_cast<const char *>(&(secInfo)), sizeof(
SectionInfo
));
73
auto secInfo = base::ReadBuffer<
SectionInfo
>(buffer);
H
A
D
pgo_record_pool.h
136
SectionInfo
*GetSection(PGOProfilerHeader const *header) const override
144
SectionInfo
secInfo;
146
secInfo.offset_ = sizeof(
SectionInfo
);
157
stream.write(reinterpret_cast<const char *>(&(secInfo)), sizeof(
SectionInfo
));
165
auto secInfo = base::ReadBuffer<
SectionInfo
>(buffer);
253
static
SectionInfo
*GetSection(PGOProfilerHeader const *header)
in GetSection()
H
A
D
pool_template.h
40
using GetSectionCb = std::function<
SectionInfo
*(PGOProfilerHeader const *header)>;
125
SectionInfo
secInfo;
127
secInfo.offset_ = sizeof(
SectionInfo
);
137
stream.write(reinterpret_cast<const char *>(&(secInfo)), sizeof(
SectionInfo
));
177
auto secInfo = base::ReadBuffer<
SectionInfo
>(buffer);
226
SectionInfo
*GetSection(PGOProfilerHeader const *header) const override
H
A
D
pgo_profile_type_pool.h
118
static
SectionInfo
*GetSection(PGOProfilerHeader const *header)
in GetSection()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler_info.cpp
29
void PGOPandaFileInfos::ParseFromBinary(void *buffer,
SectionInfo
*const info)
in ParseFromBinary()
38
void PGOPandaFileInfos::ProcessToBinary(std::fstream &fileStream,
SectionInfo
*info) const
in ProcessToBinary()
294
SectionInfo
secInfo = base::ReadBuffer<
SectionInfo
>(buffer);
in ParseFromBinary()
326
SectionInfo
secInfo;
in ProcessToBinary()
362
secInfo.offset_ = sizeof(
SectionInfo
);
in ProcessToBinary()
365
stream.write(reinterpret_cast<char *>(&secInfo), sizeof(
SectionInfo
));
in ProcessToBinary()
494
SectionInfo
secInfo = base::ReadBuffer<
SectionInfo
>(buffer);
in ParseFromBinary()
754
SectionInfo
*inf
in ParseFromBinary()
[all...]
H
A
D
pgo_profiler_info.h
65
void ParseFromBinary(void *buffer,
SectionInfo
*const info);
66
void ProcessToBinary(std::fstream &fileStream,
SectionInfo
*info) const;
Completed in 7 milliseconds