Searched refs:format_width (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.hpp36 format_width = 1 enumerator in enum:__anon184
39 format_width = 2
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DrelocInfo_ppc.hpp39 format_width = 0 enumerator in enum:__anon94
42 format_width = 1
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.hpp38 format_width = 0 enumerator in enum:__anon157
41 format_width = 1
/openjdk9/hotspot/src/cpu/arm/vm/
H A DrelocInfo_arm.hpp32 format_width = 0 enumerator in enum:__anon51
/openjdk9/hotspot/src/cpu/zero/vm/
H A DrelocInfo_zero.hpp34 format_width = 1 enumerator in enum:__anon212
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DrelocInfo_aarch64.hpp35 format_width = 0 enumerator in enum:__anon27
/openjdk9/hotspot/src/cpu/s390/vm/
H A DrelocInfo_s390.hpp72 // format_width to be (at least) 2.
99 format_width = 2 enumerator in enum:__anon131
/openjdk9/hotspot/src/share/vm/code/
H A DrelocInfo.hpp431 // Derived constant, based on format_width which is PD:
433 offset_width = nontype_width - format_width,
435 format_mask = (1<<format_width) - 1
441 // format_width must be at least 1 on _LP64
448 have_format = format_width > 0

Completed in 164 milliseconds