Searched defs:access_matcher (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 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() [all …]
|