Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h421 typedef base::Flags<AddressOption, uint8_t> AddressOptions; typedef
422 DEFINE_OPERATORS_FOR_FLAGS(AddressOptions);
426 BaseWithIndexAndDisplacementMatcher(Node* node, AddressOptions options) in BaseWithIndexAndDisplacementMatcher()
464 void Initialize(Node* node, AddressOptions options) { in Initialize()