Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h144 typedef Uint32Matcher UintPtrMatcher; typedef
147 typedef Uint64Matcher UintPtrMatcher; typedef
282 typedef BinopMatcher<UintPtrMatcher, UintPtrMatcher> UintPtrBinopMatcher;
Dwasm-compiler.cc3101 UintPtrMatcher match(index); in BoundsCheckMem()