Searched defs:ThrowNullPointerExceptionForFieldAccess (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcommon_throws.cc329 void ThrowNullPointerExceptionForFieldAccess(const ThrowLocation& throw_location, function in namespace:art
417 ThrowNullPointerExceptionForFieldAccess(throw_location, field, true /* read */);
430 ThrowNullPointerExceptionForFieldAccess(throw_location, field, true /* read */);
448 ThrowNullPointerExceptionForFieldAccess(throw_location, field, false /* write */);
461 ThrowNullPointerExceptionForFieldAccess(throw_location, field, false /* write */);

Completed in 1070 milliseconds