Home
last modified time | relevance | path

Searched refs:is_osr_parse (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dparse1.cpp414 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
526 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
533 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
575 if (is_osr_parse()) { in Parse()
606 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1396 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1407 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2118 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2151 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2347 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp402 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
403 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
H A Dparse2.cpp1381 if (is_osr_parse()) { // Could be a hot OSR'd loop; force deopt in branch_prediction()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dparse1.cpp414 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
526 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
533 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
575 if (is_osr_parse()) { in Parse()
606 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1396 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1407 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2118 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2151 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2347 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp402 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
403 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
H A Dparse2.cpp1381 if (is_osr_parse()) { // Could be a hot OSR'd loop; force deopt in branch_prediction()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dparse1.cpp414 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
525 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
531 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
573 if (is_osr_parse()) { in Parse()
609 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1402 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1413 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2132 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2165 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2361 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp406 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
407 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dparse1.cpp415 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
524 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
526 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
568 if (is_osr_parse()) { in Parse()
604 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1387 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1398 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2122 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2155 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2328 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp392 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
393 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dparse1.cpp415 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
524 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
526 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
568 if (is_osr_parse()) { in Parse()
604 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1411 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1422 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2146 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2179 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2352 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp389 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
390 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
H A Dparse2.cpp1308 if (is_osr_parse()) { // Could be a hot OSR'd loop; force deopt in branch_prediction()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dparse1.cpp414 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
525 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
532 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
574 if (is_osr_parse()) { in Parse()
605 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1397 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1408 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2114 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2147 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2343 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp402 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
403 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dparse1.cpp415 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
526 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
528 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
570 if (is_osr_parse()) { in Parse()
606 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1393 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1404 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2123 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2156 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2345 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp403 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
404 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dparse1.cpp415 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
526 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
528 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
570 if (is_osr_parse()) { in Parse()
606 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1395 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1406 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2125 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2158 assert(!is_osr_parse(), "Not doing this for OSRs"); in decrement_age()
2354 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp406 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
407 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dparse1.cpp407 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
514 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
521 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
563 if (is_osr_parse()) { in Parse()
591 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1348 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1359 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2069 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2246 JVMState* caller_jvms = is_osr_parse() ? caller()->caller() : caller(); in show_parse_info()
2266 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp403 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
404 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
H A Dparse2.cpp898 if (is_osr_parse()) { // Could be a hot OSR'd loop; force deopt in branch_prediction()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dparse1.cpp407 JVMState* ilt_caller = is_osr_parse() ? caller->caller() : caller; in Parse()
514 assert(C->is_osr_compilation() == this->is_osr_parse(), "OSR in sync"); in Parse()
521 assert(!this->is_osr_parse(), "no recursive OSR"); in Parse()
563 if (is_osr_parse()) { in Parse()
591 assert(entry_block->start() == (is_osr_parse() ? osr_bci() : 0), ""); in Parse()
1348 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in set_initial_state()
1359 if( PrintParseStatistics && !_parser->is_osr_parse() ) { in record_change()
2069 set_parse_bci(is_osr_parse() ? osr_bci() : 0); in rtm_deopt()
2246 JVMState* caller_jvms = is_osr_parse() ? caller()->caller() : caller(); in show_parse_info()
2266 if (is_osr_parse()) { in show_parse_info()
[all …]
H A Dparse.hpp403 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } in is_osr_parse() function in Parse
404 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; } in osr_bci()
H A Dparse2.cpp898 if (is_osr_parse()) { // Could be a hot OSR'd loop; force deopt in branch_prediction()

12