Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc30 extern "C" NO_RETURN void artDeliverPendingExceptionFromCode(Thread* self) in artDeliverPendingExceptionFromCode() function
/art/runtime/arch/arm/
Dasm_support_arm.S289 bl artDeliverPendingExceptionFromCode @ artDeliverPendingExceptionFromCode(Thread*)
Djni_entrypoints_arm.S395 b artDeliverPendingExceptionFromCode @ (Thread*)
/art/runtime/arch/x86/
Djni_entrypoints_x86.S360 call SYMBOL(artDeliverPendingExceptionFromCode) // (Thread*)
Dasm_support_x86.S386 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
/art/runtime/arch/arm64/
Djni_entrypoints_arm64.S434 b artDeliverPendingExceptionFromCode // (Thread*)
Dasm_support_arm64.S371 bl artDeliverPendingExceptionFromCode // artDeliverPendingExceptionFromCode(Thread*)
/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S465 jmp SYMBOL(artDeliverPendingExceptionFromCode) // (Thread*); tail call.
Dasm_support_x86_64.S471 call SYMBOL(artDeliverPendingExceptionFromCode) // artDeliverPendingExceptionFromCode(Thread*)
/art/runtime/arch/riscv64/
Djni_entrypoints_riscv64.S528 tail artDeliverPendingExceptionFromCode // (Thread*)
Dasm_support_riscv64.S717 call artDeliverPendingExceptionFromCode // Point of no return.
/art/runtime/
Dinstrumentation.cc59 extern "C" NO_RETURN void artDeliverPendingExceptionFromCode(Thread* self);