Home | History | Annotate | Download | only in interpreter

Lines Matching full:static_properties

912 static constexpr const char* kAndroidHardcodedSystemPropertiesFieldName = "STATIC_PROPERTIES";
948 ArtField* static_properties =
951 if (static_properties == nullptr) {
957 ObjPtr<mirror::Object> props = static_properties->GetObject(h_props_class.Get());