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:IsState
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
scheduler.cpp
68
acc.
IsState
(*useIt) && acc.GetMark(*useIt) == MarkCode::NO_MARK) {
in CalculateDominatorTree()
264
} else if (acc.
IsState
(gate)) {
in CalculateSchedulingUpperBound()
433
if (acc.
IsState
(curGate)) { // cur_opcode would not be STATE_ENTRY
in CalculateSchedulingLowerBound()
482
if (acc.
IsState
(predState) ||
in Print()
494
if (acc.
IsState
(succState) ||
in Print()
H
A
D
gate.cpp
88
if ((actual != OpCode::STATE_ENTRY) && (!gatePtr->meta_->
IsState
())) {
in CheckState()
297
if (!GetMetaData()->
IsState
()) {
in CheckStateOutput()
305
if (curOut->IsStateEdge() && meta->
IsState
()) {
in CheckStateOutput()
311
if (curOut->IsStateEdge() && meta->
IsState
()) {
in CheckStateOutput()
343
if (curOut->GetGateConst()->GetMetaData()->
IsState
() && curOut->IsStateEdge()) {
in CheckBranchOutput()
350
if (curOut->GetGateConst()->GetMetaData()->
IsState
() && curOut->IsStateEdge()) {
in CheckBranchOutput()
H
A
D
verifier.cpp
127
if (gateAcc.
IsState
(predGate) || circuit->GetOpCode(predGate) == OpCode::STATE_ENTRY) {
in RunCFGSoundnessCheck()
167
if (gateAcc.
IsState
(*use) && use.GetIndex() < gateAcc.GetStateCount(*use)) {
in RunCFGIsDAGCheck()
203
ASSERT(gateAcc.
IsState
(*use));
in RunCFGReducibilityCheck()
H
A
D
gate_accessor.cpp
925
if (GetMetaData(ref)->
IsState
()) {
in GetOutStates()
931
if (GetMetaData(ref)->
IsState
()) {
in GetOutStates()
1064
bool GateAccessor::
IsState
(GateRef gate) const
in IsState()
function in panda::ecmascript::kungfu::GateAccessor
1066
return GetMetaData(gate)->
IsState
();
in IsState()
1657
if (!
IsState
(*useIt)) {
in ReplaceInAfterInsert()
H
A
D
async_function_lowering.cpp
241
if (accessor_.
IsState
(use) && use != ifBranch) {
in ModifyStateInput()
H
A
D
share_gate_meta_data.cpp
90
bool GateMetaData::
IsState
() const
in IsState()
function in panda::ecmascript::kungfu::GateMetaData
H
A
D
graph_linearizer.cpp
55
ASSERT(acc_.
IsState
(input) || acc_.GetOpCode(input) == OpCode::STATE_ENTRY);
in Run()
103
if (acc_.IsStateIn(useIt) && acc_.
IsState
(*useIt) && acc_.GetMark(*useIt) == MarkCode::NO_MARK) {
in VisitStateGates()
H
A
D
share_gate_meta_data.h
160
bool
IsState
() const; // note:
IsState
(STATE_ENTRY) == false
H
A
D
gate_accessor.h
508
bool
IsState
(GateRef gate) const;
H
A
D
post_schedule.cpp
156
ASSERT(acc_.
IsState
(currentBBState));
in ReplaceBBState()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_ir_builder.cpp
263
if (!acc_.
IsState
(r)) {
in Build()
Completed in 21 milliseconds