Home
last modified time | relevance | path

Searched refs:BytecodeParseHistogram (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
263 class BytecodeParseHistogram : public ResourceObj { class in Parse
290 BytecodeParseHistogram(Parse *p, Compile *c);
304 BytecodeParseHistogram* _parse_histogram;
305 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
306 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp63 bool Parse::BytecodeParseHistogram::_initialized = false;
64 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
95 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
96 BytecodeParseHistogram::print(); in print_statistics()
609BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1384 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1391 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1400 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1403 void Parse::BytecodeParseHistogram::reset() { in reset()
1421 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
266 class BytecodeParseHistogram : public ResourceObj { class in Parse
293 BytecodeParseHistogram(Parse *p, Compile *c);
307 BytecodeParseHistogram* _parse_histogram;
308 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
309 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp63 bool Parse::BytecodeParseHistogram::_initialized = false;
64 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
95 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
96 BytecodeParseHistogram::print(); in print_statistics()
609BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1360 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1367 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1376 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1379 void Parse::BytecodeParseHistogram::reset() { in reset()
1397 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
272 class BytecodeParseHistogram : public ResourceObj { class in Parse
299 BytecodeParseHistogram(Parse *p, Compile *c);
313 BytecodeParseHistogram* _parse_histogram;
314 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
315 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp62 bool Parse::BytecodeParseHistogram::_initialized = false;
63 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
94 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
95 BytecodeParseHistogram::print(); in print_statistics()
611BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1369 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1376 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1385 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1388 void Parse::BytecodeParseHistogram::reset() { in reset()
1406 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
276 class BytecodeParseHistogram : public ResourceObj { class in Parse
303 BytecodeParseHistogram(Parse *p, Compile *c);
317 BytecodeParseHistogram* _parse_histogram;
318 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
319 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp62 bool Parse::BytecodeParseHistogram::_initialized = false;
63 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
94 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
95 BytecodeParseHistogram::print(); in print_statistics()
614BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1375 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1382 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1391 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1394 void Parse::BytecodeParseHistogram::reset() { in reset()
1412 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
272 class BytecodeParseHistogram : public ResourceObj { class in Parse
299 BytecodeParseHistogram(Parse *p, Compile *c);
313 BytecodeParseHistogram* _parse_histogram;
314 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
315 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp62 bool Parse::BytecodeParseHistogram::_initialized = false;
63 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
94 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
95 BytecodeParseHistogram::print(); in print_statistics()
610BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1370 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1377 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1386 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1389 void Parse::BytecodeParseHistogram::reset() { in reset()
1407 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
272 class BytecodeParseHistogram : public ResourceObj { class in Parse
299 BytecodeParseHistogram(Parse *p, Compile *c);
313 BytecodeParseHistogram* _parse_histogram;
314 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
315 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp62 bool Parse::BytecodeParseHistogram::_initialized = false;
63 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
94 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
95 BytecodeParseHistogram::print(); in print_statistics()
611BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1369 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1376 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1385 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1388 void Parse::BytecodeParseHistogram::reset() { in reset()
1406 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
273 class BytecodeParseHistogram : public ResourceObj { class in Parse
300 BytecodeParseHistogram(Parse *p, Compile *c);
314 BytecodeParseHistogram* _parse_histogram;
315 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
316 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp63 bool Parse::BytecodeParseHistogram::_initialized = false;
64 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
95 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
96 BytecodeParseHistogram::print(); in print_statistics()
611BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1366 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1373 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1382 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1385 void Parse::BytecodeParseHistogram::reset() { in reset()
1403 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
276 class BytecodeParseHistogram : public ResourceObj { class in Parse
303 BytecodeParseHistogram(Parse *p, Compile *c);
317 BytecodeParseHistogram* _parse_histogram;
318 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
319 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp63 bool Parse::BytecodeParseHistogram::_initialized = false;
64 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
95 if (PrintParseStatistics && BytecodeParseHistogram::initialized()) { in print_statistics()
96 BytecodeParseHistogram::print(); in print_statistics()
611BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1368 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1375 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1384 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1387 void Parse::BytecodeParseHistogram::reset() { in reset()
1405 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
276 class BytecodeParseHistogram : public ResourceObj { class in Parse
303 BytecodeParseHistogram(Parse *p, Compile *c);
317 BytecodeParseHistogram* _parse_histogram;
318 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
319 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp62 bool Parse::BytecodeParseHistogram::_initialized = false;
63 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
89 if( PrintParseStatistics && BytecodeParseHistogram::initialized() ) { in print_statistics()
90 BytecodeParseHistogram::print(); in print_statistics()
596BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1321 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1328 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1337 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1340 void Parse::BytecodeParseHistogram::reset() { in reset()
1358 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dparse.hpp36 class BytecodeParseHistogram;
276 class BytecodeParseHistogram : public ResourceObj { class in Parse
303 BytecodeParseHistogram(Parse *p, Compile *c);
317 BytecodeParseHistogram* _parse_histogram;
318 void set_parse_histogram(BytecodeParseHistogram *bph) { _parse_histogram = bph; } in set_parse_histogram()
319 BytecodeParseHistogram* parse_histogram() { return _parse_histogram; } in parse_histogram()
H A Dparse1.cpp62 bool Parse::BytecodeParseHistogram::_initialized = false;
63 uint Parse::BytecodeParseHistogram::_bytecodes_parsed [Bytecodes::number_of_codes];
89 if( PrintParseStatistics && BytecodeParseHistogram::initialized() ) { in print_statistics()
90 BytecodeParseHistogram::print(); in print_statistics()
596BytecodeParseHistogram *parse_histogram_obj = new (C->env()->arena()) BytecodeParseHistogram(this,… in Parse()
1321 Parse::BytecodeParseHistogram::BytecodeParseHistogram(Parse *p, Compile *c) { in BytecodeParseHistogram() function in Parse::BytecodeParseHistogram
1328 int Parse::BytecodeParseHistogram::current_count(BPHType bph_type) { in current_count()
1337 bool Parse::BytecodeParseHistogram::initialized() { return _initialized; } in initialized()
1340 void Parse::BytecodeParseHistogram::reset() { in reset()
1358 void Parse::BytecodeParseHistogram::record_change() { in record_change()
[all …]