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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp152 trapHistLength = methodDataOopDesc::_trap_hist_limit enumerator in enum:Compile::__anon308
277 uint _trap_hist[trapHistLength]; // Cumulative traps
519 void set_trap_count(uint r, uint c) { assert(r < trapHistLength, "oob"); _trap_hist[r] = c; }
520 uint trap_count(uint r) const { assert(r < trapHistLength, "oob"); return _trap_hist[r]; }

Completed in 1543 milliseconds