Searched refs:code_size1 (Results 1 - 5 of 5) sorted by relevance

/openjdk7/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
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86_32.hpp33 code_size1 = 9000, // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants
H A DstubRoutines_x86_64.hpp35 code_size1 = 19000, // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants
/openjdk7/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:__anon24
/openjdk7/hotspot/src/share/vm/runtime/
H A DstubRoutines.cpp148 _code1 = BufferBlob::create("StubRoutines (1)", code_size1);
150 vm_exit_out_of_memory(code_size1, "CodeCache: no room for StubRoutines (1)");

Completed in 32 milliseconds