Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_utils.cpp28 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 Dpgo_utils.h43 static const std::string SPACE; member in panda::ecmascript::pgo::DumpUtils
H A Dpgo_profiler_info.cpp103 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 Dpgo_profiler_layout.h571 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 Dmem_stats_gen_gc_test.cpp164 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 Dpgo_method_type_set.cpp166 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 Dpgo_method_type_set.h201 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 Dpgo_proto_transition_type_pool.h97 stream << DumpUtils::SPACE; member in panda::ecmascript::pgo::PGOProtoTransitionPool::DumpUtils
100 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
H A Dpgo_record_pool.h186 stream << DumpUtils::SPACE; member in panda::ecmascript::pgo::PGORecordPool::DumpUtils
192 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
H A Dpool_template.h154 stream << DumpUtils::SPACE; member in panda::ecmascript::pgo::PoolTemplate::DumpUtils
160 stream << (DumpUtils::SPACE + DumpUtils::NEW_LINE);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.cpp675 .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 Djs_date.h199 static constexpr char SPACE = ' '; member in panda::ecmascript::JSDate
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.cpp188 {' ', "$SPACE$"}, in ReplaceSpecialCharacters()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp186 #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 Dcocos_worker_test.js[all...]

Completed in 50 milliseconds