Searched defs:NO_ARG_RUNTIME_EXCEPTION (Results 1 - 4 of 4) sorted by relevance
/art/runtime/arch/arm/ |
H A D | quick_entrypoints_arm.S | 192 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name 290 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode label 295 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label 306 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label
|
/art/runtime/arch/arm64/ |
H A D | quick_entrypoints_arm64.S | 400 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name 438 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode label 443 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label 454 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label
|
/art/runtime/arch/x86/ |
H A D | quick_entrypoints_x86.S | 204 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 249 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode 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
|
/art/runtime/arch/x86_64/ |
H A D | quick_entrypoints_x86_64.S | 277 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 310 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode 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
|
Completed in 367 milliseconds