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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp1461 // Note: use jccb() if label to be bound is very close to get
1470 void Assembler::jccb(Condition cc, Label& L) { function in class:Assembler
7926 jccb(reverse[cc], skip);
9368 jccb(Assembler::equal, found_method);
9370 jccb(Assembler::notEqual, search);
9446 // range of a jccb. If this routine grows larger, reconsider at
9449 if (&(label) == &L_fallthrough) jccb(assembler_cond, label); \
9612 jccb(Assembler::notEqual, *L_failure);
9633 jccb(negate_condition(cc), L);
9644 jccb(negate_conditio
[all...]

Completed in 449 milliseconds