/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 301 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 423 , _state_before(state_before) in Instruction() 428 update_exception_state(_state_before); in Instruction() 456 ValueStack* state_before() const { return _state_before; } in state_before() 519 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 301 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 424 , _state_before(state_before) in Instruction() 430 update_exception_state(_state_before); in Instruction() 458 ValueStack* state_before() const { return _state_before; } in state_before() 521 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 301 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 423 , _state_before(state_before) in Instruction() 428 update_exception_state(_state_before); in Instruction() 456 ValueStack* state_before() const { return _state_before; } in state_before() 519 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 301 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 422 , _state_before(state_before) in Instruction() 428 update_exception_state(_state_before); in Instruction() 458 ValueStack* state_before() const { return _state_before; } in state_before() 521 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 299 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 418 , _state_before(state_before) in Instruction() 424 update_exception_state(_state_before); in Instruction() 454 ValueStack* state_before() const { return _state_before; } in state_before() 517 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 301 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 424 , _state_before(state_before) in Instruction() 430 update_exception_state(_state_before); in Instruction() 458 ValueStack* state_before() const { return _state_before; } in state_before() 521 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 301 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 422 , _state_before(state_before) in Instruction() 428 update_exception_state(_state_before); in Instruction() 458 ValueStack* state_before() const { return _state_before; } in state_before() 521 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/ |
H A D | c1_Instruction.hpp | 301 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 424 , _state_before(state_before) in Instruction() 430 update_exception_state(_state_before); in Instruction() 458 ValueStack* state_before() const { return _state_before; } in state_before() 521 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/ |
H A D | c1_Instruction.hpp | 310 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 433 , _state_before(state_before) in Instruction() 438 update_exception_state(_state_before); in Instruction() 466 ValueStack* state_before() const { return _state_before; } in state_before() 529 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/ |
H A D | c1_Instruction.hpp | 310 …ValueStack* _state_before; // Copy of state with input operands still on stack… member in Instruction 433 , _state_before(state_before) in Instruction() 438 update_exception_state(_state_before); in Instruction() 466 ValueStack* state_before() const { return _state_before; } in state_before() 529 void set_state_before(ValueStack* s) { check_state(s); _state_before = s; } in set_state_before()
|