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

/art/runtime/mirror/
H A Darray.cc124 void Array::ThrowArrayStoreException(Object* object) { function in class:art::mirror::Array
125 art::ThrowArrayStoreException(object->GetClass(), this->GetClass());
/art/runtime/
H A Dcommon_throws.cc112 void ThrowArrayStoreException(mirror::Class* element_class, mirror::Class* array_class) { function in namespace:art

Completed in 80 milliseconds