Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc43 const char* propertyName = "dalvik.vm.allocTrackerMax"; in SetProperties() local
45 if (property_get(propertyName, allocMaxString, "") > 0) { in SetProperties()
49 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()
59 propertyName = "dalvik.vm.recentAllocMax"; in SetProperties()
61 if (property_get(propertyName, recentAllocMaxString, "") > 0) { in SetProperties()
65 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
68 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
75 propertyName = "debug.allocTracker.stackDepth"; in SetProperties()
77 if (property_get(propertyName, stackDepthString, "") > 0) { in SetProperties()
81 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString in SetProperties()
[all …]