Home
last modified time | relevance | path

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

123

/dports/devel/p5-Module-Util/Module-Util-1.09/t/more/
H A D01..validate_all_cpan.t25 my @known_valid = qw(
32 my $known_valid = do { local $" = '|'; qr{^(?:@known_valid)$} };
39 return 1 if $module =~ $known_valid;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp50 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
51 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
53 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !im->is_valid_method()) { in find_top_frame()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !im->is_valid_method()) { in find_top_frame()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/periodic/sampling/
H A DjfrCallTrace.cpp51 …const bool known_valid = (state == _thread_in_native || state == _thread_in_vm || state == _thread… in find_top_frame() local
52 if (known_valid || candidate.is_interpreted_frame_valid(_thread)) { in find_top_frame()
54 if (known_valid && !Method::is_valid_method(im)) { in find_top_frame()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A Dforte.cpp230 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
234 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A Dforte.cpp230 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
234 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A Dforte.cpp229 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
233 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A Dforte.cpp229 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
233 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A Dforte.cpp229 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
233 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A Dforte.cpp230 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
234 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A Dforte.cpp230 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
234 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A Dforte.cpp229 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
233 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A Dforte.cpp229 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
233 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A Dforte.cpp229 bool known_valid = (state == _thread_in_native || in is_decipherable_interpreted_frame() local
233 if (known_valid || fr->is_interpreted_frame_valid(thread)) { in is_decipherable_interpreted_frame()
/dports/lang/gcc48/gcc-4.8.5/gcc/go/gofrontend/
H A Dbackend.h251 indirect_expression(Bexpression* expr, bool known_valid, Location) = 0;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/gofrontend/
H A Dbackend.h258 indirect_expression(Bexpression* expr, bool known_valid, Location) = 0;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/gofrontend/
H A Dbackend.h264 indirect_expression(Btype* btype, Bexpression* expr, bool known_valid,
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/gofrontend/
H A Dbackend.h264 indirect_expression(Btype* btype, Bexpression* expr, bool known_valid,

123