Lines Matching defs:access_matcher
854 IsLoadFieldMatcher(const Matcher<FieldAccess>& access_matcher, in IsLoadFieldMatcher()
899 IsStoreFieldMatcher(const Matcher<FieldAccess>& access_matcher, in IsStoreFieldMatcher()
951 IsLoadBufferMatcher(const Matcher<BufferAccess>& access_matcher, in IsLoadBufferMatcher()
1010 IsStoreBufferMatcher(const Matcher<BufferAccess>& access_matcher, in IsStoreBufferMatcher()
1076 IsLoadElementMatcher(const Matcher<ElementAccess>& access_matcher, in IsLoadElementMatcher()
1128 IsStoreElementMatcher(const Matcher<ElementAccess>& access_matcher, in IsStoreElementMatcher()
1359 IsLoadContextMatcher(const Matcher<ContextAccess>& access_matcher, in IsLoadContextMatcher()
1921 Matcher<Node*> IsLoadField(const Matcher<FieldAccess>& access_matcher, in IsLoadField()
1930 Matcher<Node*> IsStoreField(const Matcher<FieldAccess>& access_matcher, in IsStoreField()
1941 Matcher<Node*> IsLoadBuffer(const Matcher<BufferAccess>& access_matcher, in IsLoadBuffer()
1953 Matcher<Node*> IsStoreBuffer(const Matcher<BufferAccess>& access_matcher, in IsStoreBuffer()
1966 Matcher<Node*> IsLoadElement(const Matcher<ElementAccess>& access_matcher, in IsLoadElement()
1977 Matcher<Node*> IsStoreElement(const Matcher<ElementAccess>& access_matcher, in IsStoreElement()
2020 Matcher<Node*> IsLoadContext(const Matcher<ContextAccess>& access_matcher, in IsLoadContext()