Searched refs:GetSystemProperties (Results 1 - 7 of 7) sorted by relevance

/art/openjdkjvmti/
H A Dti_properties.h42 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
H A Dti_properties.cc92 jvmtiError PropertiesUtil::GetSystemProperties(jvmtiEnv* env, function in class:openjdkjvmti::PropertiesUtil
H A Dti_search.cc62 static art::ObjPtr<art::mirror::Object> GetSystemProperties(art::Thread* self,
98 art::ObjPtr<art::mirror::Object> props_obj = GetSystemProperties(self, class_linker);
H A DOpenjdkJvmTi.cc1287 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { function in class:openjdkjvmti::JvmtiFunctions
1289 return PropertiesUtil::GetSystemProperties(env, count_ptr, property_ptr);
1709 JvmtiFunctions::GetSystemProperties, // 130
/art/test/922-properties/
H A Dproperties.cc36 jvmtiError result = jvmti_env->GetSystemProperties(&count, &properties);
/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc161 jvmtiError res = funcs->original_interface->GetSystemProperties(env, &init_cnt, &init_prop_ptr);
223 new_iface->GetSystemProperties = WrapGetSystemProperties;
/art/openjdkjvmti/include/
H A Djvmti.h1666 jvmtiError (JNICALL *GetSystemProperties) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2476 jvmtiError GetSystemProperties(jint* count_ptr, function in struct:_jvmtiEnv
2478 return functions->GetSystemProperties(this, count_ptr, property_ptr);

Completed in 122 milliseconds