Home
last modified time | relevance | path

Searched refs:FillFreeObject (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dfree_object.cpp20 FreeObject *FreeObject::FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size) in FillFreeObject() function in panda::ecmascript::FreeObject
23 FreeObject *freeObject = vm->GetFactory()->FillFreeObject(address, size); in FillFreeObject()
Dfree_object.h32 static FreeObject *FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size);
Dtagged_array-inl.h249 factory->FillFreeObject(ToUintPtr(this) + size, trimBytes, RemoveSlots::YES, ToUintPtr(this)); in Trim()
Dobject_factory.h385 …FreeObject *FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots = RemoveSlots::…
Djs_object.cpp193 …factory->FillFreeObject(ToUintPtr(*receiver) + newSize, trimBytes, RemoveSlots::YES, ToUintPtr(*re… in TransitionToDictionary()
Dobject_factory.cpp1333 FreeObject *ObjectFactory::FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots, in FillFreeObject() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/mem/
Dtlab_allocator-inl.h39 …FreeObject::FillFreeObject(heap_->GetEcmaVM(), youngAllocator_.GetTop(), youngAllocator_.Available… in Finalize()
113 …FreeObject::FillFreeObject(heap_->GetEcmaVM(), youngAllocator_.GetTop(), youngAllocator_.Available… in ExpandYoung()
123 …FreeObject::FillFreeObject(heap_->GetEcmaVM(), youngAllocator_.GetTop(), youngAllocator_.Available… in ExpandYoung()
Dallocator-inl.h135 FreeObject::FillFreeObject(heap_->GetEcmaVM(), bpAllocator_.GetTop(), size); in FillBumpPointer()
150 FreeObject::FillFreeObject(heap_->GetEcmaVM(), begin, size); in Free()
Dparallel_evacuator.cpp376 FreeObject::FillFreeObject(heap_->GetEcmaVM(), freeStart, freeSize); in UpdateAndSweepNewRegionReference()
385 FreeObject::FillFreeObject(heap_->GetEcmaVM(), freeStart, freeEnd - freeStart); in UpdateAndSweepNewRegionReference()
Dparallel_marker-inl.h258 FreeObject::FillFreeObject(heap_->GetEcmaVM(), toAddress, size); in UpdateForwardAddressIfFailed()