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

/openjdk7/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
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubRoutines_x86_32.hpp34 code_size2 = 22000 // simply increase if too small (assembler will crash if too small) enumerator in enum:platform_dependent_constants
H A DstubRoutines_x86_64.hpp36 code_size2 = 22000 // 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.hpp44 code_size2 = 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.cpp200 _code2 = BufferBlob::create("StubRoutines (2)", code_size2);
202 vm_exit_out_of_memory(code_size2, "CodeCache: no room for StubRoutines (2)");

Completed in 182 milliseconds