Searched refs:ThrowNoSuchFieldError (Results 1 – 4 of 4) sorted by relevance
203 EXPORT void ThrowNoSuchFieldError(std::string_view scope,
491 ThrowNoSuchFieldError(is_static ? "static " : "instance ", klass, type, name); in ResolveField()
388 void ThrowNoSuchFieldError(std::string_view scope, in ThrowNoSuchFieldError() function
10176 ThrowNoSuchFieldError("", klass, type, name); in ResolveFieldJLS()