Home
last modified time | relevance | path

Searched refs:FormatBufferResource (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DformatBuffer.cpp32 FormatBufferResource::FormatBufferResource(const char * format, ...) in FormatBufferResource() function in FormatBufferResource
H A DformatBuffer.hpp43 class FormatBufferResource : public FormatBufferBase { class
45 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Ddebug.hpp44 class FormatBufferResource : public FormatBufferBase { class
46 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
110 typedef FormatBufferResource err_msg_res;
H A Ddebug.cpp93 FormatBufferResource::FormatBufferResource(const char * format, ...)
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Ddebug.hpp44 class FormatBufferResource : public FormatBufferBase { class
46 FormatBufferResource(const char * format, ...) ATTRIBUTE_PRINTF(2, 3);
110 typedef FormatBufferResource err_msg_res;
H A Ddebug.cpp93 FormatBufferResource::FormatBufferResource(const char * format, ...)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dhandshake.cpp238 FormatBufferResource message("Operation for thread " PTR_FORMAT ", is_vm_thread: %s", in do_handshake()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dhandshake.cpp238 FormatBufferResource message("Operation for thread " PTR_FORMAT ", is_vm_thread: %s", in do_handshake()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/
H A DcompileBroker.cpp2163 FormatBufferResource msg = retry_message != NULL ? in invoke_compiler_on_method()
2164 FormatBufferResource("COMPILE SKIPPED: %s (%s)", failure_reason, retry_message) : in invoke_compiler_on_method()
2165 FormatBufferResource("COMPILE SKIPPED: %s", failure_reason); in invoke_compiler_on_method()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/
H A DcompileBroker.cpp2154 FormatBufferResource msg = retry_message != NULL ? in invoke_compiler_on_method()
2155 FormatBufferResource("COMPILE SKIPPED: %s (%s)", failure_reason, retry_message) : in invoke_compiler_on_method()
2156 FormatBufferResource("COMPILE SKIPPED: %s", failure_reason); in invoke_compiler_on_method()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/
H A DcompileBroker.cpp2203 FormatBufferResource msg = retry_message != NULL ?
2204 FormatBufferResource("COMPILE SKIPPED: %s (%s)", failure_reason, retry_message) :
2205 FormatBufferResource("COMPILE SKIPPED: %s", failure_reason);

12