Lines Matching full:features
74 // Look in /proc/cpuinfo for features we need. Only use this when we can guarantee that
82 if (line.find("Features") != std::string::npos) {
116 // Given a set of instruction features from the build, parse it. The
122 FeatureList features;
123 Split(str, ',', features);
124 for (FeatureList::iterator i = features.begin(); i != features.end(); i++) {
294 // Take the default set of instruction features from the build.
301 // for ARM, do a runtime check to make sure that the features we are passed from
302 // the build match the features we actually determine at runtime.