/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 404 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 407 return (current->_inline_action == inline_action); in match()
|
H A D | compilerDirectives.cpp | 321 bool DirectiveSet::matches_inline(const methodHandle& method, int inline_action) { in matches_inline() argument 323 if (_inlinematchers->match(method, inline_action)) { in matches_inline()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 401 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 404 return (current->_inline_action == inline_action); in match()
|
H A D | compilerDirectives.cpp | 321 bool DirectiveSet::matches_inline(const methodHandle& method, int inline_action) { in matches_inline() argument 323 if (_inlinematchers->match(method, inline_action)) { in matches_inline()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 404 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 407 return (current->_inline_action == inline_action); in match()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 410 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 413 return (current->_inline_action == inline_action); in match()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 435 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 438 return (current->_inline_action == inline_action); in match()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 395 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 398 return (current->_inline_action == inline_action); in match()
|
H A D | compilerDirectives.cpp | 311 bool DirectiveSet::matches_inline(const methodHandle& method, int inline_action) { in matches_inline() argument 313 if (_inlinematchers->match(method, inline_action)) { in matches_inline()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 404 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 407 return (current->_inline_action == inline_action); in match()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/ |
H A D | methodMatcher.hpp | 116 bool match(const methodHandle& method, int inline_action); 120 void set_action(InlineType inline_action) { _inline_action = inline_action; } in set_action() argument 121 int inline_action() { return _inline_action; } in inline_action() function in InlineMatcher
|
H A D | methodMatcher.cpp | 403 bool InlineMatcher::match(const methodHandle& method, int inline_action) { in match() argument 406 return (current->_inline_action == inline_action); in match()
|
H A D | compilerDirectives.cpp | 311 bool DirectiveSet::matches_inline(const methodHandle& method, int inline_action) { in matches_inline() argument 313 if (_inlinematchers->match(method, inline_action)) { in matches_inline()
|
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Workflow/ |
H A D | Config.pm | 167 my @inline_action = split /\s+/, $action_name; 168 $action_name = shift @inline_action; 204 if (scalar @inline_action) { 206 … $self->logger()->debug("Auto append inline actions: " . join (" > ", @inline_action)); 214 while (my $auto_action = shift @inline_action) { 225 …resulting_state => (scalar @inline_action ? sprintf($generator_name, $generator_index) : $next_sta…
|
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Workflow/ |
H A D | Config.pm | 167 my @inline_action = split /\s+/, $action_name; 168 $action_name = shift @inline_action; 204 if (scalar @inline_action) { 206 … $self->logger()->debug("Auto append inline actions: " . join (" > ", @inline_action)); 214 while (my $auto_action = shift @inline_action) { 225 …resulting_state => (scalar @inline_action ? sprintf($generator_name, $generator_index) : $next_sta…
|
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/normalize/inline/ |
H A D | mod.rs | 128 let inline_action = inline_production.action; in inline() localVariable 129 let fallible = self.action_fn_defns[inline_action.index()].fallible; in inline()
|
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/normalize/inline/ |
H A D | mod.rs | 128 let inline_action = inline_production.action; in inline() localVariable 129 let fallible = self.action_fn_defns[inline_action.index()].fallible; in inline()
|
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/normalize/inline/ |
H A D | mod.rs | 130 let inline_action = inline_production.action; in inline() localVariable 131 let fallible = self.action_fn_defns[inline_action.index()].fallible; in inline()
|