Searched refs:mCompilationCacheSizeBytes (Results 1 – 1 of 1) sorted by relevance
59 private int mCompilationCacheSizeBytes = 0; field in BenchmarkResult125 mCompilationCacheSizeBytes = in.readInt(); in BenchmarkResult()151 dest.writeInt(mCompilationCacheSizeBytes); in writeToParcel()237 result.append(", mCompilationCacheSizeBytes=").append(mCompilationCacheSizeBytes); in toString()287 if (mCompilationCacheSizeBytes > 0) { in toBundle()288 results.putInt(testName + "_compilation_cache_size", mCompilationCacheSizeBytes); in toBundle()334 sb.append(',').append(mCompilationCacheSizeBytes); in toCsvLine()404 mCompilationCacheSizeBytes = result.mCacheSizeBytes; in setCompilationBenchmarkResult()