Lines Matching refs:ThrowNullPointerExceptionForMethodAccess
439 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, in ThrowNullPointerExceptionForMethodAccess() function
447 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, in ThrowNullPointerExceptionForMethodAccess() function
591 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kDirect); in ThrowNullPointerExceptionFromDexPC()
594 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kDirect); in ThrowNullPointerExceptionFromDexPC()
597 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
600 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
603 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_35c(), kInterface); in ThrowNullPointerExceptionFromDexPC()
606 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_3rc(), kInterface); in ThrowNullPointerExceptionFromDexPC()
609 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_45cc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
612 ThrowNullPointerExceptionForMethodAccess(instr.VRegB_4rcc(), kVirtual); in ThrowNullPointerExceptionFromDexPC()
619 ThrowNullPointerExceptionForMethodAccess(method_idx, kVirtual); in ThrowNullPointerExceptionFromDexPC()