Home
last modified time | relevance | path

Searched refs:bytecode_1_shift (Results 1 – 25 of 47) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp35 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp202 bytecode_1_shift = cp_index_bits, enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp35 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp202 bytecode_1_shift = cp_index_bits, enumerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp35 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp204 bytecode_1_shift = cp_index_bits, enumerator
H A DcpCache.cpp100 OrderAccess::release_store(&_indices, _indices | ((u_char)code << bytecode_1_shift)); in set_bytecode_1()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DcpCache.inline.hpp35 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp202 bytecode_1_shift = cp_index_bits, enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp35 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp204 bytecode_1_shift = cp_index_bits, enumerator
H A DcpCache.cpp101 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_1_shift)); in set_bytecode_1()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp36 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp204 bytecode_1_shift = cp_index_bits, enumerator
H A DcpCache.cpp103 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_1_shift)); in set_bytecode_1()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp35 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp204 bytecode_1_shift = cp_index_bits, enumerator
H A DcpCache.cpp100 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_1_shift)); in set_bytecode_1()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp35 return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); in bytecode_1()
H A DcpCache.hpp204 bytecode_1_shift = cp_index_bits, enumerator
H A DcpCache.cpp99 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_1_shift)); in set_bytecode_1()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp202 bytecode_1_shift = cp_index_bits, enumerator
335 …de_1() const { return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1… in bytecode_1()
H A DcpCache.cpp76 OrderAccess::release_store_ptr(&_indices, _indices | ((u_char)code << bytecode_1_shift)); in set_bytecode_1()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp202 bytecode_1_shift = cp_index_bits, enumerator
335 …de_1() const { return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1… in bytecode_1()
H A DcpCache.cpp76 OrderAccess::release_store_ptr(&_indices, _indices | ((u_char)code << bytecode_1_shift)); in set_bytecode_1()

12