Home | History | Annotate | Download | only in interpreter

Lines Matching refs:Matcher

17 using ::testing::Matcher;
33 Matcher<compiler::Node*> IsLoad(
34 const Matcher<compiler::LoadRepresentation>& rep_matcher,
35 const Matcher<compiler::Node*>& base_matcher,
36 const Matcher<compiler::Node*>& index_matcher);
37 Matcher<compiler::Node*> IsStore(
38 const Matcher<compiler::StoreRepresentation>& rep_matcher,
39 const Matcher<compiler::Node*>& base_matcher,
40 const Matcher<compiler::Node*>& index_matcher,
41 const Matcher<compiler::Node*>& value_matcher);
43 Matcher<compiler::Node*> IsUnsignedByteOperand(int offset);
44 Matcher<compiler::Node*> IsSignedByteOperand(int offset);
45 Matcher<compiler::Node*> IsUnsignedShortOperand(int offset);
46 Matcher<compiler::Node*> IsSignedShortOperand(int offset);
47 Matcher<compiler::Node*> IsUnsignedQuadOperand(int offset);
48 Matcher<compiler::Node*> IsSignedQuadOperand(int offset);
50 Matcher<compiler::Node*> IsSignedOperand(int offset,
52 Matcher<compiler::Node*> IsUnsignedOperand(int offset,