Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc113 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException() function
148 artThrowClassCastException(dest_type, obj->GetClass(), self); in artThrowClassCastExceptionForObject()