Home
last modified time | relevance | path

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

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