Searched refs:property_ptr (Results 1 – 4 of 4) sorted by relevance
42 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
94 char*** property_ptr) { in GetSystemProperties() argument95 if (count_ptr == nullptr || property_ptr == nullptr) { in GetSystemProperties()140 *property_ptr = array_data_ptr.release(); in GetSystemProperties()
1256 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties() argument1258 return PropertiesUtil::GetSystemProperties(env, count_ptr, property_ptr); in GetSystemProperties()
1668 char*** property_ptr);2477 char*** property_ptr) { in GetSystemProperties()2478 return functions->GetSystemProperties(this, count_ptr, property_ptr); in GetSystemProperties()