Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1245 class IsStoreMatcher final : public NodeMatcher { class
1247 IsStoreMatcher(const Matcher<StoreRepresentation>& rep_matcher, in IsStoreMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsStoreMatcher
2005 return MakeMatcher(new IsStoreMatcher(rep_matcher, base_matcher, in IsStore()