Home
last modified time | relevance | path

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

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