Home
last modified time | relevance | path

Searched defs:LoadMatcher (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h271 struct LoadMatcher : public NodeMatcher { struct
272 explicit LoadMatcher(Node* node) in LoadMatcher() argument
275 using ObjectMatcher = Object;
277 Object const& object() const { return object_; } in object()
278 IntPtrMatcher const& index() const { return index_; } in index()
282 IntPtrMatcher const index_;