Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc35 extern "C" void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self, in artDeliverExceptionFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S25 .extern artDeliverExceptionFromCode
348 la $t9, artDeliverExceptionFromCode
349 jr $t9 # artDeliverExceptionFromCode(Throwable*, Thread*, $sp)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S22 .extern artDeliverExceptionFromCode
210 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S180 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S410 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S291 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode