Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc714 Handle<mirror::Class> h_props_class(hs.NewHandle( in GetSystemProperty() local
718 if (h_props_class.Get() == nullptr) { in GetSystemProperty()
722 if (!class_linker->EnsureInitialized(self, h_props_class, true, true)) { in GetSystemProperty()
729 h_props_class->FindDeclaredStaticField(kAndroidHardcodedSystemPropertiesFieldName, in GetSystemProperty()
739 static_properties->GetObject(h_props_class.Get())))); in GetSystemProperty()