Searched refs:h_props_class (Results 1 – 1 of 1) sorted by relevance
975 Handle<mirror::Class> h_props_class(hs.NewHandle( in GetSystemProperty() local979 if (h_props_class == nullptr) { in GetSystemProperty()983 if (!class_linker->EnsureInitialized(self, h_props_class, true, true)) { in GetSystemProperty()990 h_props_class->FindDeclaredStaticField(kAndroidHardcodedSystemPropertiesFieldName, in GetSystemProperty()998 ObjPtr<mirror::Object> props = static_properties->GetObject(h_props_class.Get()); in GetSystemProperty()