Home
last modified time | relevance | path

Searched refs:GetSerializeRootMapValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Druntime.h102 inline SerializationChunk *GetSerializeRootMapValue([[maybe_unused]] JSThread *thread, in GetSerializeRootMapValue() function
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp42 sharedObjChunk_ = Runtime::GetInstance()->GetSerializeRootMapValue(thread_, index); in BaseDeserializer()