Home
last modified time | relevance | path

Searched defs:ThrowClassCastException (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dcommon_throws.cc121 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) { in ThrowClassCastException() function
128 void ThrowClassCastException(const ThrowLocation* throw_location, const char* msg) { in ThrowClassCastException() function