Searched refs:COUNT (Results 1 – 2 of 2) sorted by relevance
61 #define GCOV_TAG_FOR_COUNTER(COUNT) \ argument62 (GCOV_TAG_COUNTER_BASE + ((unsigned)(COUNT) << 17))
64 public static final String COUNT = "count"; field in ProfilingPointSummaryEntity252 profilingSummary.setUnindexedProperty(COUNT, this.globalStats.getCount()); in toEntity()297 || !e.hasProperty(COUNT) in fromEntity()312 int count = (int) (long) e.getProperty(COUNT); in fromEntity()