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
1250 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties() function in openjdkjvmti::JvmtiFunctions
198 void GetSystemProperties(std::unordered_map<std::string, std::string>* system_properties) { in GetSystemProperties() function
212 const std::unordered_map<std::string, std::string>& GetSystemProperties() const { in GetSystemProperties() function
2476 jvmtiError GetSystemProperties(jint* count_ptr, in GetSystemProperties() function