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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp508 static void PropertyList_unique_add(SystemProperty** plist, const char* k, char* v) { function in class:Arguments
509 PropertyList_unique_add(plist, k, v, false);
511 static void PropertyList_unique_add(SystemProperty** plist, const char* k, char* v, jboolean append);
H A Darguments.cpp973 PropertyList_unique_add(&_system_properties, key, value, true);
977 PropertyList_unique_add(&_system_properties, key, value);
993 PropertyList_unique_add(&_system_properties, "java.vm.info",
3346 void Arguments::PropertyList_unique_add(SystemProperty** plist, const char* k, char* v, jboolean append) { function in class:Arguments

Completed in 247 milliseconds