Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc110 extern "C" NO_RETURN void artThrowClassCastException(mirror::Class* dest_type, in artThrowClassCastException() function
125 artThrowClassCastException(dest_type, obj->GetClass(), self); in artThrowClassCastExceptionForObject()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1391 jalr $zero, $t9 # artThrowClassCastException (Object*, Class*, Thread*)
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1452 jalr $zero, $t9 # artThrowClassCastException (Object*, Class*, Thread*)