Searched refs:IsCallMatcher (Results 1 – 1 of 1) sorted by relevance
369 class IsCallMatcher FINAL : public NodeMatcher {371 IsCallMatcher(const Matcher<CallDescriptor*>& descriptor_matcher, in IsCallMatcher() function in v8::internal::compiler::__anon024c46020111::FINAL712 return MakeMatcher(new IsCallMatcher( in IsCall()