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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp3107 Label L_fallthrough; local
3109 if (L_success == NULL) { L_success = &L_fallthrough; label_nulls++; }
3110 if (L_failure == NULL) { L_failure = &L_fallthrough; label_nulls++; }
3111 if (L_slow_path == NULL) { L_slow_path = &L_fallthrough; label_nulls++; }
3113 (L_slow_path == &L_fallthrough && label_nulls <= 2 && !need_slow_path),
3149 // Hacked ba(), which may only be used just before L_fallthrough.
3151 if (&(label) != &L_fallthrough) { \
3159 if (L_failure == &L_fallthrough) {
3169 if (L_slow_path == &L_fallthrough) {
3179 if (L_failure == &L_fallthrough) {
3206 Label L_fallthrough, L_loop; local
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9434 Label L_fallthrough; local
9436 if (L_success == NULL) { L_success = &L_fallthrough; label_nulls++; }
9437 if (L_failure == NULL) { L_failure = &L_fallthrough; label_nulls++; }
9438 if (L_slow_path == NULL) { L_slow_path = &L_fallthrough; label_nulls++; }
9445 // Hacked jcc, which "knows" that L_fallthrough, at least, is in
9449 if (&(label) == &L_fallthrough) jccb(assembler_cond, label); \
9452 // Hacked jmp, which may only be used just before L_fallthrough.
9454 if (&(label) == &L_fallthrough) { /*do nothing*/ } \
9490 if (L_failure == &L_fallthrough) {
9498 if (L_slow_path == &L_fallthrough) {
9533 Label L_fallthrough; local
[all...]
H A DstubGenerator_x86_32.cpp1377 Label L_fallthrough; local
1380 else __ jcc(assembler_con, L_fallthrough) /*omit semi*/
1412 __ bind(L_fallthrough);

Completed in 84 milliseconds