Searched defs:ThrowNullPointerExceptionForMethodAccess (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dcommon_throws.cc388 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, function in namespace:art
396 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, function in namespace:art
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);

Completed in 37 milliseconds