Searched refs:cause_return (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp3357 bool cause_return = (poll_type == POLL_AT_RETURN); local
3359 // If cause_return is true we are at a poll_return and there is
3365 if (!cause_return)
3380 if (!cause_return) {
H A DsharedRuntime_x86_64.cpp3803 bool cause_return = (poll_type == POLL_AT_RETURN); local
3807 if (!cause_return) {
3823 if (!cause_return) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3764 bool cause_return = (poll_type == POLL_AT_RETURN); local
3766 if (cause_return) {

Completed in 86 milliseconds