Searched refs:FillFreeObject (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | free_object.cpp | 20 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()
|
| D | free_object.h | 32 static FreeObject *FillFreeObject(EcmaVM *vm, uintptr_t address, size_t size);
|
| D | tagged_array-inl.h | 249 factory->FillFreeObject(ToUintPtr(this) + size, trimBytes, RemoveSlots::YES, ToUintPtr(this)); in Trim()
|
| D | object_factory.h | 385 …FreeObject *FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots = RemoveSlots::…
|
| D | js_object.cpp | 193 …factory->FillFreeObject(ToUintPtr(*receiver) + newSize, trimBytes, RemoveSlots::YES, ToUintPtr(*re… in TransitionToDictionary()
|
| D | object_factory.cpp | 1333 FreeObject *ObjectFactory::FillFreeObject(uintptr_t address, size_t size, RemoveSlots removeSlots, in FillFreeObject() function in panda::ecmascript::ObjectFactory
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | tlab_allocator-inl.h | 39 …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()
|
| D | allocator-inl.h | 135 FreeObject::FillFreeObject(heap_->GetEcmaVM(), bpAllocator_.GetTop(), size); in FillBumpPointer() 150 FreeObject::FillFreeObject(heap_->GetEcmaVM(), begin, size); in Free()
|
| D | parallel_evacuator.cpp | 376 FreeObject::FillFreeObject(heap_->GetEcmaVM(), freeStart, freeSize); in UpdateAndSweepNewRegionReference() 385 FreeObject::FillFreeObject(heap_->GetEcmaVM(), freeStart, freeEnd - freeStart); in UpdateAndSweepNewRegionReference()
|
| D | parallel_marker-inl.h | 258 FreeObject::FillFreeObject(heap_->GetEcmaVM(), toAddress, size); in UpdateForwardAddressIfFailed()
|