Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
DLog.java23 private static LogTag threshold = LogTag.ERROR; field in Log
37 threshold = tag; in setLoggingLevel()
41 return (threshold.ordinal() < LogTag.ERROR.ordinal()); in likelyToLog()
65 if (tag.ordinal() >= threshold.ordinal()) { in log()
/art/tools/
Dboot-image-profile-generate.sh132 --method-threshold=0 \
133 --class-threshold=0
/art/odrefresh/
Dodr_compilation_log.cc216 const time_t threshold = last_attempt + backoff; in ShouldAttemptCompile() local
217 return now >= threshold; in ShouldAttemptCompile()
/art/runtime/jit/
Djit_options.h124 static uint32_t RoundUpThreshold(uint32_t threshold);
/art/profman/
Dboot_image_profile.cc180 uint32_t threshold = MaybeIsClassClean(type_ref) in IncludeClassInProfile() local
183 return IncludeItemInProfile(max_aggregation_count, threshold, metadata, options); in IncludeClassInProfile()
Dprofman.cc410 uint32_t threshold; in ParseArgs() local
411 ParseUintValue("special-package", values[1], &threshold, 0u, 100u); in ParseArgs()
412 boot_image_options_.special_packages_thresholds.Overwrite(values[0], threshold); in ParseArgs()
/art/runtime/
Dart_method-inl.h732 inline bool ArtMethod::CounterHasChanged(uint16_t threshold) {
734 DCHECK_EQ(threshold, Runtime::Current()->GetJITOptions()->GetWarmupThreshold());
735 return hotness_count_ != threshold;
Dnative_gc_triggering.md79 trigger a native GC when we are closer to the normal Java GC threshold.
Dart_method.h1015 ALWAYS_INLINE bool CounterHasChanged(uint16_t threshold);
/art/runtime/native/
Ddalvik_system_VMRuntime.cc476 uint16_t threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in operator ()() local
479 m.ResetCounter(threshold); in operator ()()
/art/compiler/optimizing/
Dbounds_check_elimination.cc1480 size_t threshold = kThresholdForAddingDeoptimize + (base == nullptr ? 0 : 1); // extra test? in AddComparesWithDeoptimization() local
1482 if (candidates.size() >= threshold && in AddComparesWithDeoptimization()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1979 Ljava/io/ObjectOutputStream$HandleTable;->threshold:I
3382 Ljava/lang/ThreadLocal$ThreadLocalMap;->threshold:I
8686 Ljava/util/HashMap;->threshold:I
8718 Ljava/util/Hashtable;->threshold:I
10549 Ljava/util/WeakHashMap;->threshold:I