Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc63 extern "C" NO_RETURN void artThrowDivZeroFromCode(Thread* self) in artThrowDivZeroFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S406 .extern artThrowDivZeroFromCode
409 la $t9, artThrowDivZeroFromCode
410 jalr $zero, $t9 # artThrowDivZeroFromCode(Thread*)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S295 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S443 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S315 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S254 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode