Home
last modified time | relevance | path

Searched refs:nonMoveSpaceCommitSize_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dpartial_gc.h59 size_t nonMoveSpaceCommitSize_ = 0; variable
Dfull_gc.h50 size_t nonMoveSpaceCommitSize_ = 0; variable
Dpartial_gc.cpp81 nonMoveSpaceCommitSize_ = heap_->GetNonMovableSpace()->GetCommittedSize(); in Initialize()
Dfull_gc.cpp80 nonMoveSpaceCommitSize_ = heap_->GetNonMovableSpace()->GetCommittedSize(); in Initialize()