| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 56 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 …]
|
| D | circuit.cpp | 119 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()
|
| D | lcr_circuit_builder.cpp | 21 …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()
|
| D | post_schedule.cpp | 433 …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
|
| D | lcr_circuit_builder.h | 350 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()
|
| D | bytecode_circuit_builder.cpp | 794 std::string comment = Deoptimizier::DisplayItems(DeoptType::INSUFFICIENTPROFILE); in NewDeopt() local 1195 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit() local
|
| D | circuit_builder.cpp | 72 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
|
| D | gate.cpp | 866 static void DumpComment(std::ostringstream &oss, std::string_view comment) in DumpComment()
|
| D | mcr_circuit_builder.cpp | 625 …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/ |
| D | cg_irbuilder.h | 52 void SetDebugComment(const MapleString* comment) in SetDebugComment()
|
| D | insn.h | 773 MapleString comment; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_builder.h | 225 void SetCurrentDebugComment(const std::string &comment) in SetCurrentDebugComment()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 451 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/ |
| D | asm_assembler.h | 376 void EmitComment(std::string comment) in EmitComment()
|
| D | elf_assembler.h | 73 void EmitDebugComment(const char* comment) override {}; in EmitDebugComment()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_proepilog.cpp | 103 std::string comment = "SAVE CALLEE REGISTER PAIR"; in AppendInstructionPushPair() local 129 std::string comment = "SAVE CALLEE REGISTER"; in AppendInstructionPushSingle() local
|
| D | aarch64_emitter.cpp | 480 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
|
| D | aarch64_cgfunc.cpp | 3527 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
|
| D | aarch64_peep.cpp | 888 MapleString comment = insn.GetComment(); in RemoveInsnAndKeepComment() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 1181 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/ |
| D | ApiExtractor.ts | 1374 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/ |
| D | lmir_builder.cpp | 265 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/ |
| D | x64_cgfunc.cpp | 73 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment()
|
| D | asm_assembler.cpp | 373 void AsmAssembler::EmitDebugComment(const char* comment) in EmitDebugComment()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1313 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetFunction() local 1442 Stmt &comment = lmirBuilder_->Comment("function: " + name); in GetCallee() local
|