Home
last modified time | relevance | path

Searched refs:parse_method_pattern (Results 1 – 25 of 40) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp246 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
355 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in BasicMatcher
358 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
393 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
396 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
431 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg);
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DcompilerOracle.cpp134 static TypedMethodOptionMatcher* parse_method_pattern(char*& line, const char*& error_msg);
253 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, const char*& … in parse_method_pattern() function in TypedMethodOptionMatcher
256 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
612 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_m… in parse_from_line()
660 BasicMatcher* matcher = BasicMatcher::parse_method_pattern(line, error_msg); in parse_from_line()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp245 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
352 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in BasicMatcher
355 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
390 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
393 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
428 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg);
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DcompilerOracle.cpp135 static TypedMethodOptionMatcher* parse_method_pattern(char*& line, const char*& error_msg);
254 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, const char*& … in parse_method_pattern() function in TypedMethodOptionMatcher
257 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
613 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_m… in parse_from_line()
661 BasicMatcher* matcher = BasicMatcher::parse_method_pattern(line, error_msg); in parse_from_line()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp246 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
355 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in BasicMatcher
358 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
393 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
396 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
431 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg);
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DcompilerOracle.cpp134 static TypedMethodOptionMatcher* parse_method_pattern(char*& line, const char*& error_msg);
253 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, const char*& … in parse_method_pattern() function in TypedMethodOptionMatcher
256 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
612 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_m… in parse_from_line()
660 BasicMatcher* matcher = BasicMatcher::parse_method_pattern(line, error_msg); in parse_from_line()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp246 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
360 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg, bool expect_tr… in parse_method_pattern() function in BasicMatcher
363 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
399 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
402 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
436 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 …static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg, bool expect_trailing…
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DcompilerOracle.cpp124 …static TypedMethodOptionMatcher* parse_method_pattern(char*& line, char* errorbuf, const int buf_s…
252 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, char* errorbu… in parse_method_pattern() function in TypedMethodOptionMatcher
256 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
733 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_b… in parse_from_line()
779 …TypedMethodOptionMatcher* matcher = TypedMethodOptionMatcher::parse_method_pattern(line, error_buf… in parse_from_line()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DmethodMatcher.cpp240 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
346 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in BasicMatcher
349 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
384 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
387 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
422 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg);
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DcompilerOracle.cpp134 static TypedMethodOptionMatcher* parse_method_pattern(char*& line, const char*& error_msg);
253 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, const char*& … in parse_method_pattern() function in TypedMethodOptionMatcher
256 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
610 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_m… in parse_from_line()
658 BasicMatcher* matcher = BasicMatcher::parse_method_pattern(line, error_msg); in parse_from_line()
H A DcompilerDirectives.cpp141 BasicMatcher* bm = BasicMatcher::parse_method_pattern(str, error_msg); in add_match()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp245 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
355 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in BasicMatcher
358 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
393 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
396 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
431 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg);
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DcompilerOracle.cpp135 static TypedMethodOptionMatcher* parse_method_pattern(char*& line, const char*& error_msg);
254 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, const char*& … in parse_method_pattern() function in TypedMethodOptionMatcher
257 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
613 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_m… in parse_from_line()
661 BasicMatcher* matcher = BasicMatcher::parse_method_pattern(line, error_msg); in parse_from_line()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DmethodMatcher.cpp245 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
354 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in BasicMatcher
357 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
392 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
395 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
430 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg);
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DcompilerOracle.cpp135 static TypedMethodOptionMatcher* parse_method_pattern(char*& line, const char*& error_msg);
254 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, const char*& … in parse_method_pattern() function in TypedMethodOptionMatcher
257 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
613 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_m… in parse_from_line()
661 BasicMatcher* matcher = BasicMatcher::parse_method_pattern(line, error_msg); in parse_from_line()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/
H A DmethodMatcher.hpp61 static void parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* m);
84 …static BasicMatcher* parse_method_pattern(char* line, const char*& error_msg, bool expect_trailing…
115 static InlineMatcher* parse_method_pattern(char* line, const char*& error_msg);
H A DmethodMatcher.cpp258 void MethodMatcher::parse_method_pattern(char*& line, const char*& error_msg, MethodMatcher* matche… in parse_method_pattern() function in MethodMatcher
385 BasicMatcher* BasicMatcher::parse_method_pattern(char* line, const char*& error_msg, bool expect_tr… in parse_method_pattern() function in BasicMatcher
388 MethodMatcher::parse_method_pattern(line, error_msg, bm); in parse_method_pattern()
424 InlineMatcher* InlineMatcher::parse_method_pattern(char* line, const char*& error_msg) { in parse_method_pattern() function in InlineMatcher
427 MethodMatcher::parse_method_pattern(line, error_msg, im); in parse_method_pattern()
461 InlineMatcher* im = InlineMatcher::parse_method_pattern(str, error_msg); in parse_inline_pattern()
H A DcompilerOracle.cpp144 …static TypedMethodOptionMatcher* parse_method_pattern(char*& line, char* errorbuf, const int buf_s…
272 TypedMethodOptionMatcher* TypedMethodOptionMatcher::parse_method_pattern(char*& line, char* errorbu… in parse_method_pattern() function in TypedMethodOptionMatcher
276 MethodMatcher::parse_method_pattern(line, error_msg, tom); in parse_method_pattern()
796 …TypedMethodOptionMatcher* archetype = TypedMethodOptionMatcher::parse_method_pattern(line, error_b… in parse_from_line()
849 …TypedMethodOptionMatcher* matcher = TypedMethodOptionMatcher::parse_method_pattern(line, error_buf… in parse_from_line()

12