Lines Matching refs:property
1670 /* 131 : Get System Property */
1672 const char* property,
1675 /* 132 : Set System Property */
1677 const char* property,
2481 jvmtiError GetSystemProperty(const char* property,
2483 return functions->GetSystemProperty(this, property, value_ptr);
2486 jvmtiError SetSystemProperty(const char* property,
2488 return functions->SetSystemProperty(this, property, value);