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:EntityPairHeader
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/aot/
H
A
D
aot_file.h
95
return aotData_.SubSpan<const ark::panda_file::
EntityPairHeader
>(
in GetClassHashTable()
247
ark::Span<const ark::panda_file::
EntityPairHeader
> GetClassHashTable() const
in GetClassHashTable()
255
ark::Span<const ark::panda_file::
EntityPairHeader
> classHashTable_;
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H
A
D
aot_builder.h
158
size_t conflictNum, std::vector<panda_file::
EntityPairHeader
> &entityPairs);
176
std::vector<panda_file::
EntityPairHeader
> entityPairHeaders_;
H
A
D
aot_builder.cpp
95
(entityPairHeaders_.size() - classHashTablesSize_.back()) * sizeof(panda_file::
EntityPairHeader
);
in EndFile()
133
size_t classHashTablesSize = entityPairHeaders_.size() * sizeof(panda_file::
EntityPairHeader
);
in FillHeader()
195
aotSection->AppendData(entityPairHeaders_.data(), entityPairHeaders_.size() * sizeof(panda_file::
EntityPairHeader
));
in PrepareElfBuilder()
308
std::vector<panda_file::
EntityPairHeader
> entityPairs;
in AddClassHashTable()
339
std::vector<panda_file::
EntityPairHeader
> &entityPairs)
in ResolveConflictClassHashTable()
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
file.h
40
*
EntityPairHeader
Describes pair for hash value of class's descriptor and its entity id offset,
43
struct
EntityPairHeader
{
struct
353
Span<const ark::panda_file::
EntityPairHeader
> GetClassHashTable() const
in GetClassHashTable()
378
void SetClassHashTable(ark::Span<const ark::panda_file::
EntityPairHeader
> classHashTable) const
in SetClassHashTable()
397
mutable ark::Span<const ark::panda_file::
EntityPairHeader
> classHashTable_;
/arkcompiler/runtime_core/libpandafile/
H
A
D
file.h
45
*
EntityPairHeader
Describes pair for hash value of class's descriptor and its entity id offset,
48
struct
EntityPairHeader
{
struct
412
Span<const panda::panda_file::
EntityPairHeader
> GetClassHashTable() const
in GetClassHashTable()
428
void SetClassHashTable(panda::Span<const panda::panda_file::
EntityPairHeader
> class_hash_table) const
in SetClassHashTable()
468
mutable panda::Span<const panda::panda_file::
EntityPairHeader
> class_hash_table_;
Completed in 4 milliseconds