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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp11209 Label TRUE_LABEL, FALSE_LABEL, DONE, COMPARE_VECTORS, COMPARE_CHAR; local
11221 jcc(Assembler::zero, FALSE_LABEL);
11223 jcc(Assembler::zero, FALSE_LABEL);
11228 jcc(Assembler::notEqual, FALSE_LABEL);
11263 jccb(Assembler::notZero, FALSE_LABEL);
11275 jccb(Assembler::notZero, FALSE_LABEL);
11300 jccb(Assembler::notZero, FALSE_LABEL);
11312 jccb(Assembler::notZero, FALSE_LABEL);
11331 jccb(Assembler::notEqual, FALSE_LABEL);
11342 jccb(Assembler::notEqual, FALSE_LABEL);
[all...]

Completed in 82 milliseconds