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