Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass_ext.h71 ObjPtr<PointerArray> GetStaticJFieldIDsPointerArray() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_ext-inl.h115 inline ObjPtr<PointerArray> ClassExt::GetStaticJFieldIDsPointerArray() { in GetStaticJFieldIDsPointerArray() function
/art/runtime/jni/
Djni_id_manager.cc437 ObjPtr<mirror::PointerArray> old_statics(old_ext_data->GetStaticJFieldIDsPointerArray()); in VisitReflectiveTargets()
457 ObjPtr<mirror::PointerArray> new_statics(new_ext_data->GetStaticJFieldIDsPointerArray()); in VisitReflectiveTargets()