Searched refs:pThrowArrayBounds (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h134 void (*pThrowArrayBounds)(int32_t, int32_t); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc241 qpoints->pThrowArrayBounds = art_quick_throw_array_bounds;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc241 qpoints->pThrowArrayBounds = art_quick_throw_array_bounds;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc223 qpoints->pThrowArrayBounds = art_quick_throw_array_bounds;
/art/compiler/dex/quick/
H A Dgen_common.cc565 func_offset = QUICK_ENTRYPOINT_OFFSET(pThrowArrayBounds);
598 func_offset = QUICK_ENTRYPOINT_OFFSET(pThrowArrayBounds);
/art/runtime/
H A Dthread.cc1696 QUICK_ENTRY_POINT_INFO(pThrowArrayBounds),

Completed in 36 milliseconds