Home
last modified time | relevance | path

Searched refs:InHugeObjectSpace (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.cpp64 bool isRegular = !(region->InHugeObjectSpace()); in FreeRegion()
Dregion.h264 bool InHugeObjectSpace() const in InHugeObjectSpace() function
Dheap.h467 return hclass->IsString() && !Region::ObjectAddressToRange(object)->InHugeObjectSpace(); in ShouldMoveToRoSpace()
Dparallel_marker-inl.h417 …return !region->InHugeObjectSpace() && !region->InReadOnlySpace() && !region->InNonMovableSpace(); in NeedEvacuate()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1192 if (current->InHugeObjectSpace()) { in AllocateObjectToLocalSpace()
1844 } else if (region->InHugeObjectSpace()) { in EncodeTaggedObject()