Home
last modified time | relevance | path

Searched refs:InNonMovableSpace (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker-inl.h535 return !region->InHugeObjectSpace() && !region->InReadOnlySpace() && !region->InNonMovableSpace() && in NeedEvacuate()
H A Dregion.h490 bool InNonMovableSpace() const in InNonMovableSpace() function in panda::ecmascript::Region
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1810 if (region->InNonMovableSpace() || region->InReadOnlySpace() || in GetNewObj()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp560 ASSERT(!Region::ObjectAddressToRange(object->GetElements().GetTaggedObject())->InNonMovableSpace()); in CloneArrayLiteral()
583 ASSERT(!Region::ObjectAddressToRange(object->GetProperties().GetTaggedObject())->InNonMovableSpace()); in CloneArrayLiteral()

Completed in 15 milliseconds