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