Searched refs:GetNullPointerExceptionClassDescriptor (Results 1 – 4 of 4) sorted by relevance
91 virtual const uint8_t *GetNullPointerExceptionClassDescriptor() const = 0;391 const uint8_t *GetNullPointerExceptionClassDescriptor() const in GetNullPointerExceptionClassDescriptor() function393 return base_->GetNullPointerExceptionClassDescriptor(); in GetNullPointerExceptionClassDescriptor()
65 const uint8_t *GetNullPointerExceptionClassDescriptor() const override in GetNullPointerExceptionClassDescriptor() function
98 const uint8_t *GetNullPointerExceptionClassDescriptor() const override in GetNullPointerExceptionClassDescriptor() function
59 ThrowException(ctx, thread, ctx.GetNullPointerExceptionClassDescriptor(), nullptr); in ThrowNullPointerException()