Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc944 Handle<mirror::Class> h_props_class(hs.NewHandle( in GetSystemProperty() local
948 if (h_props_class == nullptr) { in GetSystemProperty()
952 if (!class_linker->EnsureInitialized(self, h_props_class, true, true)) { in GetSystemProperty()
959 h_props_class->FindDeclaredStaticField(kAndroidHardcodedSystemPropertiesFieldName, in GetSystemProperty()
967 ObjPtr<mirror::Object> props = static_properties->GetObject(h_props_class.Get()); in GetSystemProperty()