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:LoadGatePtrConst
(Results
1 - 5
of
5
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
circuit.cpp
181
LoadGatePtrConst
(gate)->Print();
in PrintAllGates()
190
LoadGatePtrConst
(gate)->PrintWithBytecode(GetComment(gate));
in PrintAllGatesWithBytecode()
198
out += Gate::GetGateSize(reinterpret_cast<const Out *>(
LoadGatePtrConst
(GateRef(out)))->GetIndex() + 1)) {
in GetAllGates()
199
auto gatePtr = reinterpret_cast<const Out *>(
LoadGatePtrConst
(GateRef(out)))->GetGateConst();
in GetAllGates()
219
const Gate *Circuit::
LoadGatePtrConst
(GateRef shift) const
in LoadGatePtrConst()
function in panda::ecmascript::kungfu::Circuit
240
const_cast<Gate *>(
LoadGatePtrConst
(gate))->SetMark(MarkCode::NO_MARK, 0);
in ResetAllGateTimeStamps()
251
return
LoadGatePtrConst
(gate)->GetMark(GetTime());
in GetMark()
256
const_cast<Gate *>(
LoadGatePtrConst
(gate))->SetMark(mark, GetTime());
in SetMark()
261
LoadGatePtrConst
(gate)->Verify(IsArch64(), methodName);
in Verify()
272
const Gate *curGate =
LoadGatePtrConst
(gat
in IsLoopHead()
[all...]
H
A
D
gate_accessor.h
636
if (circuit_->
LoadGatePtrConst
(gate)->IsFirstOutNull()) {
in ConstUseBegin()
639
auto use = circuit_->
LoadGatePtrConst
(gate)->GetFirstOutConst();
in ConstUseBegin()
650
if (circuit_->
LoadGatePtrConst
(gate)->IsFirstOutNull()) {
in UseBegin()
664
return ConstInsIterator(circuit_, &reinterpret_cast<const In *>(circuit_->
LoadGatePtrConst
(gate) + 1)[0]);
in ConstInBegin()
669
auto endIndex = circuit_->
LoadGatePtrConst
(gate)->GetNumIns();
in ConstInEnd()
671
&reinterpret_cast<const In *>(circuit_->
LoadGatePtrConst
(gate) + 1)[endIndex]);
in ConstInEnd()
681
auto endIndex = circuit_->
LoadGatePtrConst
(gate)->GetNumIns();
in InEnd()
774
return ConstInsIterator(circuit_, &reinterpret_cast<const In *>(circuit_->
LoadGatePtrConst
(gate) + 1)[0]);
in ConstInBegin()
779
auto endIndex = circuit_->
LoadGatePtrConst
(gate)->GetNumIns();
in ConstInEnd()
781
&reinterpret_cast<const In *>(circuit_->
LoadGatePtrConst
(gat
in ConstInEnd()
[all...]
H
A
D
verifier.cpp
42
reinterpret_cast<const Out *>(circuit->
LoadGatePtrConst
(GateRef(out)))->GetGateConst());
in RunDataIntegrityCheck()
54
reinterpret_cast<const Out *>(circuit->
LoadGatePtrConst
(GateRef(out)))->GetIndex() + 1);
in RunDataIntegrityCheck()
65
for (size_t idx = 0; idx < circuit->
LoadGatePtrConst
(gate)->GetNumIns(); idx++) {
in RunDataIntegrityCheck()
66
const In *curIn = circuit->
LoadGatePtrConst
(gate)->GetInConst(idx);
in RunDataIntegrityCheck()
79
const Gate *curGate = circuit->
LoadGatePtrConst
(gate);
in RunDataIntegrityCheck()
200
if (use.GetIndex() >= circuit->
LoadGatePtrConst
(*use)->GetStateCount()) {
in RunCFGReducibilityCheck()
H
A
D
circuit.h
307
const Gate *
LoadGatePtrConst
(GateRef shift) const;
310
return
LoadGatePtrConst
(gate)->GetMetaData();
in GetMetaData()
H
A
D
gate_accessor.cpp
877
const Gate *curGate = circuit_->
LoadGatePtrConst
(gate);
in GetInStates()
885
const Gate *curGate = circuit_->
LoadGatePtrConst
(gate);
in GetIns()
893
const Gate *curGate = circuit_->
LoadGatePtrConst
(gate);
in GetOuts()
908
const Gate *curGate = circuit_->
LoadGatePtrConst
(gate);
in HasOuts()
921
const Gate *curGate = circuit_->
LoadGatePtrConst
(gate);
in GetOutStates()
1401
ASSERT(idx < circuit_->
LoadGatePtrConst
(gate)->GetNumIns());
in DeleteIn()
1805
const Gate *curGate = circuit_->
LoadGatePtrConst
(argRoot);
in GetGlueFromArgList()
1829
return circuit_->
LoadGatePtrConst
(gate)->GetMetaData();
in GetMetaData()
1882
return circuit_->
LoadGatePtrConst
(g)->GetMetaData();
in GetMetaData()
Completed in 8 milliseconds