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