Searched refs:ThrowNoSuchFieldError (Results 1 – 3 of 3) sorted by relevance
200 void ThrowNoSuchFieldError(std::string_view scope,
391 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError() function
8739 ThrowNoSuchFieldError(is_static ? "static " : "instance ", klass, type, name); in ResolveField()8765 ThrowNoSuchFieldError("", klass, type, name); in ResolveFieldJLS()