Searched refs:artThrowArrayBoundsFromCode (Results 1 – 6 of 6) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 71 extern "C" NO_RETURN void artThrowArrayBoundsFromCode(int index, int length, Thread* self) in artThrowArrayBoundsFromCode() function
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 417 .extern artThrowArrayBoundsFromCode 420 la $t9, artThrowArrayBoundsFromCode 421 jalr $zero, $t9 # artThrowArrayBoundsFromCode(index, limit, Thread*)
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 301 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 449 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 337 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 276 TWO_ARG_RUNTIME_EXCEPTION art_quick_throw_array_bounds, artThrowArrayBoundsFromCode
|