Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc27 extern "C" NO_RETURN void artDeliverPendingExceptionFromCode(Thread* self) in artDeliverPendingExceptionFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S27 .extern artDeliverPendingExceptionFromCode
284 la $t9, artDeliverPendingExceptionFromCode
285 jalr $zero, $t9 # artDeliverPendingExceptionFromCode(Thread*)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S189 b artDeliverPendingExceptionFromCode @ artDeliverPendingExceptionFromCode(Thread*)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S27 .extern artDeliverPendingExceptionFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S372 b artDeliverPendingExceptionFromCode // artDeliverPendingExceptionFromCode(Thread*)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S273 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S200 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)