Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h177 using IntPtrMatcher = Int32Matcher; variable
180 using IntPtrMatcher = Int64Matcher; variable
278 IntPtrMatcher const& index() const { return index_; } in index()
282 IntPtrMatcher const index_;
345 using IntPtrBinopMatcher = BinopMatcher<IntPtrMatcher, IntPtrMatcher>;
Dcsa-load-elimination.cc127 IntPtrMatcher m(offset); in KillField()
193 IntPtrMatcher m(offset); in AddField()
216 IntPtrMatcher m(offset); in Lookup()
Dmemory-lowering.cc235 IntPtrMatcher m(size); in ReduceAllocateRaw()
Dcode-assembler.cc370 IntPtrMatcher m(node); in TryToSmiConstant()
392 IntPtrMatcher m(node); in TryToIntPtrConstant()
Deffect-control-linearizer.cc5624 if (IntPtrMatcher(base).Is(0)) { in BuildTypedArrayDataPointer()