Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp57 const char* comment) in CallStub()
75 bool isNew, const char* comment) in CallBuiltinRuntime()
96 const char* comment) in CallBuiltinRuntimeWithNewTarget()
114 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call()
164 const char* comment) in CallBCHandler()
176 const char* comment) in CallBuiltin()
188 const char* comment) in CallBuiltinWithArgv()
200 const char* comment) in CallBCDebugger()
212 GateRef hirGate, const char* comment) in CallRuntime()
230 …ilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) in CallRuntimeVarargs()
[all …]
Dcircuit.cpp108 const GateRef inList[], GateType type, const char* comment) in NewGate()
135 …Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* comment) in NewGate()
141 const std::initializer_list<GateRef>& args, GateType type, const char* comment) in NewGate()
147 const std::vector<GateRef>& inList, GateType type, const char* comment) in NewGate()
152 …uit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const char* comment) in NewGate()
Dlcr_circuit_builder.cpp21 …rcuitBuilder::BinaryCmp(const GateMetaData* meta, GateRef left, GateRef right, const char* comment) in BinaryCmp()
83 … GateRef left, GateRef right, GateType gateType, const char* comment) in BinaryArithmetic()
Dlcr_circuit_builder.h321 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
342 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()
Dcircuit_builder.cpp78 const char* comment) in Branch()
306 std::string comment = Deoptimizier::DisplayItems(type); in DeoptCheck() local
Dlitecg_ir_builder.cpp857 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetFunction() local
984 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetCallee() local
Dcall_signature.cpp1765 CallSignature comment("Comment", 0, 1, in DEF_CALL_SIGNATURE() local
Dstub_builder-inl.h260 bool isNew, const char* comment) in CallBuiltinRuntime()
267 const char* comment) in CallBuiltinRuntimeWithNewTarget()
Dmcr_circuit_builder.cpp491 …er::CallTargetCheck(GateRef gate, GateRef function, GateRef id, GateRef param, const char* comment) in CallTargetCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_reg_info.cpp165 Insn *X64RegInfo::BuildCommentInsn(const std::string &comment) in BuildCommentInsn()
Dx64_cgfunc.cpp256 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_info.cpp153 Insn *AArch64RegInfo::BuildCommentInsn(const std::string &comment) in BuildCommentInsn()
Daarch64_color_ra.cpp3093 …std::string comment = " SPILL for spill vreg: " + std::to_string(regNO) + " op:" + kOpcodeInfo.Get… in SpillOperandForSpillPre() local
3115 std::string comment = " REMATERIALIZE for spill vreg: " + std::to_string(regNO); in SpillOperandForSpillPost() local
3154 std::string comment = in SpillOperandForSpillPost() local
3268 …std::string comment = " SPILL vreg: " + std::to_string(regNO) + " op:" + kOpcodeInfo.GetName(lr->G… in SpillOperand() local
3299 std::string comment; in SpillOperand() local
4085 std::string comment = " REMATERIALIZE color vreg: " + std::to_string(vregno); in CreateSpillFillCode() local
4103 std::string comment = in CreateSpillFillCode() local
4114 std::string comment = in CreateSpillFillCode() local
Daarch64_proepilog.cpp887 std::string comment = "SAVE CALLEE REGISTER PAIR"; in AppendInstructionPushPair() local
919 std::string comment = "SAVE CALLEE REGISTER"; in AppendInstructionPushSingle() local
Daarch64_schedule.cpp1110 for (auto comment : node->GetComments()) { in FinalizeScheduling() local
Daarch64_dependence.cpp276 const MapleString &comment = firstNode.GetInsn()->GetComment(); in CombineMemoryAccessPair() local
Daarch64_emitter.cpp823 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h362 void EmitComment(std::string comment) in EmitComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h689 Insn &CreateCommentInsn(const std::string &comment) in CreateCommentInsn()
696 Insn &CreateCommentInsn(const MapleString &comment) in CreateCommentInsn()
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1687 for (const comment of leadingComments) { constant
1700 for (const comment of trailingComments) { constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts2009 for (const comment of leadingComments) { constant
2021 for (const comment of trailingComments) { constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1486 std::string comment; in InsertCallerSave() local
1647 std::string comment = " SPILL vreg:" + std::to_string(regNO); in SpillOperand() local
1673 std::string comment = " RELOAD vreg" + std::to_string(regNO); in SpillOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp92 … GateRef numArgs, GateRef func, GateRef newTarget, const char* comment) in CallSlowPath()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h706 MapleString comment; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp620 Stmt &LMIRBuilder::Comment(std::string comment) in Comment()

12