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

/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp62 address os::current_stack_pointer() { function in class:os
82 dummy.set_sp((intptr_t *) current_stack_pointer());
428 assert(os::current_stack_pointer() >= stack_bottom, "should do");
429 assert(os::current_stack_pointer() < stack_top, "should do");
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp92 address os::current_stack_pointer() { function in class:os
188 frame myframe((intptr_t*)os::current_stack_pointer(),
727 assert(os::current_stack_pointer() >= *bottom &&
728 os::current_stack_pointer() < *bottom + *size, "just checking");
868 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp57 address os::current_stack_pointer() { function in class:os
77 dummy.set_sp((intptr_t *) current_stack_pointer());
372 assert(os::current_stack_pointer() >= stack_bottom, "should do");
373 assert(os::current_stack_pointer() < stack_top, "should do");
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp271 address os::current_stack_pointer() { function in class:os
371 frame myframe((intptr_t*)os::current_stack_pointer(),
994 assert(os::current_stack_pointer() >= *bottom &&
995 os::current_stack_pointer() < *bottom + *size, "just checking");
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp162 address os::current_stack_pointer() { function in class:os
193 assert(os::current_stack_pointer() >= *bottom &&
194 os::current_stack_pointer() < *bottom + *size, "just checking");
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp255 address os::current_stack_pointer() { function in class:os
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp240 address os::current_stack_pointer() { function in class:os
248 frame myframe((intptr_t*)os::current_stack_pointer(),
943 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp371 address os::current_stack_pointer() { function in class:os
379 address os::current_stack_pointer() { function in class:os
411 frame myframe((intptr_t*)os::current_stack_pointer(),
567 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");

Completed in 143 milliseconds