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

  /art/runtime/
common_throws.cc 348 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
357 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
373 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kDirect);
376 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kDirect);
379 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kVirtual);
382 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kVirtual);
385 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_35c(), kInterface);
388 ThrowNullPointerExceptionForMethodAccess(throw_location, instr->VRegB_3rc(), kInterface);
399 ThrowNullPointerExceptionForMethodAccess(throw_location, method, kVirtual);
common_throws.h 169 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
174 void ThrowNullPointerExceptionForMethodAccess(const ThrowLocation& throw_location,
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 373 ThrowNullPointerExceptionForMethodAccess(throw_location, method_idx, type);

Completed in 424 milliseconds