Home
last modified time | relevance | path

Searched refs:artThrowArrayBoundsFromCode (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc91 extern "C" NO_RETURN void artThrowArrayBoundsFromCode(int index, int length, Thread* self) in artThrowArrayBoundsFromCode() function
/aosp12/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S282 TWO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
/aosp12/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S300 TWO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
/aosp12/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S374 TWO_ARG_RUNTIME_EXCEPTION_SAVE_EVERYTHING art_quick_throw_array_bounds, artThrowArrayBoundsFromCode