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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp3088 Label notMethod; local
3091 __ jcc(Assembler::zero, notMethod);
3094 __ bind(notMethod);
H A DtemplateTable_x86_64.cpp3151 Label notMethod; local
3154 __ jcc(Assembler::zero, notMethod);
3157 __ bind(notMethod);

Completed in 2474 milliseconds