Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.cpp54 ASSERT(currentCounter_ == nextCounter_); in AddAllocationInspector()
55 nextCounter_ = nextCounter; in AddAllocationInspector()
62 nextCounter_ = 0; in ClearAllocationInspector()
70 ASSERT(allocated < nextCounter_ - currentCounter_); in AdvanceAllocationInspector()
80 ASSERT(alignedObjectSize >= nextCounter_ - currentCounter_);
89 nextCounter_ = currentCounter_ + alignedObjectSize + nextStepSize;
H A Dallocation_inspector.h65 return nextCounter_ - currentCounter_; in NextBytes()
71 size_t nextCounter_ = 0; member in panda::ecmascript::final

Completed in 1 milliseconds