Searched defs:copiedRate (Results 1 – 3 of 3) sorted by relevance
166 double copiedRate = double(GetRecordData(RecordData::SEMI_ALIVE_SIZE)) / in PrintGCMemoryStatistic() local178 …double copiedRate = commitSize == 0 ? 0 : (double(GetRecordData(RecordData::EDEN_ALIVE_SIZE)) / co… in PrintGCMemoryStatistic() local188 double copiedRate = double(GetRecordData(RecordData::YOUNG_ALIVE_SIZE)) / in PrintGCMemoryStatistic() local335 double copiedRate = double(GetRecordData(RecordData::SEMI_TOTAL_ALIVE)) / in PrintGCSummaryStatistic() local356 double copiedRate = in PrintGCSummaryStatistic() local376 double copiedRate = double(GetRecordData(RecordData::YOUNG_TOTAL_ALIVE)) / in PrintGCSummaryStatistic() local
138 double copiedRate = double(GetRecordData(RecordData::EDEN_TOTAL_ALIVE)) / commitSize; in GetAvgSurvivalRate() local142 double copiedRate = double(GetRecordData(RecordData::YOUNG_TOTAL_ALIVE)) / in GetAvgSurvivalRate() local
1389 double copiedRate = semiSpaceCopiedSize_ * 1.0 / originalNewSpaceSize; in AdjustBySurvivalRate() local