Searched refs:GetSystemProperty (Results 1 – 6 of 6) sorted by relevance
/art/runtime/openjdkjvmti/ |
D | ti_properties.h | 44 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr);
|
D | ti_properties.cc | 205 jvmtiError PropertiesUtil::GetSystemProperty(jvmtiEnv* env, in GetSystemProperty() function in openjdkjvmti::PropertiesUtil
|
D | OpenjdkJvmTi.cc | 1488 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/ |
D | properties.cc | 65 jvmtiError result = jvmti_env->GetSystemProperty(string.c_str(), &value); in Java_art_Test922_getSystemProperty()
|
/art/runtime/openjdkjvmti/include/ |
D | jvmti.h | 1671 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/ |
D | unstarted_runtime.cc | 879 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()
|