Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:feature

722 // input 'str' is a comma separated list of feature names.  Parse it and
730 std::string feature = Trim(*i);
731 if (feature == "default") {
733 } else if (feature == "div") {
736 } else if (feature == "nodiv") {
739 } else if (feature == "lpae") {
742 } else if (feature == "nolpae") {
746 Usage("Unknown instruction set feature: '%s'", feature.c_str());