Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc47 const char* propertyName = "dalvik.vm.allocTrackerMax"; in SetProperties() local
49 if (property_get(propertyName, allocMaxString, "") > 0) { in SetProperties()
53 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()
63 propertyName = "dalvik.vm.recentAllocMax"; in SetProperties()
65 if (property_get(propertyName, recentAllocMaxString, "") > 0) { in SetProperties()
69 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
72 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
79 propertyName = "debug.allocTracker.stackDepth"; in SetProperties()
81 if (property_get(propertyName, stackDepthString, "") > 0) { in SetProperties()
85 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString in SetProperties()
[all …]