Searched refs:artThrowClassCastExceptionForObject (Results 1 – 7 of 7) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 143 extern "C" NO_RETURN void artThrowClassCastExceptionForObject(mirror::Object* obj, in artThrowClassCastExceptionForObject() function
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 812 .extern artThrowClassCastExceptionForObject 838 bl artThrowClassCastExceptionForObject @ (Object*, Class*, Thread*)
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1252 .extern artThrowClassCastExceptionForObject 1285 bl artThrowClassCastExceptionForObject // (Object*, Class*, Thread*)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1365 .extern artThrowClassCastExceptionForObject 1396 dla $t9, artThrowClassCastExceptionForObject
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1424 .extern artThrowClassCastExceptionForObject 1458 la $t9, artThrowClassCastExceptionForObject
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1443 call SYMBOL(artThrowClassCastExceptionForObject) // (Object* src, Class* dest, Thread*)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1471 call SYMBOL(artThrowClassCastExceptionForObject) // (Object* src, Class* dest, Thread*)
|