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:GetGateRef
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
circuit.cpp
140
allGates_.push_back(
GetGateRef
(newGate));
in NewGate()
142
GateRef result =
GetGateRef
(newGate);
in NewGate()
201
gateList.push_back(
GetGateRef
(gatePtr));
in GetAllGates()
206
GateRef Circuit::
GetGateRef
(const Gate *gate) const
in GetGateRef()
function in panda::ecmascript::kungfu::Circuit
313
return
GetGateRef
(curGate->GetInGateConst(idx));
in GetIn()
334
result.push_back(
GetGateRef
(curOut->GetGateConst()));
in GetOutVector()
337
result.push_back(
GetGateRef
(curOut->GetGateConst()));
in GetOutVector()
H
A
D
gate_accessor.h
102
return circuit_->
GetGateRef
(out_->GetGateConst());
in operator *()
159
return circuit_->
GetGateRef
(out_->GetGate());
in operator *()
219
return circuit_->
GetGateRef
(in_->GetGateConst());
in operator *()
261
return circuit_->
GetGateRef
(in_->GetGate());
in operator *()
708
return circuit_->
GetGateRef
(in_->GetGateConst());
in operator *()
H
A
D
verifier.cpp
40
GateRef gate = circuit->
GetGateRef
(
in RunDataIntegrityCheck()
72
if (gatesSet.count(circuit->
GetGateRef
(curIn->GetGateConst())) == 0) {
in RunDataIntegrityCheck()
87
if (gatesSet.count(circuit->
GetGateRef
(curOut->GetGateConst())) == 0) {
in RunDataIntegrityCheck()
100
if (gatesSet.count(circuit->
GetGateRef
(curOut->GetGateConst())) == 0) {
in RunDataIntegrityCheck()
H
A
D
gate_accessor.cpp
879
ins.push_back(circuit_->
GetGateRef
(curGate->GetInGateConst(idx)));
in GetInStates()
887
ins.push_back(circuit_->
GetGateRef
(curGate->GetInGateConst(idx)));
in GetIns()
896
GateRef ref = circuit_->
GetGateRef
(curOut->GetGateConst());
in GetOuts()
900
ref = circuit_->
GetGateRef
(curOut->GetGateConst());
in GetOuts()
924
GateRef ref = circuit_->
GetGateRef
(curOut->GetGateConst());
in GetOutStates()
930
ref = circuit_->
GetGateRef
(curOut->GetGateConst());
in GetOutStates()
1812
return circuit_->
GetGateRef
(curOut->GetGateConst());
in GetGlueFromArgList()
H
A
D
circuit.h
276
GateRef
GetGateRef
(const Gate *gate) const;
Completed in 9 milliseconds