Home
last modified time | relevance | path

Searched refs:MapleString (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A 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
[all...]
H A Dobj_emit.h240 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 Dinsn.h358 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 Dcfi.h252 const MapleString &GetStr() const in GetStr()
260 const MapleString str;
292 const MapleString &GetParentFunc() const in GetParentFunc()
302 const MapleString parentFunc;
H A Doptimize_common.h64 MapleString patternName;
66 MapleString dotColor;
H A Dcg_irbuilder.h52 void SetDebugComment(const MapleString* comment) in SetDebugComment()
71 const MapleString *currDedugComment { nullptr };
H A Difile.h188 const MapleString &GetName() const in GetName()
212 MapleString name;
347 size_t AddString(const MapleString &str) in AddString()
H A Dcg.h184 MapleString name;
H A Doperand.h1494 const MapleString &GetParentFunc() const in GetParentFunc()
1543 const MapleString parentFunc;
1841 const MapleString &GetComment() const in GetComment()
1876 const MapleString comment;
H A Demit.h245 Emitter &Emit(const MapleString &str) in Emit()
H A Dcgfunc.h863 const MapleString &GetShortFuncName() const in GetShortFuncName()
1167 const MapleString shortFuncName;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmaple_string.h25 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 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(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 Dmaple_string_test.cpp30 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 Dx64_emitter.h59 const MapleString *currDebugComment { nullptr };
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_emitter.h47 const MapleString *currDebugComment { nullptr };
H A Daarch64_cgfunc.h307 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 Dmir_module.h679 MapleVector<MapleString> &GetAsmDecls() in GetAsmDecls()
866 MapleVector<MapleString> asmDecls;
H A Dmir_nodes.h41 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 Dmir_function.h1394 const MapleString* AddNewDebugComment(const std::string& dbgComment) in AddNewDebugComment()
1504 MapleList<MapleString> debugComments {module->GetMPAllocator().Adapter()};
H A Dmir_builder.h252 const MapleString *currComment { nullptr };
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp155 void ObjEmitter::AddFuncSymbol(const MapleString &name, Word size, Address value) in AddFuncSymbol()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp706 void EmitStr(const MapleString &mplStr)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp526 MapleString asmStr = static_cast<StringOperand &>(insn.GetOperand(kAsmStringOpnd)).GetComment(); in EmitInlineAsm()
H A Daarch64_obj_emitter.cpp206 const MapleMap<MapleString, uint32> &switchTableOffset = content->GetSwitchTableOffset();

Completed in 27 milliseconds

12