Searched refs:call_stub_size (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.hpp68 call_stub_size = 68, enumerator in enum:__anon11
70 call_stub_size = 20,
H A DtemplateInterpreter_sparc.cpp1561 int call_stub_size = round_to(7 + frame::memory_parameter_word_sp_offset, local
1569 monitor_size) + call_stub_size;
H A DcppInterpreter_sparc.cpp2084 int call_stub_size = round_to(7 + frame::memory_parameter_word_sp_offset, local
2092 monitor_size) + call_stub_size;
H A Dc1_LIRAssembler_sparc.cpp1594 address stub = __ start_a_stub(call_stub_size);
1609 assert(__ offset() - start <= call_stub_size, "stub too big");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.hpp56 enum { call_stub_size = NOT_LP64(15) LP64_ONLY(28), enumerator in enum:__anon35
H A Dc1_LIRAssembler_x86.cpp2885 address stub = __ start_a_stub(call_stub_size);
2906 assert(__ offset() - start <= call_stub_size, "stub too big");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp280 int stub_size = (call_stub_estimate * LIR_Assembler::call_stub_size) +

Completed in 63 milliseconds