Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h218 struct LoadMatcher : public NodeMatcher { struct
219 explicit LoadMatcher(Node* node) in LoadMatcher() argument
222 typedef Object ObjectMatcher;
224 Object const& object() const { return object_; } in object()
225 IntPtrMatcher const& index() const { return index_; } in index()
229 IntPtrMatcher const index_;