HomeSort by relevance Sort by last modified time
    Searched refs:ThrowNullPointerExceptionForMethodAccess (Results 1 - 3 of 3) sorted by null

  /art/runtime/
common_throws.cc 308 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
317 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
333 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kDirect);
336 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kDirect);
339 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kVirtual);
342 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kVirtual);
345 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface);
348 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface);
359 ThrowNullPointerExceptionForMethodAccess(throw_location, method, kVirtual);
common_throws.h 156 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
161 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
  /art/runtime/entrypoints/
entrypoint_utils.cc 176 ThrowNullPointerExceptionForMethodAccess(throw_location, method_idx, type);

Completed in 28 milliseconds