Searched refs:threshold (Results 1 – 12 of 12) sorted by relevance
23 private static LogTag threshold = LogTag.ERROR; field in Log37 threshold = tag; in setLoggingLevel()41 return (threshold.ordinal() < LogTag.ERROR.ordinal()); in likelyToLog()65 if (tag.ordinal() >= threshold.ordinal()) { in log()
132 --method-threshold=0 \133 --class-threshold=0
216 const time_t threshold = last_attempt + backoff; in ShouldAttemptCompile() local217 return now >= threshold; in ShouldAttemptCompile()
124 static uint32_t RoundUpThreshold(uint32_t threshold);
180 uint32_t threshold = MaybeIsClassClean(type_ref) in IncludeClassInProfile() local183 return IncludeItemInProfile(max_aggregation_count, threshold, metadata, options); in IncludeClassInProfile()
410 uint32_t threshold; in ParseArgs() local411 ParseUintValue("special-package", values[1], &threshold, 0u, 100u); in ParseArgs()412 boot_image_options_.special_packages_thresholds.Overwrite(values[0], threshold); in ParseArgs()
732 inline bool ArtMethod::CounterHasChanged(uint16_t threshold) {734 DCHECK_EQ(threshold, Runtime::Current()->GetJITOptions()->GetWarmupThreshold());735 return hotness_count_ != threshold;
79 trigger a native GC when we are closer to the normal Java GC threshold.
1015 ALWAYS_INLINE bool CounterHasChanged(uint16_t threshold);
476 uint16_t threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in operator ()() local479 m.ResetCounter(threshold); in operator ()()
1480 size_t threshold = kThresholdForAddingDeoptimize + (base == nullptr ? 0 : 1); // extra test? in AddComparesWithDeoptimization() local1482 if (candidates.size() >= threshold && in AddComparesWithDeoptimization()
1979 Ljava/io/ObjectOutputStream$HandleTable;->threshold:I3382 Ljava/lang/ThreadLocal$ThreadLocalMap;->threshold:I8686 Ljava/util/HashMap;->threshold:I8718 Ljava/util/Hashtable;->threshold:I10549 Ljava/util/WeakHashMap;->threshold:I