Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1008 class IsStoreBufferMatcher final : public NodeMatcher { class
1010 IsStoreBufferMatcher(const Matcher<BufferAccess>& access_matcher, in IsStoreBufferMatcher() function in v8::internal::compiler::__anon313fbfee0111::IsStoreBufferMatcher
1960 return MakeMatcher(new IsStoreBufferMatcher( in IsStoreBuffer()