Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h138 typedef Int32Matcher IntPtrMatcher; typedef
141 typedef Int64Matcher IntPtrMatcher; typedef
198 IntPtrMatcher const& index() const { return index_; } in index()
202 IntPtrMatcher const index_;
251 typedef BinopMatcher<IntPtrMatcher, IntPtrMatcher> IntPtrBinopMatcher;
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc1297 IntPtrMatcher mindex(load_or_store->InputAt(1)); in CheckFieldAccessArithmetic()