Home
last modified time | relevance | path

Searched refs:property_ptr (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_properties.h42 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
Dti_properties.cc94 char*** property_ptr) { in GetSystemProperties() argument
95 if (count_ptr == nullptr || property_ptr == nullptr) { in GetSystemProperties()
140 *property_ptr = array_data_ptr.release(); in GetSystemProperties()
DOpenjdkJvmTi.cc1256 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties() argument
1258 return PropertiesUtil::GetSystemProperties(env, count_ptr, property_ptr); in GetSystemProperties()
/art/openjdkjvmti/include/
Djvmti.h1668 char*** property_ptr);
2477 char*** property_ptr) { in GetSystemProperties()
2478 return functions->GetSystemProperties(this, count_ptr, property_ptr); in GetSystemProperties()