Home
last modified time | relevance | path

Searched refs:art_portable_throw_array_bounds_from_code (Results 1 – 3 of 3) sorted by relevance

/art/compiler/llvm/
Druntime_support_llvm_func_list.h32 V(ThrowIndexOutOfBounds, art_portable_throw_array_bounds_from_code) \
Dart_module.ll57 declare void @art_portable_throw_array_bounds_from_code(i32, i32)
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc28 extern "C" void art_portable_throw_array_bounds_from_code(int32_t index, int32_t length) in art_portable_throw_array_bounds_from_code() function