/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_utils.cpp | 28 const std::string DumpUtils::SPACE = " "; member in panda::ecmascript::pgo::DumpUtils 29 const std::string DumpUtils::BLOCK_AND_ARRAY_START = BLOCK_START + SPACE + ARRAY_START + SPACE; 30 const std::string DumpUtils::VERSION_HEADER = "Profiler Version" + BLOCK_START + SPACE;
|
H A D | pgo_utils.h | 43 static const std::string SPACE; member in panda::ecmascript::pgo::DumpUtils
|
H A D | pgo_profiler_info.cpp | 103 pandaFileInfo += DumpUtils::BLOCK_SEPARATOR + DumpUtils::SPACE; in ProcessToText() 110 pandaFileInfo += (DumpUtils::SPACE + DumpUtils::ARRAY_END + DumpUtils::NEW_LINE); in ProcessToText() 446 profilerString += DumpUtils::BLOCK_SEPARATOR + DumpUtils::SPACE; in ProcessToText() 464 profilerString += (DumpUtils::SPACE + DumpUtils::ARRAY_END + DumpUtils::NEW_LINE); in ProcessToText() 934 profilerString += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText() 937 profilerString += DumpUtils::BLOCK_SEPARATOR + DumpUtils::SPACE; in ProcessToText() 942 profilerString += (DumpUtils::SPACE + DumpUtils::ARRAY_END + DumpUtils::NEW_LINE); in ProcessToText()
|
H A D | pgo_profiler_layout.h | 571 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE; in GetTypeString() 581 text += (DumpUtils::SPACE + DumpUtils::ARRAY_END); in GetTypeString()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | mem_stats_gen_gc_test.cpp | 164 template <typename F, size_t REPEAT, MemStatsGenGCTest::TargetSpace SPACE> 194 template <MemStatsGenGCTest::TargetSpace SPACE, bool DO_SAVE = false, bool IS_SIMPLE = false> 219 template <MemStatsGenGCTest::TargetSpace SPACE> 222 template <MemStatsGenGCTest::TargetSpace SPACE> 225 template <MemStatsGenGCTest::TargetSpace SPACE> 228 template <typename F, size_t REPEAT, MemStatsGenGCTest::TargetSpace SPACE, bool DO_SAVE> 232 template <typename F, size_t REPEAT, MemStatsGenGCTest::TargetSpace SPACE, bool DO_SAVE> 239 template <typename F, size_t REPEAT, MemStatsGenGCTest::TargetSpace SPACE> 281 if (gcType == GCType::G1_GC && SPACE == TargetSpace::HUMONGOUS) { in MakeAllocationsWithRepeats() 295 template <typename F, size_t REPEAT, MemStatsGenGCTest::TargetSpace SPACE, boo [all...] |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
H A D | pgo_method_type_set.cpp | 166 text += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText() 169 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE; in ProcessToText() 180 text += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText() 183 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE; in ProcessToText() 189 text += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText() 192 text += DumpUtils::TYPE_SEPARATOR + DumpUtils::SPACE; in ProcessToText() 197 text += (DumpUtils::SPACE + DumpUtils::ARRAY_END); in ProcessToText()
|
H A D | pgo_method_type_set.h | 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() 290 text += DumpUtils::ARRAY_START + DumpUtils::SPACE; in ProcessToText() 292 text += (DumpUtils::SPACE + DumpUtils::ARRAY_END); in ProcessToText()
|
H A D | pgo_proto_transition_type_pool.h | 97 stream << DumpUtils::SPACE; member in panda::ecmascript::pgo::PGOProtoTransitionPool::DumpUtils 100 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
|
H A D | pgo_record_pool.h | 186 stream << DumpUtils::SPACE; member in panda::ecmascript::pgo::PGORecordPool::DumpUtils 192 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
|
H A D | pool_template.h | 154 stream << DumpUtils::SPACE; member in panda::ecmascript::pgo::PoolTemplate::DumpUtils 160 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_date.cpp | 675 .append(SPACE_STR) // Append SPACE in ToDateString() 677 .append(SPACE_STR); // Append SPACE in ToDateString() 679 str += SPACE; in ToDateString() 707 .append(SPACE_STR) // Append SPACE in ToDateString() 709 .append(SPACE_STR); // Append SPACE in ToDateString() 711 str += SPACE; in ToDateString() 713 str += SPACE; in ToDateString() 719 str.append(SPACE_STR) // Append SPACE in ToDateString() 779 .append(SPACE_STR) // Append SPACE in ToString() 781 .append(SPACE_STR); // Append SPACE in ToString() [all...] |
H A D | js_date.h | 199 static constexpr char SPACE = ' '; member in panda::ecmascript::JSDate
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
H A D | globalClassHandler.cpp | 188 {' ', "$SPACE$"}, in ReplaceSpecialCharacters()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 186 #define ALLOCATE_IN_SHARED_HEAP(SPACE) \ 187 DEF_RUNTIME_STUBS(AllocateInS##SPACE) \ 189 RUNTIME_STUBS_HEADER(AllocateInS##SPACE); \ 194 auto result = sharedHeap->Allocate##SPACE##OrHugeObject(thread, size); \
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |