Home
last modified time | relevance | path

Searched refs:ThrowNullPointerException (Results 1 – 20 of 20) sorted by relevance

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_lock_entrypoints.cc29 ThrowNullPointerException("Null reference used for synchronization (monitor-enter)"); in artLockObjectFromCode()
57 ThrowNullPointerException("Null reference used for synchronization (monitor-exit)"); in artUnlockObjectFromCode()
/aosp12/art/runtime/native/
H A Djava_lang_StringFactory.cc37 ThrowNullPointerException("data == null"); in StringFactory_newStringFromBytes()
78 ThrowNullPointerException("toCopy == null"); in StringFactory_newStringFromString()
107 ThrowNullPointerException("data == null"); in StringFactory_newStringFromUtf8Bytes()
H A Djava_lang_String.cc44 ThrowNullPointerException("rhs == null"); in String_compareTo()
54 ThrowNullPointerException("string arg == null"); in String_concat()
H A Djava_lang_reflect_Parameter.cc42 ThrowNullPointerException("javaMethod == null"); in Parameter_getAnnotationNative()
H A Ddalvik_system_VMDebug.cc223 ThrowNullPointerException("fileName == null && fd == null"); in VMDebug_dumpHprofData()
438 ThrowNullPointerException("agent is null"); in VMDebug_nativeAttachAgent()
472 ThrowNullPointerException("argument is null"); in VMDebug_allowHiddenApiReflectionFrom()
H A Djava_lang_System.cc58 ThrowNullPointerException("src == null"); in System_arraycopy()
62 ThrowNullPointerException("dst == null"); in System_arraycopy()
H A Ddalvik_system_VMRuntime.cc107 ThrowNullPointerException("element class == null"); in VMRuntime_newNonMovableArray()
134 ThrowNullPointerException("element class == null"); in VMRuntime_newUnpaddedArray()
502 ThrowNullPointerException("encoded_class_loader_context == null"); in VMRuntime_isValidClassLoaderContext()
H A Djava_lang_Thread.cc119 ThrowNullPointerException("object == null"); in Thread_holdsLock()
H A Djava_lang_Class.cc488 ThrowNullPointerException("name == null"); in Class_getPublicFieldRecursive()
506 ThrowNullPointerException("name == null"); in Class_getDeclaredField()
686 ThrowNullPointerException("annotationClass"); in Class_getDeclaredAnnotation()
/aosp12/art/runtime/
H A Dcommon_throws.h234 void ThrowNullPointerException(const char* msg)
237 void ThrowNullPointerException()
H A Dreflection-inl.h121 ThrowNullPointerException("null receiver"); in VerifyObjectIsClass()
H A Dcommon_throws.cc665 void ThrowNullPointerException(const char* msg) { in ThrowNullPointerException() function
669 void ThrowNullPointerException() { in ThrowNullPointerException() function
H A Dmethod_handles.cc282 ThrowNullPointerException( in ConvertJValueCommon()
1051 ThrowNullPointerException("Expected argument 1 to be a non-null VarHandle"); in DoVarHandleInvokeTranslation()
H A Dreflection.cc945 ThrowNullPointerException( in UnboxPrimitive()
H A Dclass_linker.cc2959 ThrowNullPointerException(StringPrintf("ClassLoader.loadClass returned null for %s", in FindClass()
/aosp12/art/runtime/entrypoints/
H A Dentrypoint_utils.cc167 ThrowNullPointerException("null array in FILL_ARRAY_DATA"); in FillArrayData()
/aosp12/art/openjdkjvm/
H A DOpenjdkJvm.cc402 art::ThrowNullPointerException("object == null"); in JVM_HoldsLock()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h742 ThrowNullPointerException(); in THROW()
/aosp12/art/runtime/mirror/
H A Dclass.cc1436 ThrowNullPointerException("name == null"); in GetDeclaredMethodInternal()
H A Dvar_handle.cc111 ThrowNullPointerException("Attempt to access memory on a null object"); in ThrowNullPointerExceptionForCoordinate()