Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h251 factory->FillFreeObject(ToUintPtr(this) + size, trimBytes, RemoveSlots::YES, ToUintPtr(this)); in Trim()
Dobject_factory.h192 enum class RemoveSlots { YES, NO }; enum
417 …reeObject *FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots = RemoveSlots::N…
Decma_string-inl.h96 factory->FillFreeObject(ToUintPtr(this) + size, trimBytes, RemoveSlots::YES, ToUintPtr(this)); in TrimLineString()
Djs_object.cpp2681 …factory->FillFreeObject(ToUintPtr(*object) + newSize, trimBytes, RemoveSlots::YES, ToUintPtr(*obje… in TrimInlinePropsSpace()
Dobject_factory.cpp1440 FreeObject *ObjectFactory::FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots, in FillFreeObject()
1466 if (removeSlots == RemoveSlots::YES) { in FillFreeObject()