Home
last modified time | relevance | path

Searched refs:pDeliverException (Results 1 – 9 of 9) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h133 void (*pDeliverException)(void*); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc222 qpoints->pDeliverException = art_quick_deliver_exception; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc240 qpoints->pDeliverException = art_quick_deliver_exception; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc240 qpoints->pDeliverException = art_quick_deliver_exception; in InitEntryPoints()
/art/compiler/utils/mips/
Dassembler_mips.cc968 __ LoadFromOffset(kLoadWord, T9, S1, QUICK_ENTRYPOINT_OFFSET(pDeliverException).Int32Value()); in Emit()
/art/compiler/utils/x86/
Dassembler_x86.cc1840 __ fs()->call(Address::Absolute(QUICK_ENTRYPOINT_OFFSET(pDeliverException))); in Emit()
/art/compiler/dex/quick/
Dgen_common.cc888 CallRuntimeHelperRegLocation(QUICK_ENTRYPOINT_OFFSET(pDeliverException), rl_src, true); in GenThrow()
/art/runtime/
Dthread.cc1695 QUICK_ENTRY_POINT_INFO(pDeliverException),
/art/compiler/utils/arm/
Dassembler_arm.cc1887 __ LoadFromOffset(kLoadWord, R12, TR, QUICK_ENTRYPOINT_OFFSET(pDeliverException).Int32Value()); in Emit()