Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h142 typedef Int32Matcher IntPtrMatcher; typedef
145 typedef Int64Matcher IntPtrMatcher; typedef
221 IntPtrMatcher const& index() const { return index_; } in index()
225 IntPtrMatcher const index_;
274 typedef BinopMatcher<IntPtrMatcher, IntPtrMatcher> IntPtrBinopMatcher;
Dcode-assembler.cc235 IntPtrMatcher m(node); in ToSmiConstant()
248 IntPtrMatcher m(node); in ToIntPtrConstant()