Searched refs:system_class (Results 1 – 1 of 1) sorted by relevance
72 art::ObjPtr<art::mirror::Class> system_class = in GetSystemProperties() local74 DCHECK(system_class != nullptr); in GetSystemProperties()75 DCHECK(system_class->IsInitialized()); in GetSystemProperties()78 system_class->FindDeclaredStaticField("props", "Ljava/util/Properties;"); in GetSystemProperties()81 art::ObjPtr<art::mirror::Object> props_obj = props_field->GetObject(system_class); in GetSystemProperties()