Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

32     Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
33 const Matcher<Node*>& base_matcher,
34 const Matcher<Node*>& index_matcher);
35 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher,
36 const Matcher<Node*>& base_matcher,
37 const Matcher<Node*>& index_matcher,
38 const Matcher<Node*>& value_matcher);
40 Matcher<Node*> IsBytecodeOperand(int offset);
41 Matcher<Node*> IsBytecodeOperandSignExtended(int offset);
42 Matcher<Node*> IsBytecodeOperandShort(int offset);
43 Matcher<Node*> IsBytecodeOperandShortSignExtended(int offset);