Home
last modified time | relevance | path

Searched defs:SPACE (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_utils.cpp27 const std::string DumpUtils::SPACE = " "; member in panda::ecmascript::pgo::DumpUtils
Dpgo_utils.h45 static const std::string SPACE; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h202 static constexpr char SPACE = ' '; variable
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp176 #define ALLOCATE_IN_SHARED_HEAP(SPACE) \ argument