Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dprofile.h60 static const uint8 stringEnd; variable
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp147 uintptr_t stringEnd = stringBegin + hdr.stringSize; in DeserializeInternal() local
Dsnapshot_processor.cpp1299 void SnapshotProcessor::DeserializeString(uintptr_t stringBegin, uintptr_t stringEnd) in DeserializeString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp33 constexpr uint8 Profile::stringEnd = 0x00; member in maple::Profile