Home
last modified time | relevance | path

Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dcommon_throws.cc348 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location, in ThrowNullPointerExceptionForMethodAccess() function
357 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location, in ThrowNullPointerExceptionForMethodAccess() function
373 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()
376 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()
379 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
382 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
385 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
388 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
399 ThrowNullPointerExceptionForMethodAccess(throw_location, method, kVirtual); in ThrowNullPointerExceptionFromDexPC()
Dcommon_throws.h169 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
174 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h373 ThrowNullPointerExceptionForMethodAccess(throw_location, method_idx, type); in FindMethodFromCode()