Home
last modified time | relevance | path

Searched refs:currentCounter_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.cpp51 size_t nextCounter = currentCounter_ + stepSize; in AddAllocationInspector()
54 ASSERT(currentCounter_ == nextCounter_); in AddAllocationInspector()
61 currentCounter_ = 0; in ClearAllocationInspector()
70 ASSERT(allocated < nextCounter_ - currentCounter_); in AdvanceAllocationInspector()
71 currentCounter_ += allocated; in AdvanceAllocationInspector()
80 ASSERT(alignedObjectSize >= nextCounter_ - currentCounter_);
87 // because next allocate or advance can add currentCounter_ to real allocated size,
89 nextCounter_ = currentCounter_ + alignedObjectSize + nextStepSize;
H A Dallocation_inspector.h65 return nextCounter_ - currentCounter_; in NextBytes()
70 size_t currentCounter_ = 0; member in panda::ecmascript::final

Completed in 2 milliseconds