HomeSort by relevance Sort by last modified time
    Searched refs:disable_passes (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
pass_driver.h 111 static void CreateDefaultPassList(const std::string& disable_passes) {
118 if (disable_passes.find(pass->GetName()) != std::string::npos) {
  /art/dex2oat/
dex2oat.cc 1083 std::string disable_passes = option.substr(strlen("--disable-passes=")).data(); local
    [all...]

Completed in 51 milliseconds