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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp277 uint _trap_hist[trapHistLength]; // Cumulative traps member in class:Compile
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 39 milliseconds