/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2675 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2915 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2916 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2919 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2925 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3280 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3323 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3665 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3752 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 4002 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1032 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1451 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1452 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
H A D | c1_Instruction.hpp | 470 assert(as_BlockEnd() == NULL, "BlockEnd instructions must have no next"); in set_next() 564 virtual BlockEnd* as_BlockEnd() { return NULL; } in as_BlockEnd() function in Instruction
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2668 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2908 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2909 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2912 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2918 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3271 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3314 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3657 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3744 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 3994 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1032 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1451 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1452 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
H A D | c1_Instruction.hpp | 472 assert(as_BlockEnd() == NULL, "BlockEnd instructions must have no next"); in set_next() 566 virtual BlockEnd* as_BlockEnd() { return NULL; } in as_BlockEnd() function in Instruction
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2665 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2905 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2906 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2909 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2915 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3268 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3311 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3654 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3741 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 4010 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1035 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1499 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1500 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
H A D | c1_Instruction.hpp | 472 assert(as_BlockEnd() == NULL, "BlockEnd instructions must have no next"); in set_next() 566 virtual BlockEnd* as_BlockEnd() { return NULL; } in as_BlockEnd() function in Instruction
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2657 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2897 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2898 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2901 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2907 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3262 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3305 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3647 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3734 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 3994 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1062 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1519 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1520 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
H A D | c1_Instruction.hpp | 468 assert(as_BlockEnd() == NULL, "BlockEnd instructions must have no next"); in set_next() 562 virtual BlockEnd* as_BlockEnd() { return NULL; } in as_BlockEnd() function in Instruction
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2675 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2915 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2916 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2919 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2925 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3280 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3323 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3665 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3752 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 4002 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1032 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1451 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1452 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
H A D | c1_Instruction.hpp | 470 assert(as_BlockEnd() == NULL, "BlockEnd instructions must have no next"); in set_next() 564 virtual BlockEnd* as_BlockEnd() { return NULL; } in as_BlockEnd() function in Instruction
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2661 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2901 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2902 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2905 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2911 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3264 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3307 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3653 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3740 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 3990 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1032 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1451 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1452 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2665 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2905 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2906 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2909 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2915 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3268 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3311 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3654 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3741 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 4010 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1035 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1499 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1500 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/ |
H A D | c1_GraphBuilder.cpp | 2668 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2908 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2909 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2912 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2918 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3271 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3314 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3657 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3744 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 3994 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1032 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1451 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1452 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/ |
H A D | c1_GraphBuilder.cpp | 2672 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2912 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2913 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2916 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2922 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3272 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3312 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3771 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3858 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 4108 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1032 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1451 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1452 state = position->as_BlockEnd()->state_before(); in add_assertion()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/ |
H A D | c1_GraphBuilder.cpp | 2672 while (!bailed_out() && last()->as_BlockEnd() == NULL && in iterate_bytecodes_for_block() 2912 assert(_last && _last->as_BlockEnd(), ""); in iterate_bytecodes_for_block() 2913 return _last->as_BlockEnd(); in iterate_bytecodes_for_block() 2916 BlockEnd* end = last()->as_BlockEnd(); in iterate_bytecodes_for_block() 2922 assert(end == last()->as_BlockEnd(), "inconsistency"); in iterate_bytecodes_for_block() 3272 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3312 BlockEnd* end = last()->as_BlockEnd(); in GraphBuilder() 3771 assert(_last && _last->as_BlockEnd(), "block must have end"); in try_inline_jsr() 3858 BlockEnd* end = last()->as_BlockEnd(); in fill_sync_handler() 4108 assert(_last && _last->as_BlockEnd(), ""); in try_inline_full() [all …]
|
H A D | c1_RangeCheckElimination.cpp | 1032 while (!instr->as_BlockEnd()) { in dump_condition_stack() 1451 if (position->as_BlockEnd() && !position->as_Goto()) { in add_assertion() 1452 state = position->as_BlockEnd()->state_before(); in add_assertion()
|