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

/art/runtime/
H A Dcommon_throws.cc346 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx, function in namespace:art
354 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method, function in namespace:art
370 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kDirect);
373 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kDirect);
376 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kVirtual);
379 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kVirtual);
382 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_35c(), kInterface);
385 ThrowNullPointerExceptionForMethodAccess(instr->VRegB_3rc(), kInterface);
395 ThrowNullPointerExceptionForMethodAccess(invoked_method, kVirtual);
H A Dcommon_throws.h174 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
178 void ThrowNullPointerExceptionForMethodAccess(ArtMethod* method,
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h387 ThrowNullPointerExceptionForMethodAccess(method_idx, type);

Completed in 77 milliseconds