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:curInfo
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
elf_builder.cpp
358
ModuleSectionDes::ModuleRegionInfo &
curInfo
= moduleInfo[i];
in MergeTextSections()
local
372
curInfo
.rodataSizeBeforeText = rodataSizeBeforeText;
in MergeTextSections()
379
curInfo
.textSize = curSecSize;
in MergeTextSections()
385
curInfo
.rodataSizeAfterText = rodataSizeAfterText;
in MergeTextSections()
397
ModuleSectionDes::ModuleRegionInfo &
curInfo
= moduleInfo[i];
in MergeStrtabSections()
local
400
curInfo
.strtabSize = curSecSize;
in MergeStrtabSections()
406
curInfo
.strtabSize += asmStubStrTabSize;
in MergeStrtabSections()
421
ModuleSectionDes::ModuleRegionInfo &
curInfo
= moduleInfo[i];
in MergeSymtabSections()
local
424
curInfo
.symtabSize = curSecSize;
in MergeSymtabSections()
446
curInfo
in MergeSymtabSections()
458
ModuleSectionDes::ModuleRegionInfo &
curInfo
= moduleInfo[i];
MergeArkStackMapSections()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
graph_linearizer.cpp
690
auto&
curInfo
= linearizer_->GetGateInfo(curGate);
in VisitPreparedGate()
local
691
if (prevInfo.IsSchedulable() &&
curInfo
.IsSchedulable()) {
in VisitPreparedGate()
698
auto&
curInfo
= linearizer_->GetGateInfo(curGate);
in ComputeLowerBoundAndScheduleGate()
local
699
if (!
curInfo
.IsSchedulable() ||
in ComputeLowerBoundAndScheduleGate()
700
(
curInfo
.schedulableUseCount != 0) || (
curInfo
.region != nullptr)) {
in ComputeLowerBoundAndScheduleGate()
705
ASSERT(
curInfo
.upperBound != nullptr);
in ComputeLowerBoundAndScheduleGate()
706
ASSERT(linearizer_->GetCommonDominator(region,
curInfo
.upperBound) ==
curInfo
.upperBound);
in ComputeLowerBoundAndScheduleGate()
707
auto uppermost =
curInfo
in ComputeLowerBoundAndScheduleGate()
745
[[maybe_unused]] auto&
curInfo
= linearizer_->GetGateInfo(curGate);
ScheduleAllocRegion()
local
[all...]
Completed in 4 milliseconds