Home
last modified time | relevance | path

Searched refs:Max (Results 1 – 6 of 6) sorted by relevance

/art/test/910-methods/
Dexpected-stdout.txt4 Max locals: 3
14 Max locals: JVMTI_ERROR_NATIVE_METHOD
24 Max locals: JVMTI_ERROR_NATIVE_METHOD
34 Max locals: 0
44 Max locals: 0
53 Max locals: 1
/art/compiler/optimizing/
Dbounds_check_elimination.cc133 return ValueBound::Max(); in DetectValueBoundFromValue()
151 static ValueBound Max() { return ValueBound(nullptr, std::numeric_limits<int32_t>::max()); } in Max() function in art::ValueBound
248 return Max(); in Add()
258 return Max(); in Add()
376 : ValueRange(allocator, ValueBound::Min(), ValueBound::Max()), in MonotonicValueRange()
740 upper = ValueBound::Max(); in HandleIf()
746 if (!upper.Equals(ValueBound::Max())) { in HandleIf()
765 &allocator_, new_lower, ValueBound::Max()); in HandleIf()
777 &allocator_, new_lower, ValueBound::Max()); in HandleIf()
781 if (!upper.Equals(ValueBound::Max())) { in HandleIf()
[all …]
Dnodes.h1531 M(Max, Instruction) \
5530 DECLARE_INSTRUCTION(Max);
5533 DEFAULT_COPY_CONSTRUCTOR(Max);
/art/libartbase/base/
Dhistogram.h87 Value Max() const { in Max() function
Dhistogram-inl.h206 << FormatDuration(Max() * kAdjust, unit, kFractionalDigits) << std::endl; in PrintConfidenceIntervals()
214 << PrettySize(Max()) << " Min: " << PrettySize(Min()) << "\n"; in PrintMemoryUse()
/art/runtime/gc/collector/
Dgarbage_collector.cc335 << " Max: " << PrettySize(rss_histogram_.Max() * KB) in DumpPerformanceInfo()
345 << " Max: " << PrettySize(freed_bytes_histogram_.Max() * KB) in DumpPerformanceInfo()