Searched refs:NO_ARG_RUNTIME_EXCEPTION (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 276 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 309 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… label 314 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label 319 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 238 MACRO2(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name) 283 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… label 288 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode label 293 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode label
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 368 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro 406 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… 411 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode 422 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 225 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name macro 323 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCo… 328 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode 339 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
|