Home
last modified time | relevance | path

Searched refs:stringEnd (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp147 uintptr_t stringEnd = stringBegin + hdr.stringSize; in DeserializeInternal() local
149 processor.DeserializeString(stringBegin, stringEnd); in DeserializeInternal()
H A Dsnapshot_processor.h80 void DeserializeString(uintptr_t stringBegin, uintptr_t stringEnd);
H A Dsnapshot_processor.cpp1299 void SnapshotProcessor::DeserializeString(uintptr_t stringBegin, uintptr_t stringEnd) in DeserializeString() argument
1308 while (stringBegin < stringEnd) { in DeserializeString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_to_string_cache.cpp218 auto [stringEnd, result] = std::to_chars(buf.begin(), buf.end(), number); in ToString()
220 return EtsString::CreateFromAscii(buf.begin(), stringEnd - buf.begin()); in ToString()

Completed in 5 milliseconds