Home | History | Annotate | Download | only in gc

Lines Matching defs:propertyName

45   const char* propertyName = "dalvik.vm.allocTrackerMax";
47 if (property_get(propertyName, allocMaxString, "") > 0) {
51 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString
61 propertyName = "dalvik.vm.recentAllocMax";
63 if (property_get(propertyName, recentAllocMaxString, "") > 0) {
67 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString
70 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString
77 propertyName = "debug.allocTracker.stackDepth";
79 if (property_get(propertyName, stackDepthString, "") > 0) {
83 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString
86 LOG(WARNING) << propertyName << " '" << stackDepthString << "' too large, using "