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:GetDesc
(Results
1 - 17
of
17
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
jit_fort_memdesc.h
141
return
GetDesc
();
in GetDescFromPool()
162
MemDesc *
GetDesc
();
H
A
D
jit_fort.cpp
368
MemDesc *MemDescPool::
GetDesc
()
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
pandargs_test.cpp
181
std::string ref_string = "--" + PAB.GetName() + ": " + PAB.
GetDesc
() + "\n";
in HWTEST()
182
ref_string += "--" + PALD.GetName() + ": " + PALD.
GetDesc
() + "\n";
in HWTEST()
183
ref_string += "--" + PAD.GetName() + ": " + PAD.
GetDesc
() + "\n";
in HWTEST()
184
ref_string += "--" + PAI.GetName() + ": " + PAI.
GetDesc
() + "\n";
in HWTEST()
185
ref_string += "--" + PAL.GetName() + ": " + PAL.
GetDesc
() + "\n";
in HWTEST()
186
ref_string += "--" + PAIR.GetName() + ": " + PAIR.
GetDesc
() + "\n";
in HWTEST()
187
ref_string += "--" + PAUR32.GetName() + ": " + PAUR32.
GetDesc
() + "\n";
in HWTEST()
188
ref_string += "--" + PAUR64.GetName() + ": " + PAUR64.
GetDesc
() + "\n";
in HWTEST()
189
ref_string += "--" + PAS.GetName() + ": " + PAS.
GetDesc
() + "\n";
in HWTEST()
190
ref_string += "--" + PAU32.GetName() + ": " + PAU32.
GetDesc
()
in HWTEST()
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
pandargs_test.cpp
160
std::string refString = "--" + pab.GetName() + ": " + pab.
GetDesc
() + "\n";
in TEST()
161
refString += "--" + pald.GetName() + ": " + pald.
GetDesc
() + "\n";
in TEST()
162
refString += "--" + pad.GetName() + ": " + pad.
GetDesc
() + "\n";
in TEST()
163
refString += "--" + pai.GetName() + ": " + pai.
GetDesc
() + "\n";
in TEST()
164
refString += "--" + pal.GetName() + ": " + pal.
GetDesc
() + "\n";
in TEST()
165
refString += "--" + pair.GetName() + ": " + pair.
GetDesc
() + "\n";
in TEST()
166
refString += "--" + paur32.GetName() + ": " + paur32.
GetDesc
() + "\n";
in TEST()
167
refString += "--" + paur64.GetName() + ": " + paur64.
GetDesc
() + "\n";
in TEST()
168
refString += "--" + pas.GetName() + ": " + pas.
GetDesc
() + "\n";
in TEST()
169
refString += "--" + pau32.GetName() + ": " + pau32.
GetDesc
()
in TEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_obj_emitter.cpp
621
uint32 immSize = insn.
GetDesc
()->GetOpndDes(kInsnSecondOpnd)->GetSize();
750
uint32 regSize = insn.
GetDesc
()->GetOpndDes(kInsnSecondOpnd)->GetSize();
807
uint32 mod = insn.
GetDesc
()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */
824
uint32 mod = insn.
GetDesc
()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */
833
uint32 mod = insn.
GetDesc
()->GetOpndDes(kInsnFirstOpnd)->GetSize(); /* 64 & 32 from ARMv8 manual C5.6.114 */
1121
uint32 regSize = insn.
GetDesc
()->GetOpndDes(kInsnFirstOpnd)->GetSize();
1176
uint32 size = insn.
GetDesc
()->GetOpndDes(kInsnSecondOpnd)->GetSize();
1187
if (insn.
GetDesc
()->GetEncodeType() == kLoadStoreFloat) {
1193
if (insn.
GetDesc
()->GetEncodeType() == kLoadStoreFloat) {
1310
if (insn.
GetDesc
()
[all...]
H
A
D
aarch64_peep.cpp
348
if (!insn.
GetDesc
()->GetOpndDes(i)->IsRegDef()) {
in CheckOperandIsDeadFromInsn()
428
const uint32 regSize = insn.
GetDesc
()->GetOpndDes(kInsnFirstOpnd)->GetSize();
in OptimizeAddrBOrXShiftExtend()
1124
auto *regProp = nextInsn->
GetDesc
()->opndMD[opndIdx];
in Run()
1148
const InsnDesc *md = nextInsn->
GetDesc
();
in CheckCondition()
2072
const InsnDesc *md = insn->
GetDesc
();
in DefInsnOfOperandInBB()
2175
const InsnDesc *md = insn->
GetDesc
();
in FlagUsedLaterInCurBB()
H
A
D
aarch64_emitter.cpp
323
const InsnDesc *md = insn.
GetDesc
();
in EmitAArch64Insn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
peep.cpp
71
const InsnDesc *md = nextInsn->
GetDesc
();
in IfOperandIsLiveAfterInsn()
169
const InsnDesc *md = insn->
GetDesc
();
in IsOpndLiveinBB()
284
const InsnDesc *md = nextInsn->
GetDesc
();
in IfOperandIsLiveAfterInsn()
382
const InsnDesc *md = insn->
GetDesc
();
in IsOpndLiveinBB()
H
A
D
standardize.cpp
53
LogInfo::MapleLogger() << "Need STDZ function for " << insn->
GetDesc
()->GetName() << "\n";
in DoStandardize()
H
A
D
obj_emit.cpp
74
if (insn->
GetDesc
()->IsIntrinsic()) {
in EmitInstructions()
76
} else if (insn->
GetDesc
()->IsSpecialIntrinsic()) {
in EmitInstructions()
H
A
D
reg_alloc_lsra.cpp
684
const InsnDesc *md = insn.
GetDesc
();
in ComputeLiveIntervalForEachOperand()
898
const InsnDesc *md = insn->
GetDesc
();
in LiveIntervalAnalysis()
1728
const InsnDesc *md = insn.
GetDesc
();
in FinalizeUseRegisters()
1775
const InsnDesc *md = insn.
GetDesc
();
in FinalizeUseDefRegisters()
1794
const InsnDesc *md = insn.
GetDesc
();
in FinalizeDefRegisters()
1889
const InsnDesc *md = insn->
GetDesc
();
in SetStackMapDerivedInfo()
H
A
D
live.cpp
207
const InsnDesc *md = insn->
GetDesc
();
in GetBBDefUse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_standardize.cpp
75
uint32 OpndDesSize = insn.
GetDesc
()->GetOpndDes(kInsnFirstOpnd)->GetSize();
in StdzCvtOp()
77
uint32 OpndSrcSize = insn.
GetDesc
()->GetOpndDes(kInsnSecondOpnd)->GetSize();
in StdzCvtOp()
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
pandargs.h
62
std::string
GetDesc
() const
in GetDesc()
function in panda::PandArgBase
361
helpstr << DOUBLE_DASH << i->GetName() << ": " << i->
GetDesc
() << "\n";
in GetHelpString()
364
helpstr << " " << sub_arg->GetName() << ": " << sub_arg->
GetDesc
() << "\n";
in GetHelpString()
367
helpstr << DOUBLE_DASH << i->GetName() << ": " << i->
GetDesc
() << "\n";
in GetHelpString()
373
helpstr << i->GetName() << ": " << i->
GetDesc
() << "\n";
in GetHelpString()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
pandargs.h
64
std::string
GetDesc
() const
in GetDesc()
function in ark::PandArgBase
359
helpstr << DOUBLE_DASH << i->GetName() << ": " << i->
GetDesc
() << "\n";
in GetHelpString()
362
helpstr << " " << subArg->GetName() << ": " << subArg->
GetDesc
() << "\n";
in GetHelpString()
365
helpstr << DOUBLE_DASH << i->GetName() << ": " << i->
GetDesc
() << "\n";
in GetHelpString()
371
helpstr << i->GetName() << ": " << i->
GetDesc
() << "\n";
in GetHelpString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
insn.h
618
const InsnDesc *
GetDesc
() const
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H
A
D
aarch64_mop_split.h
395
uint32 bitLen = insn->
GetDesc
()->GetOpndDes(idx)->GetSize();
in LoadStoreInsnSplit()
Completed in 24 milliseconds