Home
last modified time | relevance | path

Searched refs:ResetTopPointer (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocator.h49 inline void ResetTopPointer(uintptr_t top);
113 inline void ResetTopPointer(uintptr_t top);
H A Dallocator-inl.h56 void BumpPointerAllocator::ResetTopPointer(uintptr_t top) in ResetTopPointer() function in panda::ecmascript::BumpPointerAllocator
171 void FreeListAllocator<T>::ResetTopPointer(uintptr_t top) in ResetTopPointer() function in panda::ecmascript::FreeListAllocator
173 bpAllocator_.ResetTopPointer(top); in ResetTopPointer()
H A Dsparse_space.cpp48 void SparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer() function in panda::ecmascript::SparseSpace
50 allocator_->ResetTopPointer(top); in ResetTopPointer()
H A Dsparse_space.h65 void ResetTopPointer(uintptr_t top);
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp44 void SharedSparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer() function in panda::ecmascript::SharedSparseSpace
46 allocator_->ResetTopPointer(top); in ResetTopPointer()
175 allocator_->ResetTopPointer(region->GetHighWaterMark()); in MergeDeserializeAllocateRegions()
H A Dshared_space.h49 void ResetTopPointer(uintptr_t top);
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp593 space->ResetTopPointer(space->GetCurrentRegion()->GetEnd() - regionRemainSizeVector[regionRemainSizeIndex_++]); in AllocateMultiRegion()
603 space->ResetTopPointer(space->GetCurrentRegion()->GetEnd() - lastRegionRemainSize); in AllocateMultiRegion()

Completed in 6 milliseconds