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.cc113 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException()
144 mirror::Class* dest_type, in artThrowClassCastExceptionForObject()
/art/runtime/
Dcommon_throws.cc154 void ThrowClassCastException(ObjPtr<mirror::Class> dest_type, ObjPtr<mirror::Class> src_type) { in ThrowClassCastException()