Home
last modified time | relevance | path

Searched refs:IntPtrMatcher (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h143 typedef Int32Matcher IntPtrMatcher; typedef
146 typedef Int64Matcher IntPtrMatcher; typedef
225 IntPtrMatcher const& index() const { return index_; } in index()
229 IntPtrMatcher const index_;
281 typedef BinopMatcher<IntPtrMatcher, IntPtrMatcher> IntPtrBinopMatcher;
Dcode-assembler.cc346 IntPtrMatcher m(node); in ToSmiConstant()
362 IntPtrMatcher m(node); in ToIntPtrConstant()
Deffect-control-linearizer.cc3934 Node* storage = IntPtrMatcher(base).Is(0) in LowerLoadTypedElement()
3959 Node* storage = IntPtrMatcher(base).Is(0) in LowerStoreTypedElement()