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:moduleDes
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
an_file_info.h
34
void AddModuleDes(ModuleSectionDes &
moduleDes
)
in AddModuleDes()
argument
36
des_.emplace_back(
moduleDes
);
in AddModuleDes()
37
for (auto &s :
moduleDes
.GetSectionsInfo()) {
in AddModuleDes()
43
accumulateTotalSize(
moduleDes
.GetArkStackMapSize());
in AddModuleDes()
107
void ParseFunctionEntrySection(ModuleSectionDes &
moduleDes
);
H
A
D
stub_file_info.h
28
void AddModuleDes(ModuleSectionDes &
moduleDes
)
in AddModuleDes()
argument
30
des_.emplace_back(
moduleDes
);
in AddModuleDes()
31
for (auto &s :
moduleDes
.GetSectionsInfo()) {
in AddModuleDes()
37
accumulateTotalSize(
moduleDes
.GetArkStackMapSize());
in AddModuleDes()
H
A
D
stub_file_info.cpp
107
auto
moduleDes
= des_[entry.moduleIndex_];
in MmapLoad()
local
108
entry.codeAddr_ +=
moduleDes
.GetSecAddr(ElfSecName::TEXT);
in MmapLoad()
148
auto
moduleDes
= des_[entry.moduleIndex_];
in Load()
local
149
entry.codeAddr_ +=
moduleDes
.GetSecAddr(ElfSecName::TEXT);
in Load()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
file_generators.cpp
276
void Module::CollectModuleSectionDes(ModuleSectionDes &
moduleDes
) const
in CollectModuleSectionDes()
288
moduleDes
.EraseSec(sec);
in CollectModuleSectionDes()
290
moduleDes
.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second);
in CollectModuleSectionDes()
291
moduleDes
.SetStartIndex(startIndex_);
in CollectModuleSectionDes()
292
moduleDes
.SetFuncCount(funcCount_);
in CollectModuleSectionDes()
295
CollectStackMapDes(
moduleDes
);
in CollectModuleSectionDes()
298
void Module::CollectAnModuleSectionDes(ModuleSectionDes &
moduleDes
, uint64_t textOffset,
in CollectAnModuleSectionDes()
argument
306
moduleDes
.SetSecAddrAndSize(sec, reinterpret_cast<uint64_t>(secInfo.first), secInfo.second);
in CollectAnModuleSectionDes()
307
moduleDes
.SetStartIndex(startIndex_);
in CollectAnModuleSectionDes()
308
moduleDes
in CollectAnModuleSectionDes()
[all...]
H
A
D
file_generators.h
58
void CollectModuleSectionDes(ModuleSectionDes &
moduleDes
) const;
60
void CollectAnModuleSectionDes(ModuleSectionDes &
moduleDes
, uint64_t textOffset,
63
void CollectStackMapDes(ModuleSectionDes &
moduleDes
) const;
Completed in 4 milliseconds