Searched defs:code_size1 (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DstubRoutines_zero.hpp43 code_size1 = 0, // The assembler will fail with a guarantee enumerator in enum:platform_dependent_constants
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DstubRoutines_ppc.hpp36 code_size1 = 20000, // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants
/openjdk9/hotspot/src/cpu/arm/vm/
H A DstubRoutines_arm.hpp33 code_size1 = 9000, // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DstubRoutines_sparc.hpp43 code_size1 = 20000, // simply increase if too small (assembler will crash if too small) enumerator in enum:__anon159
/openjdk9/hotspot/src/cpu/s390/vm/
H A DstubRoutines_s390.hpp36 code_size1 = 20000, // Simply increase if too small (assembler will crash if too small). enumerator in enum:__anon132
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DstubRoutines_aarch64.hpp43 code_size1 = 19000, // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants
/openjdk9/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86.hpp35 code_size1 = 20000 LP64_ONLY(+10000), // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants

Completed in 106 milliseconds