Searched defs:cause_return (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3399 bool cause_return = (poll_type == POLL_AT_RETURN); local
/openjdk9/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp2370 bool cause_return = (poll_type == POLL_AT_RETURN); local
/openjdk9/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2959 bool cause_return = (poll_type == POLL_AT_RETURN); local
H A DsharedRuntime_x86_64.cpp3323 bool cause_return = (poll_type == POLL_AT_RETURN); local
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp3069 bool cause_return = (poll_type == POLL_AT_RETURN); local
/openjdk9/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp3159 bool cause_return = (poll_type == POLL_AT_RETURN); local
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp2916 bool cause_return = (poll_type == POLL_AT_RETURN); local

Completed in 109 milliseconds