Home
last modified time | relevance | path

Searched refs:MethodMatcher (Results 1 – 25 of 92) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp64 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
72 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
203 int match = MethodMatcher::Exact; in check_mode()
206 return MethodMatcher::Any; in check_mode()
208 match |= MethodMatcher::Suffix; in check_mode()
214 match |= MethodMatcher::Prefix; in check_mode()
220 return MethodMatcher::Any; in check_mode()
225 return MethodMatcher::Unknown; in check_mode()
247 MethodMatcher::Mode c_match; in parse_method_pattern()
248 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp65 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
73 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
204 int match = MethodMatcher::Exact; in check_mode()
207 return MethodMatcher::Any; in check_mode()
209 match |= MethodMatcher::Suffix; in check_mode()
215 match |= MethodMatcher::Prefix; in check_mode()
221 return MethodMatcher::Any; in check_mode()
226 return MethodMatcher::Unknown; in check_mode()
246 MethodMatcher::Mode c_match; in parse_method_pattern()
247 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp64 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
72 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
203 int match = MethodMatcher::Exact; in check_mode()
206 return MethodMatcher::Any; in check_mode()
208 match |= MethodMatcher::Suffix; in check_mode()
214 match |= MethodMatcher::Prefix; in check_mode()
220 return MethodMatcher::Any; in check_mode()
225 return MethodMatcher::Unknown; in check_mode()
247 MethodMatcher::Mode c_match; in parse_method_pattern()
248 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp66 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
74 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
205 int match = MethodMatcher::Exact; in check_mode()
208 return MethodMatcher::Any; in check_mode()
210 match |= MethodMatcher::Suffix; in check_mode()
216 match |= MethodMatcher::Prefix; in check_mode()
222 return MethodMatcher::Any; in check_mode()
227 return MethodMatcher::Unknown; in check_mode()
247 MethodMatcher::Mode c_match; in parse_method_pattern()
248 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DmethodMatcher.cpp64 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
72 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
203 int match = MethodMatcher::Exact; in check_mode()
206 return MethodMatcher::Any; in check_mode()
208 match |= MethodMatcher::Suffix; in check_mode()
214 match |= MethodMatcher::Prefix; in check_mode()
220 return MethodMatcher::Any; in check_mode()
225 return MethodMatcher::Unknown; in check_mode()
241 MethodMatcher::Mode c_match; in parse_method_pattern()
242 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp65 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
73 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
204 int match = MethodMatcher::Exact; in check_mode()
207 return MethodMatcher::Any; in check_mode()
209 match |= MethodMatcher::Suffix; in check_mode()
215 match |= MethodMatcher::Prefix; in check_mode()
221 return MethodMatcher::Any; in check_mode()
226 return MethodMatcher::Unknown; in check_mode()
246 MethodMatcher::Mode c_match; in parse_method_pattern()
247 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp65 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
73 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
204 int match = MethodMatcher::Exact; in check_mode()
207 return MethodMatcher::Any; in check_mode()
209 match |= MethodMatcher::Suffix; in check_mode()
215 match |= MethodMatcher::Prefix; in check_mode()
221 return MethodMatcher::Any; in check_mode()
226 return MethodMatcher::Unknown; in check_mode()
246 MethodMatcher::Mode c_match; in parse_method_pattern()
247 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/support/
H A DMethodMatchers.java24 import org.springframework.aop.MethodMatcher;
51 public static MethodMatcher union(MethodMatcher mm1, MethodMatcher mm2) { in union()
64 …static MethodMatcher union(MethodMatcher mm1, ClassFilter cf1, MethodMatcher mm2, ClassFilter cf2)… in union()
75 public static MethodMatcher intersection(MethodMatcher mm1, MethodMatcher mm2) { in intersection()
104 private MethodMatcher mm1;
105 private MethodMatcher mm2;
107 public UnionMethodMatcher(MethodMatcher mm1, MethodMatcher mm2) { in UnionMethodMatcher()
171 …public ClassFilterAwareUnionMethodMatcher(MethodMatcher mm1, ClassFilter cf1, MethodMatcher mm2, C… in ClassFilterAwareUnionMethodMatcher()
206 private MethodMatcher mm1;
207 private MethodMatcher mm2;
[all …]
H A DComposablePointcut.java22 import org.springframework.aop.MethodMatcher;
48 private MethodMatcher methodMatcher;
57 this.methodMatcher = MethodMatcher.TRUE; in ComposablePointcut()
78 this.methodMatcher = MethodMatcher.TRUE; in ComposablePointcut()
86 public ComposablePointcut(MethodMatcher methodMatcher) { in ComposablePointcut()
97 public ComposablePointcut(ClassFilter classFilter, MethodMatcher methodMatcher) { in ComposablePointcut()
130 public ComposablePointcut union(MethodMatcher other) { in union()
140 public ComposablePointcut intersection(MethodMatcher other) { in intersection()
177 public MethodMatcher getMethodMatcher() { in getMethodMatcher()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp54 MethodMatcher* _next;
66 MethodMatcher(Symbol* class_name, Symbol* method_name, MethodMatcher* next);
118 MethodMatcher::MethodMatcher(Symbol* class_name, Symbol* method_name, MethodMatcher* next) { in MethodMatcher() function in MethodMatcher
128 MethodMatcher::MethodMatcher(Symbol* class_name, Mode class_mode, in MethodMatcher() function in MethodMatcher
330 class MethodMatcher;
353 static MethodMatcher* add_option_string(Symbol* class_name, MethodMatcher::Mode c_mode, in add_option_string()
523 return *c_mode != MethodMatcher::Unknown && *m_mode != MethodMatcher::Unknown; in scan_line()
666 MethodMatcher::Mode c_match = MethodMatcher::Exact; in parse_from_line()
667 MethodMatcher::Mode m_match = MethodMatcher::Exact; in parse_from_line()
887 MethodMatcher::Mode c_match = MethodMatcher::Exact; in parse_compile_only()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp54 MethodMatcher* _next;
66 MethodMatcher(Symbol* class_name, Symbol* method_name, MethodMatcher* next);
118 MethodMatcher::MethodMatcher(Symbol* class_name, Symbol* method_name, MethodMatcher* next) { in MethodMatcher() function in MethodMatcher
128 MethodMatcher::MethodMatcher(Symbol* class_name, Mode class_mode, in MethodMatcher() function in MethodMatcher
330 class MethodMatcher;
353 static MethodMatcher* add_option_string(Symbol* class_name, MethodMatcher::Mode c_mode, in add_option_string()
523 return *c_mode != MethodMatcher::Unknown && *m_mode != MethodMatcher::Unknown; in scan_line()
666 MethodMatcher::Mode c_match = MethodMatcher::Exact; in parse_from_line()
667 MethodMatcher::Mode m_match = MethodMatcher::Exact; in parse_from_line()
887 MethodMatcher::Mode c_match = MethodMatcher::Exact; in parse_compile_only()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp74 MethodMatcher::MethodMatcher(): in MethodMatcher() function in MethodMatcher
82 MethodMatcher::~MethodMatcher() { in ~MethodMatcher()
221 int match = MethodMatcher::Exact; in check_mode()
224 return MethodMatcher::Any; in check_mode()
226 match |= MethodMatcher::Suffix; in check_mode()
232 match |= MethodMatcher::Prefix; in check_mode()
238 return MethodMatcher::Any; in check_mode()
243 return MethodMatcher::Unknown; in check_mode()
259 MethodMatcher::Mode c_match; in parse_method_pattern()
260 MethodMatcher::Mode m_match; in parse_method_pattern()
[all …]
H A DmethodMatcher.hpp32 class MethodMatcher : public CHeapObj<mtCompiler> { class
57 MethodMatcher();
58 ~MethodMatcher();
61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
71 class BasicMatcher : public MethodMatcher {
76 BasicMatcher() : MethodMatcher(), in BasicMatcher()
98 class InlineMatcher : public MethodMatcher {
110 InlineMatcher() : MethodMatcher(), in InlineMatcher()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/test/java/org/springframework/aop/support/
H A DMethodMatchersTests.java24 import org.springframework.aop.MethodMatcher;
54 MethodMatcher defaultMm = MethodMatcher.TRUE; in testDefaultMatchesAll()
61 …assertSame(SerializationTestUtils.serializeAndDeserialize(MethodMatcher.TRUE), MethodMatcher.TRUE); in testMethodMatcherTrueSerializable()
66 MethodMatcher defaultMm = MethodMatcher.TRUE; in testSingle()
78 MethodMatcher mm1 = MethodMatcher.TRUE; in testDynamicAndStaticMethodMatcherIntersection()
79 MethodMatcher mm2 = new TestDynamicMethodMatcherWhichMatches(); in testDynamicAndStaticMethodMatcherIntersection()
80 MethodMatcher intersection = MethodMatchers.intersection(mm1, mm2); in testDynamicAndStaticMethodMatcherIntersection()
93 MethodMatcher getterMatcher = new StartsWithMatcher("get"); in testStaticMethodMatcherUnion()
94 MethodMatcher setterMatcher = new StartsWithMatcher("set"); in testStaticMethodMatcherUnion()
95 MethodMatcher union = MethodMatchers.union(getterMatcher, setterMatcher); in testStaticMethodMatcherUnion()
H A DComposablePointcutTests.java25 import org.springframework.aop.MethodMatcher;
37 public static MethodMatcher GETTER_METHOD_MATCHER = new StaticMethodMatcher() {
43 public static MethodMatcher GET_AGE_METHOD_MATCHER = new StaticMethodMatcher() {
49 public static MethodMatcher ABSQUATULATE_METHOD_MATCHER = new StaticMethodMatcher() {
55 public static MethodMatcher SETTER_METHOD_MATCHER = new StaticMethodMatcher() {
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/support/annotation/
H A DAnnotationMatchingPointcut.java22 import org.springframework.aop.MethodMatcher;
40 private final MethodMatcher methodMatcher;
49 this.methodMatcher = MethodMatcher.TRUE; in AnnotationMatchingPointcut()
61 this.methodMatcher = MethodMatcher.TRUE; in AnnotationMatchingPointcut()
88 this.methodMatcher = MethodMatcher.TRUE; in AnnotationMatchingPointcut()
97 public MethodMatcher getMethodMatcher() { in getMethodMatcher()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/framework/
H A DInterceptorAndDynamicMethodMatcher.java21 import org.springframework.aop.MethodMatcher;
33 final MethodMatcher methodMatcher;
35 …public InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor, MethodMatcher methodMatch… in InterceptorAndDynamicMethodMatcher()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/
H A DMethodMatcherUnitTest.php21 $matcher = new MethodMatcher('stdClass', 'bar');
30 $matcher = new MethodMatcher('stdClass', 'bar');
38 $matcher = new MethodMatcher('stdClass', 'bar');

1234