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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp308 BytecodeParseHistogram* _parse_histogram; member in class:Parse
309 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; }
310 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; }

Completed in 24 milliseconds