Home
last modified time | relevance | path

Searched defs:rep_matcher (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/interpreter/
Dinterpreter-assembler-unittest.cc78 const Matcher<LoadRepresentation>& rep_matcher, in IsLoad()
84 const Matcher<StoreRepresentation>& rep_matcher, in IsStore()
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1200 IsLoadMatcher(const Matcher<LoadRepresentation>& rep_matcher, in IsLoadMatcher()
1260 IsStoreMatcher(const Matcher<StoreRepresentation>& rep_matcher, in IsStoreMatcher()
1326 explicit IsStackSlotMatcher(const Matcher<MachineRepresentation>& rep_matcher) in IsStackSlotMatcher()
2162 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher, in IsLoad()
2172 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher, in IsStore()
2183 Matcher<Node*> IsStackSlot(const Matcher<MachineRepresentation>& rep_matcher) { in IsStackSlot()