Searched refs:GetSystemProperty (Results 1 - 8 of 8) sorted by relevance

/art/openjdkjvmti/
H A Dti_properties.h44 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr);
H A Dti_properties.cc205 jvmtiError PropertiesUtil::GetSystemProperty(jvmtiEnv* env, function in class:openjdkjvmti::PropertiesUtil
H A DOpenjdkJvmTi.cc1292 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { function in class:openjdkjvmti::JvmtiFunctions
1294 return PropertiesUtil::GetSystemProperty(env, property, value_ptr);
1710 JvmtiFunctions::GetSystemProperty,
/art/test/922-properties/
H A Dproperties.cc65 jvmtiError result = jvmti_env->GetSystemProperty(string.c_str(), &value);
/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc152 return funcs->original_interface->GetSystemProperty(env, prop, out);
222 new_iface->GetSystemProperty = WrapGetSystemProperty;
/art/tools/titrace/
H A Dtitrace.cc107 error = jvmti->GetSystemProperty("java.vm.name", /*out*/ &value_ptr);
/art/openjdkjvmti/include/
H A Djvmti.h1671 jvmtiError (JNICALL *GetSystemProperty) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2481 jvmtiError GetSystemProperty(const char* property, function in struct:_jvmtiEnv
2483 return functions->GetSystemProperty(this, property, value_ptr);
/art/runtime/interpreter/
H A Dunstarted_runtime.cc914 static void GetSystemProperty(Thread* self,
999 GetSystemProperty(self, shadow_frame, result, arg_offset, false);
1004 GetSystemProperty(self, shadow_frame, result, arg_offset, true);

Completed in 126 milliseconds