Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | common_throws.cc | 308 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()
|
D | common_throws.h | 156 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location, 161 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 176 ThrowNullPointerExceptionForMethodAccess(throw_location, method_idx, type); in FindMethodFromCode()
|