Home
last modified time | relevance | path

Searched refs:GetDebugComment (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h408 const MapleString *GetDebugComment() const in GetDebugComment() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp288 auto dbgComment = insn->GetDebugComment(); in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp655 cgFunc->GetInsnBuilder()->SetDebugComment(stmt->GetDebugComment()); in doMPIS()
Dcgfunc.cpp2011 GetInsnBuilder()->SetDebugComment(stmt->GetDebugComment()); in GenerateInstruction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp260 auto dbgComment = insn.GetDebugComment(); in EmitInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h225 const MapleString* GetDebugComment() const in GetDebugComment() function