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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.hpp369 bool _has_fixed_latency; // Always takes this number of cycles member in class:PipeClassForm
385 bool hasFixedLatency() { return _has_fixed_latency; }
388 void setFixedLatency(int fixed_latency) { _has_fixed_latency = 1; _fixed_latency = fixed_latency; }

Completed in 65 milliseconds