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

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

Completed in 257 milliseconds