Searched refs:machineCodeSpaceSize (Results 1 – 2 of 2) sorted by relevance
532 size_t machineCodeSpaceSize = data_->GetMachineCodeSpaceSize(); in AllocateToDifferentSpaces() local533 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() argument590 uintptr_t object = space->Allocate(machineCodeSpaceSize, false); in AllocateToMachineCodeSpace()596 AllocateMultiRegion(space, machineCodeSpaceSize, machineCodeRegionIndex_); in AllocateToMachineCodeSpace()
142 void AllocateToMachineCodeSpace(size_t machineCodeSpaceSize);