Home
last modified time | relevance | path

Searched refs:DumpUtils (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_utils.cpp21 const std::string DumpUtils::ELEMENT_SEPARATOR = "/";
22 const std::string DumpUtils::BLOCK_SEPARATOR = ",";
23 const std::string DumpUtils::TYPE_SEPARATOR = "|";
24 const std::string DumpUtils::BLOCK_START = ":";
25 const std::string DumpUtils::ARRAY_START = "[";
26 const std::string DumpUtils::ARRAY_END = "]";
27 const std::string DumpUtils::NEW_LINE = "\n";
28 const std::string DumpUtils::SPACE = " ";
29 const std::string DumpUtils::BLOCK_AND_ARRAY_START = BLOCK_START + SPACE + ARRAY_START + SPACE;
30 const std::string DumpUtils
[all...]
H A Dpgo_profiler_info.cpp77 size_t start = pandaFileInfo.find_first_of(DumpUtils::ARRAY_START); in ParseFromText()
78 size_t end = pandaFileInfo.find_last_of(DumpUtils::ARRAY_END); in ParseFromText()
83 std::vector<std::string> infos = StringHelper::SplitString(content, DumpUtils::BLOCK_SEPARATOR); in ParseFromText()
99 std::string pandaFileInfo = DumpUtils::NEW_LINE + DumpUtils::PANDA_FILE_INFO_HEADER; in ProcessToText()
103 pandaFileInfo += DumpUtils::BLOCK_SEPARATOR + DumpUtils::SPACE; in ProcessToText()
110 pandaFileInfo += (DumpUtils::SPACE + DumpUtils::ARRAY_END + DumpUtils in ProcessToText()
[all...]
H A Dpgo_profiler_layout.h563 text += DumpUtils::BLOCK_AND_ARRAY_START; in GetTypeString()
571 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE; in GetTypeString()
573 text += DumpUtils::ARRAY_START; in GetTypeString()
577 text += DumpUtils::BLOCK_START; in GetTypeString()
581 text += (DumpUtils::SPACE + DumpUtils::ARRAY_END); in GetTypeString()
H A Dpgo_utils.h34 class DumpUtils { class
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.cpp136 std::vector<std::string> typeInfoVector = StringHelper::SplitString(typeString, DumpUtils::TYPE_SEPARATOR); in ParseFromText()
139 std::vector<std::string> typeStrings = StringHelper::SplitString(iter, DumpUtils::BLOCK_START); in ParseFromText()
166 text += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText()
169 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE; in ProcessToText()
172 text += DumpUtils::BLOCK_START; in ProcessToText()
180 text += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText()
183 text += DumpUtils in ProcessToText()
[all...]
H A Dpgo_method_type_set.h200 text += DumpUtils::BLOCK_START; in ProcessToText()
201 text += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText()
205 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE; in ProcessToText()
210 text += (DumpUtils::SPACE + DumpUtils::ARRAY_END); in ProcessToText()
289 text += DumpUtils::BLOCK_START; in ProcessToText()
290 text += DumpUtils::ARRAY_START + DumpUtils in ProcessToText()
[all...]
H A Dpgo_proto_transition_type_pool.h90 stream << DumpUtils::NEW_LINE;
92 stream << DumpUtils::BLOCK_START;
95 stream << DumpUtils::NEW_LINE;
97 stream << DumpUtils::SPACE;
100 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
H A Dpgo_file_info.cpp126 auto index = header.find(DumpUtils::BLOCK_START); in ParseFromText()
154 stream << DumpUtils::VERSION_HEADER << InternalGetVersion() << DumpUtils::NEW_LINE; in ProcessToText()
155 stream << "Compatible an file version: " << ConvToStr(GetCompatibleAnVersion()) << DumpUtils::NEW_LINE; in ProcessToText()
158 << GetChecksum() << DumpUtils::NEW_LINE; in ProcessToText()
H A Dpgo_record_pool.h179 stream << DumpUtils::NEW_LINE;
181 stream << DumpUtils::BLOCK_START;
184 stream << DumpUtils::NEW_LINE;
186 stream << DumpUtils::SPACE;
187 stream << DumpUtils::ARRAY_START;
189 stream << DumpUtils::ARRAY_END;
192 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
H A Dpool_template.h147 stream << DumpUtils::NEW_LINE;
149 stream << DumpUtils::BLOCK_START;
152 stream << DumpUtils::NEW_LINE;
154 stream << DumpUtils::SPACE;
155 stream << DumpUtils::ARRAY_START;
157 stream << DumpUtils::ARRAY_END;
160 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);

Completed in 7 milliseconds