Home
last modified time | relevance | path

Searched defs:comments (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Ddata_dep_base.cpp19 void DataDepBase::ProcessNonMachineInsn(Insn &insn, MapleVector<Insn *> &comments, MapleVector<DepN… in ProcessNonMachineInsn()
225 MapleVector<Insn *> &comments) in GenerateDepNode()
Ddata_dep_analysis.cpp26 MapleVector<Insn *> comments(interAlloc.Adapter()); in Run() local
Demit.cpp1645 std::string comments; in EmitIntConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_dependence.cpp950 const MapleVector<Insn *> &comments) in GenerateDepNode()
1082 MapleVector<Insn *> comments(alloc.Adapter()); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_cdg.h431 void CopyAndClearComments(MapleVector<Insn *> &comments) in CopyAndClearComments()
Ddeps.h850 MapleVector<Insn *> comments; variable