Searched refs:NO_ARG_RUNTIME_EXCEPTION (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 113 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 164 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… label 169 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label 174 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 374 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro 415 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… 420 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode 431 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 239 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 275 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… label 280 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label 285 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 174 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro 215 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… 220 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode 231 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
|