Home
last modified time | relevance | path

Searched refs:is_default_directive (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp61 if (is_default_directive()) { in print()
128 if (is_default_directive()) { in match()
559 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp178 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp61 if (is_default_directive()) { in print()
128 if (is_default_directive()) { in match()
559 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp178 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp63 if (is_default_directive()) { in print()
130 if (is_default_directive()) { in match()
575 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp179 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp63 if (is_default_directive()) { in print()
130 if (is_default_directive()) { in match()
575 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp178 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp63 if (is_default_directive()) { in print()
130 if (is_default_directive()) { in match()
575 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp179 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp63 if (is_default_directive()) { in print()
130 if (is_default_directive()) { in match()
575 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp179 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp63 if (is_default_directive()) { in print()
130 if (is_default_directive()) { in match()
654 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp208 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DcompilerDirectives.cpp64 if (is_default_directive()) { in print()
135 if (is_default_directive()) { in match()
659 if (dir->is_default_directive() || dir->match(method)) { in getMatchingDirective()
H A DcompilerDirectives.hpp246 bool is_default_directive() { return _next == NULL; } in is_default_directive() function in CompilerDirectives