Home
last modified time | relevance | path

Searched refs:MapleString (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dasm_info.h45 const MapleString &GetCmnt() const in GetCmnt()
50 const MapleString &GetAtobt() const in GetAtobt()
55 const MapleString &GetFile() const in GetFile()
60 const MapleString &GetSection() const in GetSection()
65 const MapleString &GetRodata() const in GetRodata()
70 const MapleString &GetGlobal() const in GetGlobal()
75 const MapleString &GetLocal() const in GetLocal()
80 const MapleString &GetWeak() const in GetWeak()
85 const MapleString &GetBss() const in GetBss()
90 const MapleString &GetComm() const in GetComm()
[all …]
Dobj_emit.h223 const MapleString &GetFuncName() const in GetFuncName()
296 MapleString switchTableName(name, &memPool); in SetSwitchTableOffset()
300 const MapleMap<MapleString, uint32> &GetSwitchTableOffset() const in GetSwitchTableOffset()
347 MapleMap<MapleString, uint32> switchTableOffset;
352 MapleString funcName;
405 void AddFuncSymbol(const MapleString &name, Word size, Address value);
507 MapleString fileName;
Dcfi.h227 const MapleString &GetStr() const in GetStr()
235 const MapleString str;
262 const MapleString &GetParentFunc() const in GetParentFunc()
272 const MapleString parentFunc;
Doptimize_common.h63 MapleString patternName;
65 MapleString dotColor;
Difile.h187 const MapleString &GetName() const in GetName()
211 MapleString name;
346 size_t AddString(const MapleString &str) in AddString()
Dinsn.h320 void SetComment(const MapleString &str) in SetComment()
325 const MapleString &GetComment() const in GetComment()
706 MapleString comment;
Dcg_irbuilder.h81 CommentOperand &CreateComment(const MapleString &s, MemPool *mp = nullptr);
Demit.h251 Emitter &Emit(const MapleString &str) in Emit()
Doperand.h1777 const MapleString &GetComment() const in GetComment()
1807 const MapleString comment;
Dcgfunc.h1355 const MapleString &GetShortFuncName() const in GetShortFuncName()
1648 const MapleString shortFuncName;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp19 MapleString::MapleString(const char *str, size_t size, MemPool *currMp) in MapleString() function in maple::MapleString
24 MapleString::MapleString(const char *str, MemPool *currMp) : MapleString(str, StrLen(str), currMp) … in MapleString() function in maple::MapleString
26 MapleString::MapleString(size_t size, MemPool *currMp) : MapleString(nullptr, size, currMp) {} in MapleString() function in maple::MapleString
28 MapleString::MapleString(const MapleString &str, MemPool *currMp) : MapleString(str.data, str.dataL… in MapleString() function in maple::MapleString
30 MapleString::MapleString(const MapleString &str) : MapleString(str, str.memPool) {} in MapleString() function in maple::MapleString
32 MapleString::MapleString(const std::string &str, MemPool *currMp) : MapleString(str.data(), str.len… in MapleString() function in maple::MapleString
34 char *MapleString::NewData(MemPool *memPool, const char *source, size_t len) in NewData()
50 void MapleString::clear() in clear()
56 size_t MapleString::find(const MapleString &str, size_t pos) const in find()
79 size_t MapleString::find(const char *str, size_t pos) const in find()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_string.h25 class MapleString {
27 MapleString() = default;
28 explicit MapleString(MemPool *currMp) : memPool(currMp) {} in MapleString() function
29 MapleString(const MapleString &str);
30 MapleString(const char *str, MemPool *memPool);
31 MapleString(const char *str, size_t size, MemPool *memPool); // copyin
32 MapleString(size_t size, MemPool *memPool);
33 MapleString(const MapleString &str, MemPool *memPool);
34 MapleString(const std::string &str, MemPool *memPool);
35 ~MapleString() = default;
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclone.h40 const MapleSet<MapleString> *GetTobeClonedFuncNames() const in GetTobeClonedFuncNames()
47 … return toBeClonedFuncNames.find(MapleString(funcName, memPool)) != toBeClonedFuncNames.end(); in IsInCloneList()
58 MapleSet<MapleString> toBeClonedFuncNames;
Dcall_graph.h566 MapleString fileName; // used for output dot file
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp152 CommentOperand &OperandBuilder::CreateComment(const MapleString &s, MemPool *mp) in CreateComment()
Dobj_emit.cpp151 void ObjEmitter::AddFuncSymbol(const MapleString &name, Word size, Address value) in AddFuncSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h129 MapleString name;
Daarch64_cgfunc.h513 Operand &CreateCommentOperand(const MapleString &s) const in CreateCommentOperand()
523 Operand &CreateStringOperand(const MapleString &s) const in CreateStringOperand()
696 Insn &CreateCommentInsn(const MapleString &comment) in CreateCommentInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h721 MapleVector<MapleString> &GetAsmDecls() in GetAsmDecls()
918 MapleVector<MapleString> asmDecls;
Dmir_nodes.h39 extern void EmitStr(const MapleString &mplStr);
4264 const MapleString &GetComment() const in GetComment()
4269 void SetComment(MapleString com) in SetComment()
4290 MapleString comment;
4358 MapleString asmString;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h471 MapleString fileName;
Dme_ir.h2966 MapleString asmString;
3389 const MapleString &GetComment() in GetComment()
3393 const MapleString &GetComment() const in GetComment()
3399 MapleString comment;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp198 MapleString newComment = ldrInsn.GetComment(); in GenerateMoveLiveInsn()
245 MapleString newComment = ldrInsn.GetComment(); in GenerateMoveDeadInsn()
320 MapleString newComment = ldrInsn->GetComment(); in DoLoadZeroToMoveTransfer()
Daarch64_dependence.cpp276 const MapleString &comment = firstNode.GetInsn()->GetComment(); in CombineMemoryAccessPair()
280 const MapleString &secondComment = secondNode.GetInsn()->GetComment(); in CombineMemoryAccessPair()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp246 for (const MapleString &funcName : *(replaceRetIgnored->GetTobeClonedFuncNames())) { in DoClone()

12