Searched refs:no_reguard (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1192 Label no_reguard; local
1194 __ jcc(Assembler::notEqual, no_reguard);
1200 __ bind(no_reguard);
H A DtemplateInterpreter_x86_64.cpp1175 Label no_reguard; local
1178 __ jcc(Assembler::notEqual, no_reguard);
1189 __ bind(no_reguard);
H A DcppInterpreter_x86.cpp1377 Label no_reguard; local
1379 __ jcc(Assembler::notEqual, no_reguard);
1385 __ bind(no_reguard);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp2603 Label no_reguard; local
2605 __ cmp_and_br_short(G3_scratch, JavaThread::stack_guard_yellow_disabled, Assembler::notEqual, Assembler::pt, no_reguard);
2614 __ bind(no_reguard);

Completed in 340 milliseconds