Home
last modified time | relevance | path

Searched refs:artDeliverExceptionFromCode (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc34 extern "C" void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self, in artDeliverExceptionFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S23 .extern artDeliverExceptionFromCode
275 la $t9, artDeliverExceptionFromCode
276 jr $t9 # artDeliverExceptionFromCode(Throwable*, Thread*, $sp)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S20 .extern artDeliverExceptionFromCode
172 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S154 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode