Home
last modified time | relevance | path

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

/dports/lang/perl5.30/perl-5.30.3/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DManifest.pm727 my $must_rewrite = "";
733 $must_rewrite = "not a newline at pos $i";
738 $must_rewrite = "last line without newline";
741 if ( $must_rewrite ) {
743 … open MANIFEST, ">", $MANIFEST or die "(must_rewrite=$must_rewrite) Could not open >$MANIFEST: $!";
/dports/lang/perl5.32/perl-5.32.1/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DManifest.pm727 my $must_rewrite = "";
733 $must_rewrite = "not a newline at pos $i";
738 $must_rewrite = "last line without newline";
741 if ( $must_rewrite ) {
743 … open MANIFEST, ">", $MANIFEST or die "(must_rewrite=$must_rewrite) Could not open >$MANIFEST: $!";
/dports/lang/perl5.34/perl-5.34.0/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DManifest.pm727 my $must_rewrite = "";
733 $must_rewrite = "not a newline at pos $i";
738 $must_rewrite = "last line without newline";
741 if ( $must_rewrite ) {
743 … open MANIFEST, ">", $MANIFEST or die "(must_rewrite=$must_rewrite) Could not open >$MANIFEST: $!";
/dports/devel/p5-ExtUtils-Manifest/ExtUtils-Manifest-1.73/lib/ExtUtils/
H A DManifest.pm727 my $must_rewrite = "";
733 $must_rewrite = "not a newline at pos $i";
738 $must_rewrite = "last line without newline";
741 if ( $must_rewrite ) {
743 … open MANIFEST, ">", $MANIFEST or die "(must_rewrite=$must_rewrite) Could not open >$MANIFEST: $!";
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/ExtUtils-Manifest/lib/ExtUtils/
H A DManifest.pm727 my $must_rewrite = "";
733 $must_rewrite = "not a newline at pos $i";
738 $must_rewrite = "last line without newline";
741 if ( $must_rewrite ) {
743 … open MANIFEST, ">", $MANIFEST or die "(must_rewrite=$must_rewrite) Could not open >$MANIFEST: $!";
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp211 assert(!Bytecodes::must_rewrite(code), "invokes aren't rewritten"); in is_not_reached()
237 } else if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp401 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp251 assert(!Bytecodes::must_rewrite(code), "invokes aren't rewritten"); in is_not_reached()
276 } else if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp401 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp255 assert(!Bytecodes::must_rewrite(code), "invokes aren't rewritten"); in is_not_reached()
281 } else if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp401 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp246 assert(!Bytecodes::must_rewrite(code), "invokes aren't rewritten"); in is_not_reached()
272 } else if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp401 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp251 assert(!Bytecodes::must_rewrite(code), "invokes aren't rewritten"); in is_not_reached()
277 } else if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp401 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp246 if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp402 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DabstractInterpreter.cpp246 if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp402 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.hpp402 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
H A DabstractInterpreter.cpp245 if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp278 if (!Bytecodes::must_rewrite(code)) { in is_not_reached()
H A Dbytecodes.hpp409 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp409 …static bool must_rewrite(Bytecodes::Code code) { return can_rewrite(code) && check_must_rew… in must_rewrite() function in Bytecodes
H A Dinterpreter.cpp278 if (!Bytecodes::must_rewrite(code)) { in is_not_reached()