Lines Matching defs:commitSize
172 size_t commitSize = GetRecordData(RecordData::EDEN_COMMIT_SIZE);
173 double copiedRate = commitSize == 0 ? 0 : (double(GetRecordData(RecordData::EDEN_ALIVE_SIZE)) / commitSize);
175 commitSize == 0 ? 0 : (double(GetRecordData(RecordData::EDEN_PROMOTE_SIZE)) / commitSize);
313 size_t commitSize = GetRecordData(RecordData::EDEN_TOTAL_COMMIT);
315 commitSize == 0 ? 0 : (double(GetRecordData(RecordData::EDEN_TOTAL_ALIVE)) / commitSize);
317 commitSize == 0 ? 0 : (double(GetRecordData(RecordData::EDEN_TOTAL_PROMOTE)) / commitSize);
732 size_t commitSize = sHeap_->GetCommittedSize();
734 SetRecordData(RecordData::START_COMMIT_SIZE, commitSize);
735 SetRecordData(RecordData::SHARED_COMMIT_SIZE, commitSize);
736 IncreaseRecordData(RecordData::SHARED_TOTAL_COMMIT, commitSize);