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

  /art/runtime/
common_throws.cc 388 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
396 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
412 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kDirect);
415 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kDirect);
418 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kVirtual);
421 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kVirtual);
424 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kInterface);
427 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kInterface);
437 ThrowNullPointerExceptionForMethodAccess(invoked_method, kVirtual);
common_throws.h 190 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
194 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 465 ThrowNullPointerExceptionForMethodAccess(method_idx, type);
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 316 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual);
334 ThrowNullPointerExceptionForMethodAccess(shadow_frame->GetMethod(), InvokeType::kVirtual);
    [all...]

Completed in 797 milliseconds