Home
last modified time | relevance | path

Searched refs:ThrowArrayStoreException_NotAnArray (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Djava_lang_System.cc38 static void ThrowArrayStoreException_NotAnArray(const char* identifier, mirror::Object* array) in ThrowArrayStoreException_NotAnArray() function
65 ThrowArrayStoreException_NotAnArray("source", srcObject); in System_arraycopy()
70 ThrowArrayStoreException_NotAnArray("destination", dstObject); in System_arraycopy()