Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 25 of 34) 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()
182 const char* comment) in CallBCHandler()
194 GateRef hir, const char* comment) in CallBuiltin()
211 const char* comment) in CallBuiltinWithArgv()
223 const char* comment) in CallBCDebugger()
235 GateRef hirGate, const char* comment) in CallRuntime()
253 …ilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* comment) in CallRuntimeVarargs()
266 GateRef hirGate, const char* comment) in CallNGCRuntime()
[all …]
Dcircuit.cpp124 const GateRef inList[], GateType type, const char* comment) in NewGate()
156 …Circuit::NewGate(const GateMetaData *meta, const std::vector<GateRef> &inList, const char* comment) in NewGate()
162 const std::initializer_list<GateRef>& args, GateType type, const char* comment) in NewGate()
168 const std::vector<GateRef>& inList, GateType type, const char* comment) in NewGate()
173 …uit::NewGate(const GateMetaData *meta, MachineType machineType, GateType type, const char* comment) in NewGate()
429 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()
221 GateRef CircuitBuilder::DoubleTrunc(GateRef glue, GateRef gate, GateRef value, const char* comment) in DoubleTrunc()
Dpost_schedule.cpp617 …electBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment) in SelectBarrier()
693 std::string_view comment; in LoweringStoreWithBarrierAndPrepareScheduleGate() local
727 std::string_view comment; in LoweringStoreWithBarrierAndPrepareScheduleGate() local
820 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()
Dcircuit_builder.cpp73 const char* comment) in Branch()
172 std::string comment = "is_js_cow_array"; in IsJsCOWArray() local
262 uint32_t trueWeight, uint32_t falseWeight, const char* comment) in Branch()
371 std::string comment = Deoptimizier::DisplayItems(type); in DeoptCheck() local
564 std::string comment = "HasPendingExceptionIntrinsic"; in HasPendingException() local
Dbytecode_circuit_builder.cpp799 std::string comment = Deoptimizier::DisplayItems(DeoptType::INSUFFICIENTPROFILE); in NewDeopt() local
1192 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit() local
Dgate.cpp870 static void DumpComment(std::ostringstream &oss, std::string_view comment) in DumpComment()
Dmcr_circuit_builder.h76 std::string comment = "tagged_obj_is_string_intrinsic"; in TaggedObjectIsString() local
Dmcr_circuit_builder.cpp705 …ef CircuitBuilder::CallTargetCheck(GateRef gate, GateRef function, GateRef id, const char* comment) in CallTargetCheck()
711 const char* comment) in CallTargetCheck()
734 const char* comment) in InlineSuperCtorCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_irbuilder.h55 void SetDebugComment(const MapleString* comment) in SetDebugComment()
Dinsn.h773 MapleString comment; variable
/arkcompiler/ets_frontend/ets2panda/ir/
DjsDocAllowed.h27 util::StringView comment; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h226 void SetCurrentDebugComment(const std::string &comment) in SetCurrentDebugComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h464 Insn &CreateCommentInsn(const std::string &comment) in CreateCommentInsn()
471 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.cpp488 const char *comment = insn.GetComment().c_str(); in EmitAArch64Insn() local
Daarch64_cgfunc.cpp3541 const std::string &comment = fsym->GetName(); in SelectCall() local
3629 void AArch64CGFunc::SelectComment(CommentNode &comment) in SelectComment()
4477 std::string comment = GetIntrinsicName(intrinsic); in SelectIntrinsicCall() local
4496 const std::string &comment = fsym->GetName(); in SelectDeoptCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1192 std::string comment; in InsertCallerSave() local
1332 std::string comment = " SPILL vreg:" + std::to_string(regNO); in SpillOperand() local
1357 std::string comment = " RELOAD vreg" + std::to_string(regNO); in SpillOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp266 void LMIRBuilder::SetCurrentDebugComment(const std::string& comment) in SetCurrentDebugComment()
519 Stmt &LMIRBuilder::Comment(std::string comment) in Comment()
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts1462 const comment: string = sourceFile.text.slice(range.pos, range.end).replace(/\s+/g, ''); constant
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h134 char *comment; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp119 void X64CGFunc::SelectComment(CommentNode &comment) in SelectComment()

12