Searched defs:header_bits (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp1408 int header_bits = DataLayout::flag_mask_to_header_mask(flag_byte_constant); local
1410 orl(Address(mdp_in, header_offset), header_bits); local
H A Dc1_LIRAssembler_x86.cpp1647 int header_bits = DataLayout::flag_mask_to_header_mask(BitData::null_seen_byte_constant()); local
1793 int header_bits = DataLayout::flag_mask_to_header_mask(BitData::null_seen_byte_constant()); local
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp943 int header_bits = DataLayout::flag_mask_to_header_mask(flag_byte_constant); local
H A Dc1_LIRAssembler_aarch64.cpp1385 int header_bits = DataLayout::flag_mask_to_header_mask(BitData::null_seen_byte_constant()); local
1512 int header_bits = DataLayout::flag_mask_to_header_mask(BitData::null_seen_byte_constant()); local
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2436 int header_bits = DataLayout::flag_mask_to_header_mask(BitData::null_seen_byte_constant()); local
2548 int header_bits = DataLayout::flag_mask_to_header_mask(BitData::null_seen_byte_constant()); local

Completed in 120 milliseconds