Home
last modified time | relevance | path

Searched refs:pThrowNullPointer (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h137 void (*pThrowNullPointer)(); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc226 qpoints->pThrowNullPointer = art_quick_throw_null_pointer_exception; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc244 qpoints->pThrowNullPointer = art_quick_throw_null_pointer_exception; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc244 qpoints->pThrowNullPointer = art_quick_throw_null_pointer_exception; in InitEntryPoints()
/art/compiler/dex/quick/
Dgen_common.cc553 func_offset = QUICK_ENTRYPOINT_OFFSET(pThrowNullPointer); in HandleThrowLaunchPads()
/art/runtime/
Dthread.cc1699 QUICK_ENTRY_POINT_INFO(pThrowNullPointer),