Home
last modified time | relevance | path

Searched refs:getThreshold (Results 1 – 7 of 7) sorted by relevance

/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
DLoggerRepository.java70 public Level getThreshold(); in getThreshold() method
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp401 << ", thres=" << IC.getThreshold() in shouldInline()
408 << ", threshold=" << NV("Threshold", IC.getThreshold()) << ")"; in shouldInline()
432 << ", thres=" << IC.getThreshold() in shouldInline()
632 R << " (threshold=" << NV("Threshold", OIC->getThreshold()); in inlineCallsImpl()
1011 R << " (threshold=" << NV("Threshold", OIC->getThreshold()); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h110 int getThreshold() const { in getThreshold() function
/external/llvm/lib/Analysis/
DInlineCost.cpp223 int getThreshold() { return Threshold; } in getThreshold() function in __anond8f3b4e60111::CallAnalyzer
965 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in visitCallSite()
1512 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()
1514 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()
1517 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp295 int getThreshold() { return Threshold; } in getThreshold() function in __anon5999813e0111::CallAnalyzer
1300 Cost -= std::max(0, CA.getThreshold() - CA.getCost()); in visitCallSite()
2021 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()
2023 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()
2026 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold()); in getInlineCost()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAudioTest.java142 int getThreshold() { in getThreshold() method in AudioTest
DAudioFragment.java284 LimitLine line = new LimitLine(audioTest.getThreshold(), "Threshold"); in drawWaveformChart()