Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc66 bool should_inline = callee_name.find("$inline$") != std::string::npos; in Run() local
67 CHECK(!should_inline) << "Could not inline " << callee_name; in Run()