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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2476 Label notVolatile, Done; local
2586 __ jmp(notVolatile);
2597 __ jmp(notVolatile);
2641 __ jcc(Assembler::zero, notVolatile);
2644 __ bind(notVolatile);
2729 Label notVolatile, Done; local
2734 __ jcc(Assembler::zero, notVolatile);
2772 __ bind(notVolatile);
H A DtemplateTable_x86_64.cpp2533 Label notVolatile, Done; local
2679 __ jcc(Assembler::zero, notVolatile);
2682 __ bind(notVolatile);
2769 Label notVolatile; local
2810 __ jcc(Assembler::zero, notVolatile);
2813 __ bind(notVolatile);
2895 // Label notVolatile;
2897 // __ jcc(Assembler::zero, notVolatile);
2899 // __ bind(notVolatile);
2935 // Label notVolatile;
[all...]

Completed in 1793 milliseconds