Home
last modified time | relevance | path

Searched defs:should_exclude (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/utils/
H A Dzip_package.py150 should_exclude = lambda name: any(r.match(name) for r in exclude_regexps) function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DcompilerOracle.cpp341 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DcompilerOracle.cpp341 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DcompilerOracle.cpp341 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompilerOracle.cpp340 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompilerOracle.cpp340 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DcompilerOracle.cpp340 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DcompilerOracle.cpp374 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciMethod.cpp1055 bool ciMethod::should_exclude() { in should_exclude() function in ciMethod
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciMethod.cpp1055 bool ciMethod::should_exclude() { in should_exclude() function in ciMethod
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DcompilerOracle.cpp387 bool CompilerOracle::should_exclude(const methodHandle& method) { in should_exclude() function in CompilerOracle
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp393 bool CompilerOracle::should_exclude(methodHandle method, bool& quietly) { in should_exclude() function in CompilerOracle
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp393 bool CompilerOracle::should_exclude(methodHandle method, bool& quietly) { in should_exclude() function in CompilerOracle
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/drive/service/
H A Dfake_drive_service.cc1773 bool should_exclude = false; in GetChangeListInternal() local