Home
last modified time | relevance | path

Searched refs:_bcp_advance (Results 1 – 25 of 26) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/interpreter/zero/
H A DbytecodeInterpreter.hpp56 int _bcp_advance; // size of the invoke bytecode operation member
198 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
199 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp2904 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance); in print()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/interpreter/zero/
H A DbytecodeInterpreter.hpp56 int _bcp_advance; // size of the invoke bytecode operation member
198 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
199 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp2953 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance); in print()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreter.hpp59 int _bcp_advance; // size of the invoke bytecode operation member
204 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
205 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp3482 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreter.hpp59 int _bcp_advance; // size of the invoke bytecode operation member
204 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
205 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp3482 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreter.hpp59 int _bcp_advance; // size of the invoke bytecode operation member
204 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
205 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp3483 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A DbytecodeInterpreter.hpp59 int _bcp_advance; // size of the invoke bytecode operation member
204 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
205 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp3488 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreter.hpp59 int _bcp_advance; // size of the invoke bytecode operation member
204 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
205 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp3483 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/interpreter/
H A DbytecodeInterpreter.hpp59 int _bcp_advance; // size of the invoke bytecode operation member
204 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
205 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp3483 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp74 int _bcp_advance; // size of the invoke bytecode operation member
219 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
220 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
H A DbytecodeInterpreter.cpp3472 tty->print_cr("result_to_call._bcp_advance: %d ", this->_result._to_call._bcp_advance);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp74 int _bcp_advance; // size of the invoke bytecode operation member
219 inline int bcp_advance() { return _result._to_call._bcp_advance; } in bcp_advance()
220 inline void set_bcp_advance(int count) { _result._to_call._bcp_advance = count; } in set_bcp_advance()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DcppInterpreter_ppc.cpp2889 to_fill->_result._to_call._bcp_advance = 0; in layout_interpreterState()
2917 prev->_result._to_call._bcp_advance = 5; in layout_interpreterState()
2919 prev->_result._to_call._bcp_advance = 3; in layout_interpreterState()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/ppc/vm/
H A DcppInterpreter_ppc.cpp2889 to_fill->_result._to_call._bcp_advance = 0; in layout_interpreterState()
2917 prev->_result._to_call._bcp_advance = 5; in layout_interpreterState()
2919 prev->_result._to_call._bcp_advance = 3; in layout_interpreterState()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2137 to_fill->_result._to_call._bcp_advance = 0; in layout_interpreterState()
2165 prev->_result._to_call._bcp_advance = 5; in layout_interpreterState()
2167 prev->_result._to_call._bcp_advance = 3; in layout_interpreterState()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp2137 to_fill->_result._to_call._bcp_advance = 0; in layout_interpreterState()
2165 prev->_result._to_call._bcp_advance = 5; in layout_interpreterState()
2167 prev->_result._to_call._bcp_advance = 3; in layout_interpreterState()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2312 to_fill->_result._to_call._bcp_advance = 0; in layout_interpreterState()
2326 prev->_result._to_call._bcp_advance = 5; in layout_interpreterState()
2328 prev->_result._to_call._bcp_advance = 3; in layout_interpreterState()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2312 to_fill->_result._to_call._bcp_advance = 0; in layout_interpreterState()
2326 prev->_result._to_call._bcp_advance = 5; in layout_interpreterState()
2328 prev->_result._to_call._bcp_advance = 3; in layout_interpreterState()

12