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:pendingList_
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
graph_linearizer.cpp
42
: linearizer_(linearizer),
pendingList_
(linearizer->chunk_),
in CFGBuilder()
70
ASSERT(
pendingList_
.empty());
in VisitStateGates()
74
pendingList_
.emplace_back(startGate);
in VisitStateGates()
76
while (!
pendingList_
.empty()) {
in VisitStateGates()
77
auto curGate =
pendingList_
.back();
in VisitStateGates()
78
pendingList_
.pop_back();
in VisitStateGates()
94
pendingList_
.emplace_back(bTrue);
in VisitStateGates()
98
pendingList_
.emplace_back(bFalse);
in VisitStateGates()
105
pendingList_
.emplace_back(*useIt);
in VisitStateGates()
182
ChunkDeque<GateRef>
pendingList_
;
member in panda::ecmascript::kungfu::CFGBuilder
339
ChunkDeque<GateRegion*>
pendingList_
;
global()
member in panda::ecmascript::kungfu::ImmediateDominatorsGenerator
569
ChunkDeque<GateRegion*>
pendingList_
;
global()
member in panda::ecmascript::kungfu::LoopInfoBuilder
856
ChunkDeque<GateRef>
pendingList_
;
global()
member in panda::ecmascript::kungfu::GateScheduler
[all...]
H
A
D
state_split_linearizer.cpp
86
: linearizer_(linearizer),
pendingList_
(chunk),
in StateDependBuilder()
97
ASSERT(
pendingList_
.empty());
in Run()
98
pendingList_
.emplace_back(entry);
in Run()
99
while (!
pendingList_
.empty()) {
in Run()
100
auto curRegion =
pendingList_
.back();
in Run()
101
pendingList_
.pop_back();
in Run()
106
pendingList_
.emplace_back(succ);
in Run()
333
ChunkDeque<GateRegion*>
pendingList_
;
member in panda::ecmascript::kungfu::StateDependBuilder
H
A
D
frame_states.cpp
939
pendingList_
(chunk), loopbacks_(chunk),
in BlockLoopAnalysis()
992
pendingList_
.emplace_back(entryId);
in ComputeLoopBack()
993
while (!
pendingList_
.empty()) {
in ComputeLoopBack()
994
size_t bbId =
pendingList_
.back();
in ComputeLoopBack()
1004
pendingList_
.emplace_back(succId);
in ComputeLoopBack()
1019
pendingList_
.emplace_back(catchId);
in ComputeLoopBack()
1029
pendingList_
.pop_back();
in ComputeLoopBack()
1058
pendingList_
.emplace_back(bbId);
in CountLoopBody()
1067
while (!
pendingList_
.empty()) {
in PropagateLoopBody()
1068
auto cur =
pendingList_
in PropagateLoopBody()
1349
ChunkDeque<size_t>
pendingList_
;
global()
member in panda::ecmascript::kungfu::BlockLoopAnalysis::MarkState
[all...]
Completed in 5 milliseconds