Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp565 size_t nonMovableSpaceSize = data_->GetNonMovableSpaceSize(); in AllocateToDifferentSpaces() local
651 void BaseDeserializer::AllocateToNonMovableSpace(size_t nonMovableSpaceSize) in AllocateToNonMovableSpace()