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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.hpp57 exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(175), enumerator in enum:__anon35
H A Dc1_LIRAssembler_x86.cpp390 address handler_base = __ start_a_stub(exception_handler_size);
409 guarantee(code_offset() - offset <= exception_handler_size, "overflow");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.hpp72 exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(128), enumerator in enum:__anon11
H A Dc1_LIRAssembler_sparc.cpp397 address handler_base = __ start_a_stub(exception_handler_size);
410 guarantee(code_offset() - offset <= exception_handler_size, "overflow");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp281 LIR_Assembler::exception_handler_size +

Completed in 61 milliseconds