Searched refs:NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 208 MACRO2(NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING, c_name, cxx_name) 241 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_null_pointer_exception, artThrowNullPointe… label 263 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_div_zero, artThrowDivZeroFromCode label
|
/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 756 .macro NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING c_name, cxx_name macro 787 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING \ 809 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_div_zero, artThrowDivZeroFromCode
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 218 MACRO2(NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING, c_name, cxx_name) 260 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_null_pointer_exception, artThrowNullPointe… label 285 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_div_zero, artThrowDivZeroFromCode label
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 265 .macro NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING c_name, cxx_name macro 304 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING \ 329 NO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_div_zero, artThrowDivZeroFromCode
|