Searched refs:GetSystemProperties (Results 1 – 10 of 10) sorted by relevance
/art/openjdkjvmti/ |
D | ti_properties.h | 42 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr);
|
D | ti_search.cc | 69 static art::ObjPtr<art::mirror::Object> GetSystemProperties(art::Thread* self, in GetSystemProperties() function 105 art::ObjPtr<art::mirror::Object> props_obj = GetSystemProperties(self, class_linker); in Update()
|
D | ti_properties.cc | 92 jvmtiError PropertiesUtil::GetSystemProperties(jvmtiEnv* env, in GetSystemProperties() function in openjdkjvmti::PropertiesUtil
|
D | OpenjdkJvmTi.cc | 1249 static jvmtiError GetSystemProperties(jvmtiEnv* env, jint* count_ptr, char*** property_ptr) { in GetSystemProperties() function in openjdkjvmti::JvmtiFunctions 1251 return PropertiesUtil::GetSystemProperties(env, count_ptr, property_ptr); in GetSystemProperties() 1636 JvmtiFunctions::GetSystemProperties, // 130
|
/art/odrefresh/ |
D | odrefresh_main.cc | 203 void GetSystemProperties(std::unordered_map<std::string, std::string>* system_properties) { in GetSystemProperties() function 278 GetSystemProperties(config.MutableSystemProperties()); in main() 300 if (config.GetSystemProperties().GetBool("dalvik.vm.disable-odrefresh", in main()
|
D | odrefresh.cc | 815 for (const auto& [key, value] : config_.GetSystemProperties()) { in WriteCacheInfo() 1097 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in CheckSystemPropertiesAreDefault() 1131 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in CheckSystemPropertiesHaveNotChanged() 1155 config_.GetSystemProperties().GetBool("ro.dalvik.vm.enable_uffd_gc", /*default_value=*/false); in CheckBuildUserfaultFdGc() 1715 AddDex2OatInstructionSet(args, isa, config_.GetSystemProperties()); in RunDex2oat() 1717 args, config_.GetCompilationOsMode(), config_.GetSystemProperties()); in RunDex2oat() 1907 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in RunDex2oatForBootClasspath() 2072 const OdrSystemProperties& system_properties = config_.GetSystemProperties(); in RunDex2oatForSystemServer()
|
D | odr_config.h | 235 const OdrSystemProperties& GetSystemProperties() const { return odr_system_properties_; } in GetSystemProperties() function
|
/art/test/922-properties/ |
D | properties.cc | 36 jvmtiError result = jvmti_env->GetSystemProperties(&count, &properties); in Java_art_Test922_getSystemProperties()
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 162 jvmtiError res = funcs->original_interface->GetSystemProperties(env, &init_cnt, &init_prop_ptr); in WrapGetSystemProperties() 225 new_iface->GetSystemProperties = WrapGetSystemProperties; in SetupProxyJvmtiEnv()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1666 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()
|