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:depth_
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H
A
D
catchTable.h
72
: labelSet_(cg),
depth_
(depth), exceptionType_(exceptionType)
in CatchTable()
76
: labelSet_(cg, tryLabelPair),
depth_
(depth), exceptionType_(exceptionType)
in CatchTable()
91
return
depth_
;
in Depth()
101
uint32_t
depth_
;
member in ark::es2panda::compiler::CatchTable
/arkcompiler/ets_frontend/es2panda/compiler/base/
H
A
D
catchTable.h
71
CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg),
depth_
(depth) {}
in CatchTable()
84
return
depth_
;
in Depth()
89
uint32_t
depth_
;
member in panda::es2panda::compiler::CatchTable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
disassembly.h
36
: position_(position), cursorOffset_(cursorOffset),
depth_
(depth)
in CodeItem()
49
return
depth_
;
in GetDepth()
55
size_t
depth_
{0};
76
return
depth_
;
in GetDepth()
98
depth_
--;
in DecreaseDepth()
132
uint32_t
depth_
{0};
H
A
D
disassembly.cpp
102
if ((
depth_
+ 1) < INDENT_STRINGS.size()) {
in IncreaseDepth()
103
depth_
++;
in IncreaseDepth()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H
A
D
loop_analyzer.h
167
return
depth_
;
in GetDepth()
177
depth_
= depth;
in SetDepth()
194
uint32_t
depth_
{0};
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
graph_linearizer.cpp
305
entry->
depth_
= 0;
in BuildImmediateDominator()
312
immDomRegion->
depth_
= static_cast<int32_t>(immDom_[i]);
in BuildImmediateDominator()
321
entry->
depth_
= 0;
in BuildImmediateDominatorDepth()
330
ASSERT(succ->iDominator_->
depth_
!= GateRegion::INVALID_DEPTH);
in BuildImmediateDominatorDepth()
331
succ->
depth_
= succ->iDominator_->
depth_
+ 1;
in BuildImmediateDominatorDepth()
652
if (curUpperBound->
depth_
> succInfo.upperBound->
depth_
) {
in VisitUpperBoundGate()
707
auto uppermost = curInfo.upperBound->
depth_
;
in ComputeLowerBoundAndScheduleGate()
709
while (upperRegion != nullptr && upperRegion->
depth_
>
in ComputeLowerBoundAndScheduleGate()
[all...]
H
A
D
graph_linearizer.h
161
depth_
= INVALID_DEPTH;
in Clear()
196
return
depth_
;
in GetDepth()
230
int32_t
depth_
{INVALID_DEPTH};
Completed in 5 milliseconds