Home
last modified time | relevance | path

Searched refs:bytecode_2_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.hpp39 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp204 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp39 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp204 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp39 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp206 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
H A DcpCache.cpp110 OrderAccess::release_store(&_indices, _indices | ((u_char)code << bytecode_2_shift)); in set_bytecode_2()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DcpCache.inline.hpp39 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp204 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp39 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp206 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
H A DcpCache.cpp111 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_2_shift)); in set_bytecode_2()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp40 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp206 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
H A DcpCache.cpp113 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_2_shift)); in set_bytecode_2()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp39 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp206 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
H A DcpCache.cpp110 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_2_shift)); in set_bytecode_2()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DcpCache.inline.hpp39 return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2_mask); in bytecode_2()
H A DcpCache.hpp206 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
H A DcpCache.cpp109 Atomic::release_store(&_indices, _indices | ((u_char)code << bytecode_2_shift)); in set_bytecode_2()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp204 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
336 …de_2() const { return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2… in bytecode_2()
H A DcpCache.cpp86 OrderAccess::release_store_ptr(&_indices, _indices | ((u_char)code << bytecode_2_shift)); in set_bytecode_2()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp204 bytecode_2_shift = cp_index_bits + BitsPerByte, enumerator
336 …de_2() const { return Bytecodes::cast((indices_ord() >> bytecode_2_shift) & bytecode_2… in bytecode_2()
H A DcpCache.cpp86 OrderAccess::release_store_ptr(&_indices, _indices | ((u_char)code << bytecode_2_shift)); in set_bytecode_2()

12