Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp532 size_t machineCodeSpaceSize = data_->GetMachineCodeSpaceSize(); in AllocateToDifferentSpaces() local
533 if (machineCodeSpaceSize > 0) { in AllocateToDifferentSpaces()
534 heap_->GetMachineCodeSpace()->IncreaseLiveObjectSize(machineCodeSpaceSize); in AllocateToDifferentSpaces()
535 AllocateToMachineCodeSpace(machineCodeSpaceSize); in AllocateToDifferentSpaces()
587 void BaseDeserializer::AllocateToMachineCodeSpace(size_t machineCodeSpaceSize) in AllocateToMachineCodeSpace() argument
590 uintptr_t object = space->Allocate(machineCodeSpaceSize, false); in AllocateToMachineCodeSpace()
596 AllocateMultiRegion(space, machineCodeSpaceSize, machineCodeRegionIndex_); in AllocateToMachineCodeSpace()
Dbase_deserializer.h142 void AllocateToMachineCodeSpace(size_t machineCodeSpaceSize);