Home
last modified time | relevance | path

Searched refs:GetSystemProperty (Results 1 – 6 of 6) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_properties.h44 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr);
Dti_properties.cc205 jvmtiError PropertiesUtil::GetSystemProperty(jvmtiEnv* env, in GetSystemProperty() function in openjdkjvmti::PropertiesUtil
DOpenjdkJvmTi.cc1488 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { in GetSystemProperty() function in openjdkjvmti::JvmtiFunctions
1490 return PropertiesUtil::GetSystemProperty(env, property, value_ptr); in GetSystemProperty()
1877 JvmtiFunctions::GetSystemProperty,
/art/test/922-properties/
Dproperties.cc65 jvmtiError result = jvmti_env->GetSystemProperty(string.c_str(), &value); in Java_art_Test922_getSystemProperty()
/art/runtime/openjdkjvmti/include/
Djvmti.h1671 jvmtiError (JNICALL *GetSystemProperty) (jvmtiEnv* env,
2481 jvmtiError GetSystemProperty(const char* property, in GetSystemProperty() function
2483 return functions->GetSystemProperty(this, property, value_ptr); in GetSystemProperty()
/art/runtime/interpreter/
Dunstarted_runtime.cc879 static void GetSystemProperty(Thread* self, in GetSystemProperty() function
964 GetSystemProperty(self, shadow_frame, result, arg_offset, false); in UnstartedSystemGetProperty()
969 GetSystemProperty(self, shadow_frame, result, arg_offset, true); in UnstartedSystemGetPropertyWithDefault()