Home
last modified time | relevance | path

Searched refs:NextBytes (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.h63 size_t NextBytes() const in NextBytes() function in panda::ecmascript::final
H A Dspace.cpp282 if (objectSize >= allocationCounter_.NextBytes()) { in InvokeAllocationInspector()
H A Dlinear_space.cpp167 if (alignedSize >= allocationCounter_.NextBytes()) { in InvokeAllocationInspector()
H A Dsparse_space.cpp356 if (alignedSize >= allocationCounter_.NextBytes()) { in InvokeAllocationInspector()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp380 if (alignedSize >= allocationCounter_.NextBytes()) { in InvokeAllocationInspector()
666 if (objectSize >= allocationCounter_.NextBytes()) { in InvokeAllocationInspector()

Completed in 4 milliseconds