Lines Matching defs:base

1615   // Record real stack base and size.
1649 // from there will be lower than the stack base just computed
2508 // The base notation is from the stacks point of view, growing downward.
2510 address base = stack_yellow_zone_base() - stack_yellow_zone_size();
2512 guarantee(base < stack_base(),"Error calculating stack yellow zone");
2513 guarantee(base < os::current_stack_pointer(),"Error calculating stack yellow zone");
2515 if (os::guard_memory((char *) base, stack_yellow_zone_size())) {
2530 // The base notation is from the stacks point of view, growing downward.
2532 address base = stack_yellow_zone_base() - stack_yellow_zone_size();
2534 if (os::unguard_memory((char *)base, stack_yellow_zone_size())) {
2543 // The base notation is from the stacks point of view, growing downward.
2546 address base = stack_red_zone_base() - stack_red_zone_size();
2548 guarantee(base < stack_base(),"Error calculating stack red zone");
2549 guarantee(base < os::current_stack_pointer(),"Error calculating stack red zone");
2551 if(!os::guard_memory((char *) base, stack_red_zone_size())) {
2557 // The base notation is from the stacks point of view, growing downward.
2560 address base = stack_red_zone_base() - stack_red_zone_size();
2561 if (!os::unguard_memory((char *)base, stack_red_zone_size())) {
2885 name_str = UNICODE::as_utf8((jchar*) name->base(T_CHAR), name->length());
2888 name_str = UNICODE::as_utf8((jchar*) name->base(T_CHAR), name->length(), buf, buflen);
2915 const char* str = UNICODE::as_utf8((jchar*) name->base(T_CHAR), name->length());
2934 const char* str = UNICODE::as_utf8((jchar*) name->base(T_CHAR), name->length());