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()
50 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_reflect_Parameter.cc42 ThrowNullPointerException("javaMethod == null"); in Parameter_getAnnotationNative()
Djava_lang_String.cc43 ThrowNullPointerException("rhs == null"); in String_compareTo()
54 ThrowNullPointerException("string arg == null"); in String_concat()
Djava_lang_System.cc58 ThrowNullPointerException("src == null"); in System_arraycopy()
62 ThrowNullPointerException("dst == null"); in System_arraycopy()
Djava_lang_Thread.cc116 ThrowNullPointerException("object == null"); in Thread_nativeHoldsLock()
Ddalvik_system_VMDebug.cc231 ThrowNullPointerException("fileName == null && fd == null"); in VMDebug_dumpHprofData()
514 ThrowNullPointerException("agent is null"); in VMDebug_attachAgent()
Djava_lang_Class.cc354 ThrowNullPointerException("name == null"); in Class_getPublicFieldRecursive()
366 ThrowNullPointerException("name == null"); in Class_getDeclaredField()
504 ThrowNullPointerException("annotationClass"); in Class_getDeclaredAnnotation()
Ddalvik_system_VMRuntime.cc89 ThrowNullPointerException("element class == null"); in VMRuntime_newNonMovableArray()
116 ThrowNullPointerException("element class == null"); in VMRuntime_newUnpaddedArray()
/art/runtime/
Dreflection-inl.h121 ThrowNullPointerException("null receiver"); in VerifyObjectIsClass()
Dcommon_throws.cc597 ThrowNullPointerException("Attempt to invoke a virtual method on a null object reference"); in ThrowNullPointerExceptionFromDexPC()
629 ThrowNullPointerException("Attempt to read from a field on a null object reference"); in ThrowNullPointerExceptionFromDexPC()
661 ThrowNullPointerException("Attempt to write to a field on a null object reference"); in ThrowNullPointerExceptionFromDexPC()
712 void ThrowNullPointerException(const char* msg) { in ThrowNullPointerException() function
Dcommon_throws.h223 void ThrowNullPointerException(const char* msg)
Dreflection.cc807 ThrowNullPointerException( in UnboxPrimitive()
Dmethod_handles.cc278 ThrowNullPointerException( in ConvertJValueCommon()
Dclass_linker.cc2766 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/runtime/openjdkjvm/
DOpenjdkJvm.cc402 art::ThrowNullPointerException("object == null"); in JVM_HoldsLock()
/art/runtime/interpreter/
Dinterpreter_common.cc817 ThrowNullPointerException("CallSite == null"); in InvokeBootstrapMethod()
833 ThrowNullPointerException("CallSite target == null"); in InvokeBootstrapMethod()
Dinterpreter_switch_impl.cc657 ThrowNullPointerException("throw with null exception"); in ExecuteSwitchImpl()
/art/runtime/mirror/
Dclass.cc1230 ThrowNullPointerException("name == null"); in GetDeclaredMethodInternal()