Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:StringPiece

29 #include "base/stringpiece.h"
619 const StringPiece option(argv[i]);
677 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data();
686 StringPiece backend_str = option.substr(strlen("--compiler-backend=")).data();