Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc308 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location, in ThrowNullPointerExceptionForMethodAccess() function
317 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location, in ThrowNullPointerExceptionForMethodAccess() function
333 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()
336 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()
339 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
342 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
345 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
348 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
359 ThrowNullPointerExceptionForMethodAccess(throw_location, method, kVirtual); in ThrowNullPointerExceptionFromDexPC()
Dcommon_throws.h156 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
161 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
/art/runtime/entrypoints/
Dentrypoint_utils.cc176 ThrowNullPointerExceptionForMethodAccess(throw_location, method_idx, type); in FindMethodFromCode()