Home
last modified time | relevance | path

Searched refs:bytecode_1_mask (Results 1 – 25 of 45) 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.hpp203 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF 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.hpp203 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF 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.hpp205 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF enumerator
/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.hpp203 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF 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.hpp205 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF enumerator
/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.hpp205 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF enumerator
/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.hpp205 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF enumerator
/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.hpp205 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp203 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF enumerator
335 …onst { return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); } in bytecode_1()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp203 bytecode_1_mask = right_n_bits(BitsPerByte), // == (u1)0xFF enumerator
335 …onst { return Bytecodes::cast((indices_ord() >> bytecode_1_shift) & bytecode_1_mask); } in bytecode_1()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_64.cpp253 …assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common… in get_cache_and_index_and_bytecode_at_bcp()
254 andl(bytecode, ConstantPoolCacheEntry::bytecode_1_mask); in get_cache_and_index_and_bytecode_at_bcp()
H A Dinterp_masm_x86_32.cpp250 …assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common… in get_cache_and_index_and_bytecode_at_bcp()
251 andptr(bytecode, ConstantPoolCacheEntry::bytecode_1_mask); in get_cache_and_index_and_bytecode_at_bcp()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_64.cpp253 …assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common… in get_cache_and_index_and_bytecode_at_bcp()
254 andl(bytecode, ConstantPoolCacheEntry::bytecode_1_mask); in get_cache_and_index_and_bytecode_at_bcp()
H A Dinterp_masm_x86_32.cpp250 …assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common… in get_cache_and_index_and_bytecode_at_bcp()
251 andptr(bytecode, ConstantPoolCacheEntry::bytecode_1_mask); in get_cache_and_index_and_bytecode_at_bcp()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/s390/
H A Dinterp_masm_s390.cpp363 …assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common… in get_cache_and_index_and_bytecode_at_bcp()
364 assert(ConstantPoolCacheEntry::bytecode_1_mask == 0xff, ""); in get_cache_and_index_and_bytecode_at_bcp()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp482 …assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common… in get_cache_and_index_and_bytecode_at_bcp()
483 andl(bytecode, ConstantPoolCacheEntry::bytecode_1_mask); in get_cache_and_index_and_bytecode_at_bcp()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dinterp_masm_x86.cpp482 …assert(ConstantPoolCacheEntry::bytecode_1_mask == ConstantPoolCacheEntry::bytecode_2_mask, "common… in get_cache_and_index_and_bytecode_at_bcp()
483 andl(bytecode, ConstantPoolCacheEntry::bytecode_1_mask); in get_cache_and_index_and_bytecode_at_bcp()

12