Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc93 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException()
/art/runtime/
Dcommon_throws.cc121 void ThrowClassCastException(mirror::Class* dest_type, mirror::Class* src_type) { in ThrowClassCastException()