Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc559 std::string oat_symbols; in ParseArgs() local
610 oat_symbols = option.substr(strlen("--oat-symbols=")).data(); in ParseArgs()
864 if (!oat_symbols.empty() && oat_fd_ != -1) { in ParseArgs()
868 if (!oat_symbols.empty() && is_host_) { in ParseArgs()
948 if (!oat_symbols.empty()) { in ParseArgs()
949 oat_unstripped_ = oat_symbols; in ParseArgs()