Home
last modified time | relevance | path

Searched refs:InHugeObjectSpace (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp78 bool isRegular = !region->InHugeObjectSpace() && !region->InHugeMachineCodeSpace() && in FreeRegion()
H A Dparallel_marker-inl.h535 return !region->InHugeObjectSpace() && !region->InReadOnlySpace() && !region->InNonMovableSpace() && in NeedEvacuate()
H A Dregion.h475 bool InHugeObjectSpace() const in InHugeObjectSpace() function in panda::ecmascript::Region
H A Dheap.cpp1589 return hclass->IsString() && !Region::ObjectAddressToRange(object)->InHugeObjectSpace(); in ShouldMoveToRoSpace()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1176 if (current->InHugeObjectSpace()) { in AllocateObjectToLocalSpace()
1814 if (region->InHugeObjectSpace() || region->InSharedHugeObjectSpace()) { in GetNewObj()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp1191 return JSTaggedValue(region->InHugeObjectSpace());

Completed in 11 milliseconds