Searched refs:mCompilationCacheSizeBytes (Results 1 – 1 of 1) sorted by relevance
58 private int mCompilationCacheSizeBytes = 0; field in BenchmarkResult124 mCompilationCacheSizeBytes = in.readInt(); in BenchmarkResult()150 dest.writeInt(mCompilationCacheSizeBytes); in writeToParcel()223 result.append(", mCompilationCacheSizeBytes=").append(mCompilationCacheSizeBytes); in toString()273 if (mCompilationCacheSizeBytes > 0) { in toBundle()274 results.putInt(testName + "_compilation_cache_size", mCompilationCacheSizeBytes); in toBundle()320 sb.append(',').append(mCompilationCacheSizeBytes); in toCsvLine()390 mCompilationCacheSizeBytes = result.mCacheSizeBytes; in setCompilationBenchmarkResult()