Searched refs:callee_name (Results 1 – 1 of 1) sorted by relevance
91 std::string callee_name = in Run() local93 bool should_inline = callee_name.find("$inline$") != std::string::npos; in Run()94 CHECK(!should_inline) << "Could not inline " << callee_name; in Run()98 std::string callee_name = in Run() local100 bool must_not_inline = callee_name.find("$noinline$") != std::string::npos; in Run()101 CHECK(!must_not_inline) << "Should not have inlined " << callee_name; in Run()