Searched refs:property_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3386 // property_ptr - pre-checked for NULL
3388 JvmtiEnv::GetSystemProperties(jint* count_ptr, char*** property_ptr) { argument
3393 err = allocate(*count_ptr * sizeof(char *), (unsigned char **)property_ptr);
3400 char **tmp_value = *property_ptr+i;
3407 Deallocate((unsigned char*)*property_ptr+j);
3409 Deallocate((unsigned char*)property_ptr);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1668 char*** property_ptr);
2477 char*** property_ptr) {
2478 return functions->GetSystemProperties(this, count_ptr, property_ptr);
2476 GetSystemProperties(jint* count_ptr, char*** property_ptr) argument

Completed in 51 milliseconds