Home
last modified time | relevance | path

Searched refs:MapleString (Results 1 – 25 of 35) 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 …]
Dcg_irbuilder.h54 void SetDebugComment(const MapleString* comment) in SetDebugComment()
73 const MapleString *currDedugComment { nullptr };
102 CommentOperand &CreateComment(const MapleString &s, MemPool *mp = nullptr);
Dobj_emit.h241 const MapleString &GetFuncName() const in GetFuncName()
337 MapleString switchTableName(name, &memPool); in SetSwitchTableOffset()
341 const MapleMap<MapleString, uint32> &GetSwitchTableOffset() const in GetSwitchTableOffset()
388 MapleMap<MapleString, uint32> switchTableOffset;
393 MapleString funcName;
446 void AddFuncSymbol(const MapleString &name, Word size, Address value);
550 MapleString fileName;
Dcfi.h257 const MapleString &GetStr() const in GetStr()
265 const MapleString str;
297 const MapleString &GetParentFunc() const in GetParentFunc()
307 const MapleString parentFunc;
Dinsn.h388 void SetComment(const MapleString &str) in SetComment()
393 const MapleString &GetComment() const in GetComment()
403 void SetDebugComment(const MapleString *str) in SetDebugComment()
408 const MapleString *GetDebugComment() const in GetDebugComment()
808 const MapleString *debugComment = nullptr;
809 MapleString comment;
Doptimize_common.h70 MapleString patternName;
72 MapleString dotColor;
Difile.h188 const MapleString &GetName() const in GetName()
212 MapleString name;
347 size_t AddString(const MapleString &str) in AddString()
Doperand.h1544 const MapleString &GetParentFunc() const in GetParentFunc()
1593 const MapleString parentFunc;
1891 const MapleString &GetComment() const in GetComment()
1926 const MapleString comment;
Demit.h255 Emitter &Emit(const MapleString &str) in Emit()
Dcg.h216 MapleString name;
/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/include/cg/aarch64/
Daarch64_emitter.h47 const MapleString *currDebugComment { nullptr };
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_emitter.h79 const MapleString *currDebugComment { nullptr };
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp60 MapleString newComment = ldrInsn.GetComment(); in GenerateMoveLiveInsn()
107 MapleString newComment = ldrInsn.GetComment(); in GenerateMoveDeadInsn()
182 MapleString newComment = ldrInsn->GetComment(); in DoLoadZeroToMoveTransfer()
Daarch64_dependence.cpp277 const MapleString &comment = firstNode.GetInsn()->GetComment(); in CombineMemoryAccessPair()
281 const MapleString &secondComment = secondNode.GetInsn()->GetComment(); in CombineMemoryAccessPair()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h718 MapleVector<MapleString> &GetAsmDecls() in GetAsmDecls()
925 MapleVector<MapleString> asmDecls;
Dmir_nodes.h39 extern void EmitStr(const MapleString &mplStr);
220 void SetDebugComment(const MapleString* str) in SetDebugComment()
225 const MapleString* GetDebugComment() const in GetDebugComment()
231 const MapleString* debugComment {nullptr};
4284 const MapleString &GetComment() const in GetComment()
4289 void SetComment(MapleString com) in SetComment()
4310 MapleString comment;
4378 MapleString asmString;
Dmir_function.h1553 const MapleString* AddNewDebugComment(const std::string& dbgComment) in AddNewDebugComment()
1665 MapleList<MapleString> debugComments {module->GetMPAllocator().Adapter()};
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h471 MapleString fileName;
Dme_ir.h2971 MapleString asmString;
3394 const MapleString &GetComment() in GetComment()
3398 const MapleString &GetComment() const in GetComment()
3404 MapleString comment;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp192 CommentOperand &OperandBuilder::CreateComment(const MapleString &s, MemPool *mp) in CreateComment()
Dobj_emit.cpp163 void ObjEmitter::AddFuncSymbol(const MapleString &name, Word size, Address value) in AddFuncSymbol()

12