Searched refs:current_stack_pointer (Results 1 - 18 of 18) sorted by relevance

/openjdk9/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp60 address os::current_stack_pointer() { function in class:os
81 dummy.set_sp((intptr_t *) current_stack_pointer());
384 assert(os::current_stack_pointer() >= stack_bottom, "should do");
385 assert(os::current_stack_pointer() < stack_top, "should do");
/openjdk9/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp65 address os::current_stack_pointer() { function in class:os
86 dummy.set_sp((intptr_t *) current_stack_pointer());
342 assert(os::current_stack_pointer() >= stack_bottom, "should do");
343 assert(os::current_stack_pointer() < stack_top, "should do");
/openjdk9/hotspot/src/os_cpu/aix_ppc/vm/
H A Dos_aix_ppc.cpp67 address os::current_stack_pointer() { function in class:os
192 intptr_t* csp = (intptr_t*) *((intptr_t*) os::current_stack_pointer());
611 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk9/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp476 address os::current_stack_pointer() { function in class:os
484 address os::current_stack_pointer() { function in class:os
527 frame myframe((intptr_t*)os::current_stack_pointer(),
667 // The current_stack_pointer() calls generated get_previous_sp stub routine.
670 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk9/hotspot/src/os_cpu/linux_ppc/vm/
H A Dos_linux_ppc.cpp79 address os::current_stack_pointer() { function in class:os
205 intptr_t* csp = (intptr_t*) *((intptr_t*) os::current_stack_pointer());
609 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk9/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp279 address os::current_stack_pointer() { function in class:os
436 frame myframe((intptr_t*)os::current_stack_pointer(),
954 assert(os::current_stack_pointer() >= *bottom &&
955 os::current_stack_pointer() < *bottom + *size, "just checking");
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.cpp84 address os::current_stack_pointer() { function in class:os
245 frame myframe((intptr_t*)os::current_stack_pointer(), fp + os::C_frame_offset,
/openjdk9/hotspot/src/os_cpu/linux_s390/vm/
H A Dos_linux_s390.cpp81 address os::current_stack_pointer() { function in class:os
212 intptr_t* csp = (intptr_t*) *((intptr_t*) os::current_stack_pointer());
/openjdk9/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dos_linux_aarch64.cpp96 address os::current_stack_pointer() { function in class:os
244 frame myframe((intptr_t*)os::current_stack_pointer(),
648 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp92 address os::current_stack_pointer() { function in class:os
254 frame myframe((intptr_t*)os::current_stack_pointer(),
823 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk9/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp300 address os::current_stack_pointer() { function in class:os
309 frame myframe((intptr_t*)os::current_stack_pointer(),
988 assert(((intptr_t)os::current_stack_pointer() & (StackAlignmentInBytes-1)) == 0, "incorrect stack alignment");
/openjdk9/hotspot/src/share/vm/runtime/
H A Dos.hpp482 static address current_stack_pointer();
H A DjavaCalls.cpp383 // to Java. Calculate current_stack_pointer here to make sure
385 address sp = os::current_stack_pointer();
H A Dthread.cpp914 address end = os::current_stack_pointer();
1569 return reguard_stack(os::current_stack_pointer());
2560 guarantee(base < os::current_stack_pointer(),"Error calculating stack reserved zone");
2598 guarantee(base < os::current_stack_pointer(), "Error calculating stack yellow zone");
2634 guarantee(base < os::current_stack_pointer(), "Error calculating stack red zone");
/openjdk9/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp154 address os::current_stack_pointer() { function in class:os
/openjdk9/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp304 address os::current_stack_pointer() { function in class:os
/openjdk9/hotspot/src/share/vm/prims/
H A Dwhitebox.cpp1373 return (jlong) t->stack_available(os::current_stack_pointer()) - (jlong)JavaThread::stack_shadow_zone_size();
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.cpp600 // os::current_stack_pointer(), as its result can be slightly below current
6172 assert(os::current_stack_pointer() >= *bottom &&
6173 os::current_stack_pointer() < *bottom + *size, "just checking");

Completed in 247 milliseconds