Searched refs:callee_name (Results 1 – 1 of 1) sorted by relevance
177 std::string callee_name = outer_compilation_unit_.GetDexFile()->PrettyMethod( in Run() local180 if (callee_name.find("$noinline$") == std::string::npos) { in Run()184 bool should_have_inlined = (callee_name.find("$inline$") != std::string::npos); in Run()185 CHECK(!should_have_inlined) << "Could not inline " << callee_name; in Run()