Home
last modified time | relevance | path

Searched refs:ThrowNoSuchFieldException (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dcommon_throws.h206 void ThrowNoSuchFieldException(ObjPtr<mirror::Class> c, std::string_view name)
H A Dcommon_throws.cc402 void ThrowNoSuchFieldException(ObjPtr<mirror::Class> c, std::string_view name) { in ThrowNoSuchFieldException() function
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc525 ThrowNoSuchFieldException(h_klass.Get(), name_str.c_str()); in Class_getDeclaredField()