Searched refs:getThreshold (Results 1 – 7 of 7) sorted by relevance
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/ |
D | LoggerRepository.java | 70 public Level getThreshold(); in getThreshold() method
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 401 << ", 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/ |
D | InlineCost.h | 110 int getThreshold() const { in getThreshold() function
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 223 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/ |
D | InlineCost.cpp | 295 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/ |
D | AudioTest.java | 142 int getThreshold() { in getThreshold() method in AudioTest
|
D | AudioFragment.java | 284 LimitLine line = new LimitLine(audioTest.getThreshold(), "Threshold"); in drawWaveformChart()
|