Searched refs:artThrowArrayBoundsFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 77 extern "C" void artThrowArrayBoundsFromCode(int index, int length, Thread* self, in artThrowArrayBoundsFromCode() function
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 383 .extern artThrowArrayBoundsFromCode 389 la $t9, artThrowArrayBoundsFromCode 390 jr $t9 # artThrowArrayBoundsFromCode(index, limit, Thread*, $sp)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 191 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 426 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 302 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 226 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|