Searched defs:GetSystemProperties (Results 1 – 6 of 6) sorted by relevance
92 jvmtiError PropertiesUtil::GetSystemProperties(jvmtiEnv* env, in GetSystemProperties() function in openjdkjvmti::PropertiesUtil
69 static art::ObjPtr<art::mirror::Object> GetSystemProperties(art::Thread* self, in GetSystemProperties() function
1249 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties() function in openjdkjvmti::JvmtiFunctions
203 void GetSystemProperties(std::unordered_map<std::string, std::string>* system_properties) { in GetSystemProperties() function
235 const OdrSystemProperties& GetSystemProperties() const { return odr_system_properties_; } in GetSystemProperties() function
2476 jvmtiError GetSystemProperties(jint* count_ptr, in GetSystemProperties() function