Searched defs:sp (Results 176 - 199 of 199) sorted by relevance

12345678

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c48 uint64_t new_sp; /* "raw" sp for the next frame (includes extension by interpreter/adapter */
114 uintptr_t sp; member in struct:frame
115 uintptr_t sender_sp; // The unextended sp of the caller
447 J->prev_fr.sp = 0;
1040 base = J->curr_fr.sp + N->orig_pc_offset;
1225 Because c2 doesn't use FP as a framepointer the value of sp/fp we receive
1243 uint64_t base = J->curr_fr.sp;
1262 // real_sp is the sp we should have received for this frame
1264 // +POINTER_SIZE because callee owns the return address so caller's sp is +1 word
1365 J->curr_fr.sp
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c48 uint64_t new_sp; /* "raw" sp for the next frame (includes extension by interpreter/adapter */
114 uintptr_t sp; member in struct:frame
115 uintptr_t sender_sp; // The unextended sp of the caller
447 J->prev_fr.sp = 0;
1040 base = J->curr_fr.sp + N->orig_pc_offset;
1225 Because c2 doesn't use FP as a framepointer the value of sp/fp we receive
1243 uint64_t base = J->curr_fr.sp;
1262 // real_sp is the sp we should have received for this frame
1264 // +POINTER_SIZE because callee owns the return address so caller's sp is +1 word
1365 J->curr_fr.sp
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp988 // Load up sp, fp, sender sp and sender fp, check for reasonable values.
992 // sp on amd can be 32 bit aligned.
995 uintptr_t usp = (uintptr_t)fr->sp();
1240 address sp = current_stack_pointer(); local
1252 return (sp > (stack_limit + reserved_area));
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c1610 struct sockaddr_dl *sp; local
1611 sp = (struct sockaddr_dl *)&lif.lifr_addr;
1612 memcpy(buf, &sp->sdl_data[0], sp->sdl_alen);
1613 return sp->sdl_alen;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.cpp369 FORMATETC *sp = (FORMATETC *)second; local
370 int r = fp->cfFormat - sp->cfFormat;
372 return r != 0 ? r : fp->tymed - sp->tymed;
H A Dawt_DnDDT.cpp985 FORMATETC *sp = (FORMATETC *)second; local
987 if (fp->cfFormat == sp->cfFormat) {
988 return fp->tymed - sp->tymed;
991 return fp->cfFormat - sp->cfFormat;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c2337 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); local
2342 *dp = (png_byte)((*sp >> shift) & 0x01);
2347 sp--;
2361 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); local
2366 *dp = (png_byte)((*sp >> shift) & 0x03);
2371 sp--;
2384 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); local
2389 *dp = (png_byte)((*sp >> shift) & 0x0f);
2394 sp--;
2544 png_bytep sp local
2605 png_bytep sp = row; /* source */ local
2635 png_bytep sp = row + row_info->rowbytes; local
2654 png_bytep sp = row + row_info->rowbytes; local
2681 png_bytep sp = row + row_info->rowbytes; local
2698 png_bytep sp = row + row_info->rowbytes; local
2732 png_bytep sp = row + row_info->rowbytes; local
2755 png_bytep sp = row + row_info->rowbytes; local
2784 png_bytep sp = row + row_info->rowbytes; local
2799 png_bytep sp = row + row_info->rowbytes; local
2844 png_bytep sp = row + (png_size_t)row_width; local
2860 png_bytep sp = row + (png_size_t)row_width; local
2879 png_bytep sp = row + (png_size_t)row_width * 2; local
2898 png_bytep sp = row + (png_size_t)row_width * 2; local
2921 png_bytep sp = row + (png_size_t)row_width * 3; local
2939 png_bytep sp = row + (png_size_t)row_width * 3; local
2960 png_bytep sp = row + (png_size_t)row_width * 6; local
2983 png_bytep sp = row + (png_size_t)row_width * 6; local
3025 png_bytep sp = row + (png_size_t)row_width - 1; local
3038 png_bytep sp = row + (png_size_t)row_width * 2 - 1; local
3057 png_bytep sp = row + (png_size_t)row_width * 2 - 1; local
3071 png_bytep sp = row + (png_size_t)row_width * 4 - 1; local
3142 png_bytep sp = row; local
3165 png_bytep sp = row; local
3191 png_bytep sp = row; local
3227 png_bytep sp = row; local
3254 png_bytep sp = row; local
3274 png_bytep sp = row; local
3295 png_bytep sp = row; local
3338 png_bytep sp = row; local
3447 png_bytep sp; local
4153 png_bytep sp; local
4418 png_bytep sp, dp; local
4571 png_bytep sp, dp; local
4811 png_byte *sp = row + row_info->rowbytes; /* source, last byte + 1 */ local
4828 png_bytep sp, dp; local
[all...]
H A Dpngrutil.c2735 png_bytep sp = png_ptr->row_buf + 1; local
2767 value = (*sp >> shift) & 0x01;
2775 sp++;
2793 png_bytep sp = png_ptr->row_buf + 1; local
2824 value = (*sp >> shift) & 0x03;
2832 sp++;
2850 png_bytep sp = png_ptr->row_buf + 1; local
2880 value = (*sp >> shift) & 0xf;
2888 sp++;
2906 png_bytep sp local
2958 png_bytep sp = row + (png_size_t)((row_info->width - 1) >> 3); local
3019 png_bytep sp = row + (png_uint_32)((row_info->width - 1) >> 2); local
3081 png_bytep sp = row + (png_size_t)((row_info->width - 1) >> 1); local
3143 png_bytep sp = row + (png_size_t)(row_info->width - 1) local
[all...]
H A Dpngwutil.c2261 * pointer and a destination pointer (sp and dp), and copy the
2263 * sp will always be >= dp, so we should never overwrite anything.
2287 png_bytep sp; local
2302 sp = row + (png_size_t)(i >> 3);
2303 value = (int)(*sp >> (7 - (int)(i & 0x07))) & 0x01;
2325 png_bytep sp; local
2340 sp = row + (png_size_t)(i >> 2);
2341 value = (*sp >> ((3 - (int)(i & 0x03)) << 1)) & 0x03;
2362 png_bytep sp; local
2376 sp
2398 png_bytep sp; local
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_16ext.c147 buff[i ] = sp[0]; \
148 buff[i + 1] = sp[chan1]
155 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[chan1]) << 32) | S64TOS32((mlib_s64)sp[0])
160 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[0]) << 32) | S64TOS32((mlib_s64)sp[chan1])
182 type *adr_src, *sl, *sp, *sl1; \
364 sp = sl;
430 sp += chan2;
439 buffi[i] = (mlib_s32)sp[
1872 DTYPE *adr_src, *sl, *sp = NULL; variable
2335 DTYPE *adr_src, *sl, *sp = NULL; variable
[all...]
H A Dmlib_ImageConv_16nw.c115 buff[i ] = sp[0]; \
116 buff[i + 1] = sp[chan1]
123 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[chan1]) << 32) | S64TOS32((mlib_s64)sp[0])
128 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[0]) << 32) | S64TOS32((mlib_s64)sp[chan1])
151 type *adr_src, *sl, *sp = NULL; \
323 sp = sl;
388 sp += chan2;
397 buffi[i] = (mlib_s32)sp[
2063 DTYPE *adr_src, *sl, *sp = NULL; local
[all...]
H A Dmlib_ImageConv_8ext.c147 buff[i ] = sp[0]; \
148 buff[i + 1] = sp[chan1]
155 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[chan1]) << 32) | S64TOS32((mlib_s64)sp[0])
160 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[0]) << 32) | S64TOS32((mlib_s64)sp[chan1])
182 type *adr_src, *sl, *sp, *sl1; \
364 sp = sl;
430 sp += chan2;
439 buffi[i] = (mlib_s32)sp[
1872 DTYPE *adr_src, *sl, *sp = NULL; variable
2335 DTYPE *adr_src, *sl, *sp = NULL; variable
[all...]
H A Dmlib_ImageConv_8nw.c116 buff[i ] = sp[0]; \
117 buff[i + 1] = sp[chan1]
124 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[chan1]) << 32) | S64TOS32((mlib_s64)sp[0])
129 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[0]) << 32) | S64TOS32((mlib_s64)sp[chan1])
152 type *adr_src, *sl, *sp = NULL; \
324 sp = sl;
389 sp += chan2;
398 buffi[i] = (mlib_s32)sp[
2064 DTYPE *adr_src, *sl, *sp = NULL; local
[all...]
H A Dmlib_ImageConv_u16ext.c147 buff[i ] = sp[0]; \
148 buff[i + 1] = sp[chan1]
155 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[chan1]) << 32) | S64TOS32((mlib_s64)sp[0])
160 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[0]) << 32) | S64TOS32((mlib_s64)sp[chan1])
182 type *adr_src, *sl, *sp, *sl1; \
364 sp = sl;
430 sp += chan2;
439 buffi[i] = (mlib_s32)sp[
1872 DTYPE *adr_src, *sl, *sp = NULL; variable
2335 DTYPE *adr_src, *sl, *sp = NULL; variable
[all...]
H A Dmlib_ImageConv_u16nw.c115 buff[i ] = sp[0]; \
116 buff[i + 1] = sp[chan1]
123 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[chan1]) << 32) | S64TOS32((mlib_s64)sp[0])
128 *(mlib_s64*)(buff + i) = (((mlib_s64)sp[0]) << 32) | S64TOS32((mlib_s64)sp[chan1])
151 type *adr_src, *sl, *sp = NULL; \
323 sp = sl;
388 sp += chan2;
397 buffi[i] = (mlib_s32)sp[
2063 DTYPE *adr_src, *sl, *sp = NULL; local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp490 const CompactibleFreeListSpace* sp,
494 _sp(sp),
666 FreeListSpace_DCTOC(CompactibleFreeListSpace* sp, argument
671 Filtering_DCTOC(sp, cl, precision, boundary),
672 _cfls(sp), _collector(collector) {}
2349 VerifyAllBlksClosure(const CompactibleFreeListSpace* sp, argument
2350 MemRegion span) : _sp(sp), _span(span),
2444 const CompactibleFreeListSpace* sp, MemRegion span,
2446 OopClosure(), _collector(collector), _sp(sp), _span(span),
489 BlkPrintingClosure(const CMSCollector* collector, const CompactibleFreeListSpace* sp, const CMSBitMap* live_bit_map, outputStream* st) argument
2443 VerifyAllOopsClosure(const CMSCollector* collector, const CompactibleFreeListSpace* sp, MemRegion span, bool past_remark, CMSBitMap* bit_map) argument
H A DconcurrentMarkSweepGeneration.hpp1913 const CompactibleFreeListSpace* sp,
1917 _sp(sp),
1912 MarkDeadObjectsClosure(const CMSCollector* collector, const CompactibleFreeListSpace* sp, CMSBitMap *live_bit_map, CMSBitMap *dead_bit_map) argument
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java445 // below the current sp at the instruction.
476 if (npops > jvm.sp()) return i;
626 int sp() { return stack.size(); } method in class:Indify.Logic.JVMState
630 Object pop() { return stack.remove(sp()-1); }
631 Object top() { return stack.get(sp()-1); }
636 return stack.subList(sp()-argsize, sp());
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c2853 /* {{{ s_mp_copy(sp, dp, count) */
2856 /* Copy 'count' digits from sp to dp */
2857 void s_mp_copy(const mp_digit *sp, mp_digit *dp, mp_size count) argument
2863 dp[ix] = sp[ix];
2865 memcpy(dp, sp, count * sizeof(mp_digit));
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3060 Space* sp = space_containing(addr); local
3061 if (sp != NULL) {
3062 return sp->block_start(addr);
3068 Space* sp = space_containing(addr); local
3069 assert(sp != NULL, "block_size of address outside of heap");
3070 return sp->block_size(addr);
3074 Space* sp = space_containing(addr); local
3075 return sp->block_is_obj(addr);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp3491 const MutableSpace* sp = space(space_id); local
3492 if (sp->is_empty()) {
3499 HeapWord* beg_addr = sp->bottom();
3500 HeapWord* end_addr = sp->top();
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp856 // if current sp is already near the lower end of page 101, and we need to
861 // The following code works by adjusting sp first, then accessing the "bottom"
877 address sp; local
886 // sp might be slightly above current stack pointer; if that's the case, we
890 sp = (address)&sp;
892 if (sp > bottom) {
893 size = sp - bottom;
3816 struct sched_param sp;
3820 if (pthread_getschedparam(self, &policy, &sp) !
3845 struct sched_param sp; local
3847 pthread_getschedparam(pthread_self(), &policy, &sp); local
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp730 // if current sp is already near the lower end of page 101, and we need to
735 // The following code works by adjusting sp first, then accessing the "bottom"
751 address sp; local
760 // sp might be slightly above current stack pointer; if that's the case, we
764 sp = (address)&sp;
766 if (sp > bottom) {
767 size = sp - bottom;
3023 uintptr_t sp = (uintptr_t) __builtin_frame_address(0); local
3024 if (sp >
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp278 address sp = os::current_stack_pointer(); local
280 (sp <= thread->_stack_base &&
281 sp >= thread->_stack_base - thread->_stack_size) ||
283 "sp must be inside of selected thread stack");
1002 bool os::Solaris::valid_stack_address(Thread* thread, address sp) { argument
1005 if (sp < stackStart && sp >= stackEnd ) return true;

Completed in 384 milliseconds

12345678