Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_properties.h42 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
Dti_search.cc60 static art::ObjPtr<art::mirror::Object> GetSystemProperties(art::Thread* self, in GetSystemProperties() function
96 art::ObjPtr<art::mirror::Object> props_obj = GetSystemProperties(self, class_linker); in Update()
Dti_properties.cc92 jvmtiError PropertiesUtil::GetSystemProperties(jvmtiEnv* env, in GetSystemProperties() function in openjdkjvmti::PropertiesUtil
DOpenjdkJvmTi.cc1483 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties() function in openjdkjvmti::JvmtiFunctions
1485 return PropertiesUtil::GetSystemProperties(env, count_ptr, property_ptr); in GetSystemProperties()
1876 JvmtiFunctions::GetSystemProperties, // 130
/art/test/922-properties/
Dproperties.cc36 jvmtiError result = jvmti_env->GetSystemProperties(&count, &properties); in Java_art_Test922_getSystemProperties()
/art/runtime/openjdkjvmti/include/
Djvmti.h1666 jvmtiError (JNICALL *GetSystemProperties) (jvmtiEnv* env,
2476 jvmtiError GetSystemProperties(jint* count_ptr, in GetSystemProperties() function
2478 return functions->GetSystemProperties(this, count_ptr, property_ptr); in GetSystemProperties()