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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_64.cpp680 Label notObj, notInt, notByte, notShort; local
691 __ jcc(Assembler::notEqual, notObj);
696 __ bind(notObj);
H A DtemplateTable_x86_32.cpp2269 Label Done, notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2301 __ jcc(Assembler::notEqual, notObj);
2310 __ bind(notObj);
2485 Label notByte, notInt, notShort, notChar, notLong, notFloat, notObj, notDouble; local
2520 __ jcc(Assembler::notEqual, notObj);
2533 __ bind(notObj);
H A DtemplateTable_x86_64.cpp2334 notLong, notFloat, notObj, notDouble; local
2353 __ jcc(Assembler::notEqual, notObj);
2362 __ bind(notObj);
2542 notLong, notFloat, notObj, notDouble; local
2563 __ jcc(Assembler::notEqual, notObj);
2577 __ bind(notObj);
H A DcppInterpreter_x86.cpp878 Label notObj; local
880 __ jcc(Assembler::notEqual, notObj);
885 __ bind(notObj);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2300 Label notByte, notInt, notShort, notChar, notLong, notFloat, notObj;
2307 __ br(Assembler::notEqual, false, Assembler::pt, notObj);
2320 __ bind(notObj);
2661 Label notInt, notShort, notChar, notObj, notByte, notLong, notFloat;
2666 __ br(Assembler::notEqual, false, Assembler::pt, notObj);
2678 __ bind(notObj);
2710 __ br(Assembler::notEqual, false, Assembler::pt, notObj);
2724 __ bind(notObj);

Completed in 370 milliseconds