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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp155 BitMap _has_info; // bit set for each LIR_Op id that has a CodeEmitInfo member in class:LinearScan
214 bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return _has_info.at(op_id >> 1); }

Completed in 37 milliseconds