Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp56 const char* comment) in CallStub()
75 const char *comment) in CallCommonStub()
132 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call()
186 const char* comment) in CallBCHandler()
198 GateRef hir, const char* comment) in CallBuiltin()
215 const char* comment) in CallBuiltinWithArgv()
227 const char* comment) in CallBCDebugger()
239 GateRef hirGate, const char* comment) in CallRuntime()
257 …ilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) in CallRuntimeVarargs()
270 GateRef hirGate, const char* comment) in CallNGCRuntime()
[all …]
Dcircuit.cpp119 const GateRef inList[], GateType type, const char* comment) in NewGate()
151 …Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* comment) in NewGate()
157 const std::initializer_list<GateRef>& args, GateType type, const char* comment) in NewGate()
163 const std::vector<GateRef>& inList, GateType type, const char* comment) in NewGate()
168 …uit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const char* comment) in NewGate()
424 Circuit::ScopedComment::ScopedComment(std::string &&str, std::string_view *comment) in ScopedComment()
Dlcr_circuit_builder.cpp21 …rcuitBuilder::BinaryCmp(const GateMetaData* meta, GateRef left, GateRef right, const char* comment) in BinaryCmp()
92 … GateRef left, GateRef right, GateType gateType, const char* comment) in BinaryArithmetic()
165 GateRef CircuitBuilder::DoubleTrunc(GateRef gate, GateRef value, const char* comment) in DoubleTrunc()
Dpost_schedule.cpp433 …electBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment) in SelectBarrier()
501 std::string_view comment; in LoweringStoreWithBarrierAndPrepareScheduleGate() local
565 std::string_view comment; in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
Dlcr_circuit_builder.h350 GateRef CircuitBuilder::Equal(GateRef x, GateRef y, const char* comment) in Equal()
371 GateRef CircuitBuilder::NotEqual(GateRef x, GateRef y, const char* comment) in NotEqual()
Dbytecode_circuit_builder.cpp794 std::string comment = Deoptimizier::DisplayItems(DeoptType::INSUFFICIENTPROFILE); in NewDeopt() local
1195 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit() local
Dcircuit_builder.cpp72 const char* comment) in Branch()
240 uint32_t trueWeight, uint32_t falseWeight, const char* comment) in Branch()
349 std::string comment = Deoptimizier::DisplayItems(type); in DeoptCheck() local
Dgate.cpp866 static void DumpComment(std::ostringstream &oss, std::string_view comment) in DumpComment()
Dmcr_circuit_builder.cpp625 …ef CircuitBuilder::CallTargetCheck(GateRef gate, GateRef function, GateRef id, const char* comment) in CallTargetCheck()
631 const char* comment) in CallTargetCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_irbuilder.h52 void SetDebugComment(const MapleString* comment) in SetDebugComment()
Dinsn.h773 MapleString comment; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h225 void SetCurrentDebugComment(const std::string &comment) in SetCurrentDebugComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h451 Insn &CreateCommentInsn(const std::string &comment) in CreateCommentInsn()
458 Insn &CreateCommentInsn(const MapleString &comment) in CreateCommentInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h376 void EmitComment(std::string comment) in EmitComment()
Delf_assembler.h73 void EmitDebugComment(const char* comment) override {}; in EmitDebugComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp103 std::string comment = "SAVE CALLEE REGISTER PAIR"; in AppendInstructionPushPair() local
129 std::string comment = "SAVE CALLEE REGISTER"; in AppendInstructionPushSingle() local
Daarch64_emitter.cpp480 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
Daarch64_cgfunc.cpp3527 const std::string &comment = fsym->GetName(); in SelectCall() local
3615 void AArch64CGFunc::SelectComment(CommentNode &comment) in SelectComment()
4465 std::string comment = GetIntrinsicName(intrinsic); in SelectIntrinsicCall() local
Daarch64_peep.cpp888 MapleString comment = insn.GetComment(); in RemoveInsnAndKeepComment() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1181 std::string comment; in InsertCallerSave() local
1321 std::string comment = " SPILL vreg:" + std::to_string(regNO); in SpillOperand() local
1346 std::string comment = " RELOAD vreg" + std::to_string(regNO); in SpillOperand() local
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts1374 const comment: string = sourceFile.text.slice(range.pos, range.end).replace(/\s+/g, ''); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp265 void LMIRBuilder::SetCurrentDebugComment(const std::string& comment) in SetCurrentDebugComment()
508 Stmt &LMIRBuilder::Comment(std::string comment) in Comment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp73 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment()
Dasm_assembler.cpp373 void AsmAssembler::EmitDebugComment(const char* comment) in EmitDebugComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1313 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetFunction() local
1442 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetCallee() local

12