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

/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp406 #define RETURN_STUB(xxx_fill) { \ macro
413 if (!aligned) RETURN_STUB(jbyte_fill);
414 RETURN_STUB(arrayof_jbyte_fill);
417 if (!aligned) RETURN_STUB(jshort_fill);
418 RETURN_STUB(arrayof_jshort_fill);
421 if (!aligned) RETURN_STUB(jint_fill);
422 RETURN_STUB(arrayof_jint_fill);
437 #undef RETURN_STUB macro
456 #define RETURN_STUB(xxx_arraycopy) { \ macro
468 case COPYFUNC_CONJOINT | COPYFUNC_UNALIGNED: RETURN_STUB(jbyte_arraycop
510 #undef RETURN_STUB macro
[all...]

Completed in 31 milliseconds