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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp865 // _expand_stack_to() assumes its frame size is less than page size, which
874 static void _expand_stack_to(address bottom) NOINLINE;
876 static void _expand_stack_to(address bottom) { function
909 _expand_stack_to(addr);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp739 // _expand_stack_to() assumes its frame size is less than page size, which
748 static void _expand_stack_to(address bottom) NOINLINE;
750 static void _expand_stack_to(address bottom) { function
783 _expand_stack_to(addr);

Completed in 65 milliseconds