Home
last modified time | relevance | path

Searched refs:has_log_file (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp628 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
807 bool has_log = has_log_file(); // check before locking in hold()
871 if (has_log_file()) { in write()
947 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp594 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
773 bool has_log = has_log_file(); // check before locking in hold()
837 if (has_log_file()) { in write()
913 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp598 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
777 bool has_log = has_log_file(); // check before locking in hold()
841 if (has_log_file()) { in write()
917 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp607 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
787 bool has_log = has_log_file(); // check before locking in hold()
851 if (has_log_file()) { in write()
919 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp638 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
818 bool has_log = has_log_file(); // check before locking in hold()
882 if (has_log_file()) { in write()
950 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp628 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
807 bool has_log = has_log_file(); // check before locking in hold()
871 if (has_log_file()) { in write()
947 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp607 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
787 bool has_log = has_log_file(); // check before locking in hold()
851 if (has_log_file()) { in write()
927 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp595 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
774 bool has_log = has_log_file(); // check before locking in hold()
838 if (has_log_file()) { in write()
914 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp1031 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
1205 bool has_log = has_log_file(); // check before locking in hold()
1287 if (has_log_file()) { in write()
1376 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DdefaultStream.hpp59 if (has_log_file()) finish_log(); in ~defaultStream()
83 if (has_log_file()) _log_file->flush(); in flush()
94 bool has_log_file();
H A Dostream.cpp1031 bool defaultStream::has_log_file() { in has_log_file() function in defaultStream
1205 bool has_log = has_log_file(); // check before locking in hold()
1287 if (has_log_file()) { in write()
1376 defaultStream::instance->has_log_file(); in ostream_init_log()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Darchive-pfs.c468 int has_log_file; in pfs_revision_type() local
501 has_log_file = list_contains (files, log_tail); in pfs_revision_type()
508 … || (!!has_log_file != !!arch_pfs_checksum_anticipates_file (a->name, revision, log_tail)))) in pfs_revision_type()