Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc34 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S25 .extern artDeliverExceptionFromCode
387 la $t9, artDeliverExceptionFromCode
388 jalr $zero, $t9 # artDeliverExceptionFromCode(Throwable*, Thread*)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S22 .extern artDeliverExceptionFromCode
285 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S25 .extern artDeliverExceptionFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S433 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S326 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S265 ONE_ARG_RUNTIME_EXCEPTION art_quick_deliver_exception, artDeliverExceptionFromCode