Searched defs:get_stack_bounds (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3006 bool get_stack_bounds(uintptr_t *bottom, uintptr_t *top) { function
3046 if (chk_bounds && get_stack_bounds(&stack_extent, &stack_base)) {
3062 if (chk_bounds && get_stack_bounds(&stack_extent, &stack_base)) {

Completed in 40 milliseconds