Searched defs:_has_match_rule (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp116 bool _has_match_rule[_last_opcode]; // found AD rule for ideal node in <arch>.ad member in class:ArchDesc
160 void has_match_rule(int opc, const bool b) { _has_match_rule[opc] = b; }

Completed in 30 milliseconds