Lines Matching +full:non +full:- +full:object
7 * http://www.apache.org/licenses/LICENSE-2.0
55 …LOG(INFO, RUNTIME) << " MixGC with non-concurrent mark statistic: total old gc count " << mixGCCou… in PrintMixStatisticResult()
110 … << 1 - float(compressYoungAndOldAliveSize_) / (compressYoungCommitSize_ + compressOldCommitSize_) in PrintCompressStatisticResult()
111 << " non move total free size: " << sizeToMB(compressNonMoveTotalFreeSize_) << "MB" in PrintCompressStatisticResult()
112 << " non move total commit size: " << sizeToMB(compressNonMoveTotalCommitSize_) << "MB" in PrintCompressStatisticResult()
113 …<< " non move free rate: " << float(compressNonMoveTotalFreeSize_) / compressNonMoveTotalCommitSiz… in PrintCompressStatisticResult()
120 …NativeAreaAllocator *nativeAreaAllocator = const_cast<NativeAreaAllocator *>(heap_->GetNativeAreaA… in PrintHeapStatisticResult()
121 …HeapRegionAllocator *heapRegionAllocator = const_cast<HeapRegionAllocator *>(heap_->GetHeapRegionA… in PrintHeapStatisticResult()
123 …LOG(INFO, RUNTIME) << " Anno memory usage size:" << sizeToMB(heapRegionAllocator->GetAnnoMemoryUsa… in PrintHeapStatisticResult()
125 … << " anno memory max usage size:" << sizeToMB(heapRegionAllocator->GetMaxAnnoMemoryUsage()) in PrintHeapStatisticResult()
127 … << " native memory usage size:" << sizeToMB(nativeAreaAllocator->GetNativeMemoryUsage()) in PrintHeapStatisticResult()
130 << sizeToMB(nativeAreaAllocator->GetMaxNativeMemoryUsage()) << "MB"; in PrintHeapStatisticResult()
131 …LOG(INFO, RUNTIME) << " Semi space commit size" << sizeToMB(heap_->GetNewSpace()->GetCommittedSize… in PrintHeapStatisticResult()
132 … << " semi space heap object size: " << sizeToMB(heap_->GetNewSpace()->GetHeapObjectSize()) in PrintHeapStatisticResult()
135 << sizeToMB(heap_->GetOldSpace()->GetCommittedSize()) << "MB" in PrintHeapStatisticResult()
136 … << " old space heap object size: " << sizeToMB(heap_->GetOldSpace()->GetHeapObjectSize()) in PrintHeapStatisticResult()
138 << " non move space commit size: " in PrintHeapStatisticResult()
139 << sizeToMB(heap_->GetNonMovableSpace()->GetCommittedSize()) << "MB" in PrintHeapStatisticResult()
140 << " huge object space commit size: " in PrintHeapStatisticResult()
141 << sizeToMB(heap_->GetHugeObjectSpace()->GetCommittedSize()) << "MB"; in PrintHeapStatisticResult()