Home
last modified time | relevance | path

Searched refs:NO_ARG_RUNTIME_EXCEPTION (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/arm/
Dquick_entrypoints_arm.S192 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro
290 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo…
295 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
306 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S400 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro
438 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo…
443 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
454 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S277 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
310 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… label
315 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label
320 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S204 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
249 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… label
254 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label
259 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label