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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp868 Label notByte, notShort, notChar; local
888 __ jcc(Assembler::notEqual, notByte);
892 __ bind(notByte);
H A DtemplateInterpreter_x86_32.cpp707 Label notByte, notShort, notChar; local
717 __ jcc(Assembler::notEqual, notByte);
721 __ bind(notByte);
H A DtemplateInterpreter_x86_64.cpp680 Label notObj, notInt, notByte, notShort; local
705 __ jcc(Assembler::notEqual, notByte);
710 __ bind(notByte);
H A DtemplateTable_x86_32.cpp2269 Label Done, notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2275 __ jcc(Assembler::notZero, notByte);
2285 __ bind(notByte);
2485 Label notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2490 __ jcc(Assembler::notZero, notByte);
2503 __ bind(notByte);
H A DtemplateTable_x86_64.cpp2333 Label Done, notByte, notInt, notShort, notChar, local
2341 __ jcc(Assembler::notZero, notByte);
2351 __ bind(notByte);
2541 Label notByte, notInt, notShort, notChar, local
2548 __ jcc(Assembler::notZero, notByte);
2561 __ bind(notByte);

Completed in 76 milliseconds