Home
last modified time | relevance | path

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

/art/compiler/llvm/
Druntime_support_llvm_func_list.h30 V(ThrowNullPointerException, art_portable_throw_null_pointer_exception_from_code) \
Dart_module.ll59 declare void @art_portable_throw_null_pointer_exception_from_code(i32)
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc38 extern "C" void art_portable_throw_null_pointer_exception_from_code(uint32_t dex_pc) in art_portable_throw_null_pointer_exception_from_code() function