/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | asm_info.h | 45 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 [all...] |
H A D | obj_emit.h | 240 const MapleString &GetFuncName() const in GetFuncName() 336 MapleString switchTableName(name, &memPool); in SetSwitchTableOffset() 340 const MapleMap<MapleString, uint32> &GetSwitchTableOffset() const in GetSwitchTableOffset() 387 MapleMap<MapleString, uint32> switchTableOffset; 392 MapleString funcName; 443 void AddFuncSymbol(const MapleString &name, Word size, Address value); 543 MapleString fileName;
|
H A D | insn.h | 358 void SetComment(const MapleString &str) in SetComment() 363 const MapleString &GetComment() const in GetComment() 373 void SetDebugComment(const MapleString *str) in SetDebugComment() 378 const MapleString *GetDebugComment() const in GetDebugComment() 772 const MapleString *debugComment = nullptr; 773 MapleString comment;
|
H A D | cfi.h | 252 const MapleString &GetStr() const in GetStr() 260 const MapleString str; 292 const MapleString &GetParentFunc() const in GetParentFunc() 302 const MapleString parentFunc;
|
H A D | optimize_common.h | 64 MapleString patternName; 66 MapleString dotColor;
|
H A D | cg_irbuilder.h | 52 void SetDebugComment(const MapleString* comment) in SetDebugComment() 71 const MapleString *currDedugComment { nullptr };
|
H A D | ifile.h | 188 const MapleString &GetName() const in GetName() 212 MapleString name; 347 size_t AddString(const MapleString &str) in AddString()
|
H A D | cg.h | 184 MapleString name;
|
H A D | operand.h | 1494 const MapleString &GetParentFunc() const in GetParentFunc() 1543 const MapleString parentFunc; 1841 const MapleString &GetComment() const in GetComment() 1876 const MapleString comment;
|
H A D | emit.h | 245 Emitter &Emit(const MapleString &str) in Emit()
|
H A D | cgfunc.h | 863 const MapleString &GetShortFuncName() const in GetShortFuncName() 1167 const MapleString shortFuncName;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
H A D | maple_string.h | 25 class MapleString { class 27 MapleString() = default; 28 explicit MapleString(MemPool *currMp) : memPool(currMp) {} in MapleString() function in maple::MapleString 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 [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/ |
H A D | maple_string.cpp | 19 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(cons function in maple::MapleString 30 MapleString::MapleString(const MapleString &str) : MapleString(str, str.memPool) {} MapleString() function in maple::MapleString 32 MapleString::MapleString(const std::string &str, MemPool *currMp) : MapleString(str.data(), str.length(), currMp) {} MapleString() function in maple::MapleString [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mempool/ |
H A D | maple_string_test.cpp | 30 MapleString ms_obj(testStr, &memPool1), findCase2("ob", &memPool2); in TEST() 57 MapleString ms_obj(testStr, &memPool1); in TEST() 78 MapleString ms_obj(testStr, &memPool1); in TEST() 96 MapleString ms_obj(testStr, &memPool1); in TEST() 111 MapleString ms_obj(testStr, &memPool1), ans(testStr, &memPool2); in TEST() 123 MapleString ms_obj1(testStr1, &memPool1), ms_obj2(testStr2, &memPool2), ms_obj3(testStr3, &memPool3); in TEST() 137 MapleString ms_obj1(testStr1, &memPool1); in TEST() 149 MapleString ms_obj1(testStr1, &memPool1), ms_obj2(testStr2, &memPool2); in TEST() 161 // test method: insert(size_t pos, const MapleString &str) in TEST() 176 MapleString ms_obj in TEST() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
H A D | x64_emitter.h | 59 const MapleString *currDebugComment { nullptr };
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_emitter.h | 47 const MapleString *currDebugComment { nullptr };
|
H A D | aarch64_cgfunc.h | 307 Operand &CreateCommentOperand(const MapleString &s) const in CreateCommentOperand() 443 Insn &CreateCommentInsn(const MapleString &comment) in CreateCommentInsn()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_module.h | 679 MapleVector<MapleString> &GetAsmDecls() in GetAsmDecls() 866 MapleVector<MapleString> asmDecls;
|
H A D | mir_nodes.h | 41 extern void EmitStr(const MapleString &mplStr); 202 void SetDebugComment(const MapleString* str) in SetDebugComment() 207 const MapleString* GetDebugComment() const in GetDebugComment() 213 const MapleString* debugComment {nullptr}; 2558 const MapleString &GetComment() const 2563 void SetComment(MapleString com) 2584 MapleString comment;
|
H A D | mir_function.h | 1394 const MapleString* AddNewDebugComment(const std::string& dbgComment) in AddNewDebugComment() 1504 MapleList<MapleString> debugComments {module->GetMPAllocator().Adapter()};
|
H A D | mir_builder.h | 252 const MapleString *currComment { nullptr };
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | obj_emit.cpp | 155 void ObjEmitter::AddFuncSymbol(const MapleString &name, Word size, Address value) in AddFuncSymbol()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_nodes.cpp | 706 void EmitStr(const MapleString &mplStr)
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_emitter.cpp | 526 MapleString asmStr = static_cast<StringOperand &>(insn.GetOperand(kAsmStringOpnd)).GetComment(); in EmitInlineAsm()
|
H A D | aarch64_obj_emitter.cpp | 206 const MapleMap<MapleString, uint32> &switchTableOffset = content->GetSwitchTableOffset();
|