| 913 | } |
| 914 | |
| 915 | extern "C" AVIAN_EXPORT void JNICALL |
| 916 | Avian_java_lang_System_arraycopyCharUnchecked(Thread* t, |
| 917 | object method, |
| 918 | uintptr_t* arguments) |
| 919 | { |
| 920 | Avian_java_lang_System_arraycopy(t, method, arguments); |
| 921 | } |
| 922 | |
| 923 | extern "C" AVIAN_EXPORT void JNICALL |
| 924 | Avian_java_lang_System_arraycopyByteUnchecked(Thread* t, |
nothing calls this directly
no test coverage detected