HomeSort by relevance Sort by last modified time
    Searched refs:NO_ARG_RUNTIME_EXCEPTION (Results 1 - 4 of 4) sorted by null

  /art/runtime/arch/x86/
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, artThrowNullPointerExceptionFromCode
169 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
174 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
    [all...]
  /art/runtime/arch/x86_64/
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, artThrowNullPointerExceptionFromCode
280 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
285 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
    [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 174 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name
215 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode
220 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
231 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 374 .macro NO_ARG_RUNTIME_EXCEPTION c_name, cxx_name
415 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode
420 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_div_zero, artThrowDivZeroFromCode
431 NO_ARG_RUNTIME_EXCEPTION art_quick_throw_stack_overflow, artThrowStackOverflowFromCode
    [all...]

Completed in 541 milliseconds