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:GetComment
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
debug_info.cpp
76
const std::string &DebugInfo::
GetComment
(const std::string &funcName, size_t index) const
in GetComment()
function in panda::ecmascript::kungfu::DebugInfo
83
return info->
GetComment
(index);
in GetComment()
88
const std::string &DebugInfo::
GetComment
(size_t index) const
in GetComment()
function in panda::ecmascript::kungfu::DebugInfo
92
return info->
GetComment
(index);
in GetComment()
H
A
D
debug_info.h
33
const std::string &
GetComment
(const std::string &funcName, size_t index) const;
34
const std::string &
GetComment
(size_t index) const;
76
const std::string &
GetComment
(size_t index)
in GetComment()
function in panda::ecmascript::kungfu::DebugInfo::FuncDebugInfo
H
A
D
circuit.cpp
97
std::string_view Circuit::
GetComment
(GateRef gate) const
in GetComment()
function in panda::ecmascript::kungfu::Circuit
106
return debugInfo_->
GetComment
(index);
in GetComment()
190
LoadGatePtrConst(gate)->PrintWithBytecode(
GetComment
(gate));
in PrintAllGatesWithBytecode()
H
A
D
circuit.h
272
std::string_view
GetComment
(GateRef gate) const;
H
A
D
gate_accessor.cpp
788
auto comment = circuit_->
GetComment
(gate);
in Print()
804
gatePtr->PrintWithBytecode(circuit_->
GetComment
(gate));
in PrintById()
814
gatePtr->PrintWithBytecode(circuit_->
GetComment
(gate));
in PrintWithBytecode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_emitter.cpp
481
const char *comment = insn.
GetComment
().c_str();
in EmitAArch64Insn()
526
MapleString asmStr = static_cast<StringOperand &>(insn.GetOperand(kAsmStringOpnd)).
GetComment
();
in EmitInlineAsm()
558
const char *prefix = list6.stringList[val]->
GetComment
().c_str();
in EmitInlineAsm()
566
const char *prefix = list7.stringList[val]->
GetComment
().c_str();
in EmitInlineAsm()
569
for (size_t k = 1; k < list7.stringList[val]->
GetComment
().length(); ++k) {
in EmitInlineAsm()
588
isAddr = IsMemAccess(list6.stringList[val]->
GetComment
().c_str()[0]);
in EmitInlineAsm()
594
DEBUG_ASSERT(list7.stringList[val]->
GetComment
().c_str() != nullptr,
in EmitInlineAsm()
595
"list7
GetComment
.c_str should not be nullptr");
in EmitInlineAsm()
596
isAddr = IsMemAccess(list7.stringList[val]->
GetComment
().c_str()[0]);
in EmitInlineAsm()
H
A
D
aarch64_insn.cpp
352
(void)emitter.Emit(v->
GetComment
());
in Visit()
566
LogInfo::MapleLogger() << " #" << v->
GetComment
();
in Visit()
H
A
D
aarch64_peep.cpp
866
MapleString comment = insn.
GetComment
();
in RemoveInsnAndKeepComment()
870
comment = prevInsn.
GetComment
();
in RemoveInsnAndKeepComment()
H
A
D
aarch64_cgfunc.cpp
3651
GetCurBB()->AppendInsn(CreateCommentInsn(comment.
GetComment
()));
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
insn.h
363
const MapleString &
GetComment
() const
in GetComment()
function in maplebe::Insn
H
A
D
operand.h
1841
const MapleString &
GetComment
() const
in GetComment()
function in maplebe::MemOperand::CommentOperand
1892
LogInfo::MapleLogger() << "(" << str->
GetComment
().c_str() << ")";
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
cgbb.cpp
76
newInsn.SetComment(insn.
GetComment
());
in ReplaceInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_cgfunc.cpp
487
LogInfo::MapleLogger() << ":#" << v->
GetComment
();
in Visit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_codegen.cpp
689
debugInfo += module->GetDebugInfo()->
GetComment
(funcName, info.Line - 1);
in GetCalleeReg2Offset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H
A
D
mir_nodes.h
2558
const MapleString &
GetComment
() const
Completed in 32 milliseconds