Searched refs:_has_match_rule (Results 1 - 3 of 3) 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; }
H A DarchDesc.cpp203 _has_match_rule[i] = false;
H A Doutput_c.cpp4019 _has_match_rule[i] ? "true" : "false",
4023 _has_match_rule[i] ? "true" : "false",

Completed in 59 milliseconds