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

/openjdk9/hotspot/src/cpu/zero/vm/
H A DstubRoutines_zero.hpp44 code_size2 = 0 // if these are too small. Simply increase enumerator in enum:platform_dependent_constants
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DstubRoutines_ppc.hpp37 code_size2 = 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.hpp34 code_size2 = 22000 // 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.hpp44 code_size2 = 27000 // 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.hpp37 code_size2 = 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.hpp44 code_size2 = 22000 // 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.hpp36 code_size2 = 33800 LP64_ONLY(+10000) // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants

Completed in 45 milliseconds