Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc53 extern "C" NO_RETURN void artThrowNullPointerExceptionFromCode(Thread* self) in artThrowNullPointerExceptionFromCode() function
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S395 .extern artThrowNullPointerExceptionFromCode
398 la $t9, artThrowNullPointerExceptionFromCode
399 jalr $zero, $t9 # artThrowNullPointerExceptionFromCode(Thread*)
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S290 …_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S438 …_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S310 …_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S249 …_ARG_RUNTIME_EXCEPTION art_quick_throw_null_pointer_exception, artThrowNullPointerExceptionFromCode