Home
last modified time | relevance | path

Searched refs:IsComment (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/parse/
H A Dconfig_parse.cpp42 static bool IsComment(const PandaString &s) in IsComment() function
58 if (!IsComment(s)) { in HandleLine()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp128 bool Insn::IsComment() const in IsComment() function in maplebe::Insn
135 return IsComment(); in IsImmaterialInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h246 bool IsComment() const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp325 if (!GetCG()->GenerateVerboseAsm() && !GetCG()->GenerateVerboseCG() && insn.IsComment()) { in EmitAArch64Insn()
480 if (GetCG()->GenerateVerboseCG() || (GetCG()->GenerateVerboseAsm() && insn.IsComment())) { in EmitAArch64Insn()

Completed in 5 milliseconds