Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h156 void ThrowNoSuchFieldException(mirror::Class* c, const StringPiece& name)
Dcommon_throws.cc299 void ThrowNoSuchFieldException(mirror::Class* c, const StringPiece& name) { in ThrowNoSuchFieldException() function
/art/runtime/native/
Djava_lang_Class.cc255 ThrowNoSuchFieldException(DecodeClass(soa, javaThis), name_str.c_str()); in Class_getDeclaredField()