Searched refs:initial_thread_stack_bottom (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.hpp125 static address initial_thread_stack_bottom(void) { return _initial_thread_stack_bottom; } function in class:Linux
H A Dos_linux.cpp892 if (initial_thread_stack_bottom() == NULL) return false;
893 assert(initial_thread_stack_bottom() != NULL &&
896 if ((address)&dummy >= initial_thread_stack_bottom() &&
897 (address)&dummy < initial_thread_stack_bottom() + initial_thread_stack_size()) {
3003 // it's likely that os::Linux::initial_thread_stack_bottom is mapped and
3006 uintptr_t stack_extent = (uintptr_t) os::Linux::initial_thread_stack_bottom();
3012 os::Linux::initial_thread_stack_bottom(),
6140 *bottom = os::Linux::initial_thread_stack_bottom();
/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp851 char* hint = (char*)(Linux::initial_thread_stack_bottom() -

Completed in 120 milliseconds