Searched refs:CheckStaticFieldID (Results 1 – 1 of 1) sorted by relevance
435 bool CheckStaticFieldID(ScopedObjectAccess& soa, jclass java_class, jfieldID fid) in CheckStaticFieldID() function in art::__anon846bc2ca0111::ScopedCheck753 if (is_static && !CheckStaticFieldID(soa, down_cast<jclass>(obj), fid)) { in CheckFieldAccess()