Lines Matching refs:os

62 address os::current_stack_pointer() {
67 frame os::get_sender_for_C_frame(frame* fr) {
71 frame os::current_frame() {
86 char* os::non_memory_address_word() {
100 void os::initialize_thread(Thread* thr) {
104 address os::Bsd::ucontext_get_pc(ucontext_t* uc) {
108 ExtendedPC os::fetch_frame_from_context(void* ucVoid,
114 frame os::fetch_frame_from_context(void* ucVoid) {
139 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
145 os::exception_name(sig, buf, sizeof(buf)));
153 if (os::Bsd::signal_handlers_are_installed) {
190 if (os::Bsd::manually_expand_stack(thread, addr)) {
226 os::is_memory_serialize_page(thread, (address) info->si_addr)) {
228 os::block_on_serialize_page_trap();
234 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
265 void os::Bsd::init_thread_fpu_state(void) {
270 int os::Bsd::get_fpu_control_word() {
274 void os::Bsd::set_fpu_control_word(int fpu) {
279 bool os::is_allocatable(size_t bytes) {
300 size_t os::Bsd::min_stack_allowed = 64 * K;
302 bool os::Bsd::supports_variable_stack_size() {
306 size_t os::Bsd::default_stack_size(os::ThreadType thr_type) {
308 size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M);
310 size_t s = (thr_type == os::compiler_thread ? 2 * M : 512 * K);
315 size_t os::Bsd::default_guard_size(os::ThreadType thr_type) {
387 size_t page_bytes = os::Bsd::page_size();
418 if (os::Bsd::is_initial_thread()) {
428 assert(os::current_stack_pointer() >= stack_bottom, "should do");
429 assert(os::current_stack_pointer() < stack_top, "should do");
435 address os::current_stack_base() {
442 size_t os::current_stack_size() {
453 void os::print_context(outputStream* st, void* context) {
457 void os::print_register_info(outputStream *st, void *context) {
512 os::atomic_copy64(from++, to++);
519 os::atomic_copy64(from--, to--);
561 void os::verify_stack_alignment() {