Searched defs:notObj (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | cppInterpreter_x86.cpp | 878 Label notObj; local 880 __ jcc(Assembler::notEqual, notObj); 885 __ bind(notObj);
|
H A D | templateInterpreter_x86_64.cpp | 680 Label notObj, notInt, notByte, notShort; local 691 __ jcc(Assembler::notEqual, notObj); 696 __ bind(notObj);
|
H A D | templateTable_x86_32.cpp | 2269 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 D | templateTable_x86_64.cpp | 2334 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);
|
Completed in 108 milliseconds