Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
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()
/art/runtime/native/
Djava_lang_StringFactory.cc36 ThrowNullPointerException("data == null"); in StringFactory_newStringFromBytes()
77 ThrowNullPointerException("toCopy == null"); in StringFactory_newStringFromString()
Djava_lang_String.cc43 ThrowNullPointerException("rhs == null"); in String_compareTo()
54 ThrowNullPointerException("string arg == null"); in String_concat()
Djava_lang_reflect_Parameter.cc42 ThrowNullPointerException("javaMethod == null"); in Parameter_getAnnotationNative()
Djava_lang_System.cc58 ThrowNullPointerException("src == null"); in System_arraycopy()
62 ThrowNullPointerException("dst == null"); in System_arraycopy()
Ddalvik_system_VMDebug.cc232 ThrowNullPointerException("fileName == null && fd == null"); in VMDebug_dumpHprofData()
554 ThrowNullPointerException("agent is null"); in VMDebug_nativeAttachAgent()
588 ThrowNullPointerException("argument is null"); in VMDebug_allowHiddenApiReflectionFrom()
Djava_lang_Thread.cc118 ThrowNullPointerException("object == null"); in Thread_nativeHoldsLock()
Djava_lang_Class.cc456 ThrowNullPointerException("name == null"); in Class_getPublicFieldRecursive()
475 ThrowNullPointerException("name == null"); in Class_getDeclaredField()
631 ThrowNullPointerException("annotationClass"); in Class_getDeclaredAnnotation()
Ddalvik_system_VMRuntime.cc109 ThrowNullPointerException("element class == null"); in VMRuntime_newNonMovableArray()
136 ThrowNullPointerException("element class == null"); in VMRuntime_newUnpaddedArray()
/art/runtime/
Dreflection-inl.h122 ThrowNullPointerException("null receiver"); in VerifyObjectIsClass()
Dcommon_throws.h233 void ThrowNullPointerException(const char* msg)
Dcommon_throws.cc622 ThrowNullPointerException("Attempt to invoke a virtual method on a null object reference"); in ThrowNullPointerExceptionFromDexPC()
731 void ThrowNullPointerException(const char* msg) { in ThrowNullPointerException() function
Dmethod_handles.cc279 ThrowNullPointerException( in ConvertJValueCommon()
1033 ThrowNullPointerException("Expected argument 1 to be a non-null VarHandle"); in DoVarHandleInvokeTranslation()
Dreflection.cc811 ThrowNullPointerException( in UnboxPrimitive()
Dclass_linker.cc2608 ThrowNullPointerException(StringPrintf("ClassLoader.loadClass returned null for %s", in FindClass()
/art/runtime/entrypoints/
Dentrypoint_utils.cc161 ThrowNullPointerException("null array in FILL_ARRAY_DATA"); in FillArrayData()
/art/openjdkjvm/
DOpenjdkJvm.cc401 art::ThrowNullPointerException("object == null"); in JVM_HoldsLock()
/art/runtime/mirror/
Dclass.cc1279 ThrowNullPointerException("name == null"); in GetDeclaredMethodInternal()
Dvar_handle.cc201 ThrowNullPointerException("Attempt to access memory on a null object"); in ThrowNullPointerExceptionForCoordinate()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc745 ThrowNullPointerException("throw with null exception"); in ExecuteSwitchImplCpp()