Searched refs:overhead (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp445 // see if we've got enough room on the stack for locals plus overhead.
465 // total overhead size: entry_size + (saved rbp, thru expr stack bottom).
466 // be sure to change this if you add/subtract anything to/from the overhead area
493 // locals + overhead, in bytes
1306 // see if we've got enough room on the stack for locals plus overhead.
1553 // total overhead size: entry_size + (saved rbp, thru expr stack bottom).
1554 // be sure to change this if you add/subtract anything to/from the overhead area
1589 int overhead = frame::sender_sp_offset - frame::interpreter_frame_initial_sp_offset; local
1596 int size = overhead +
H A DtemplateInterpreter_x86_64.cpp394 // See if we've got enough room on the stack for locals plus overhead.
414 // total overhead size: entry_size + (saved rbp through expr stack
416 // to/from the overhead area
436 // locals + overhead, in bytes
1323 // see if we've got enough room on the stack for locals plus overhead.
1573 // total overhead size: entry_size + (saved rbp thru expr stack
1575 // to/from the overhead area
1609 int overhead = frame::sender_sp_offset - local
1615 int size = overhead +

Completed in 188 milliseconds