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

12345678

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/x86/
H A DX86CurrentFrameGuess.java66 Address sp = context.getRegisterAsAddress(X86ThreadContext.SP);
69 if (sp == null) {
78 Address end = sp.addOffsetTo(regionInBytesToSearch);
95 setValues(sp, fp, pc);
100 System.out.println("CurrentFrameGuess: choosing interpreter frame: sp = " +
101 sp + ", fp = " + fp + ", pc = " + pc);
103 setValues(sp, fp, pc);
126 Address curSP = sp.addOffsetTo(offset);
133 // This sp looks good. Keep it.
135 System.out.println("CurrentFrameGuess: Choosing sp
211 setValues(Address sp, Address fp, Address pc) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintServiceLookup.java205 * @param sp an implementation of a lookup service.
209 public static boolean registerServiceProvider(PrintServiceLookup sp) { argument
215 if (lus.getClass() == sp.getClass()) {
221 getListOfLookupServices().add(sp);
/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSource.java70 private transient SocketPermission sp; field in class:CodeSource
437 if (this.sp == null) {
438 this.sp = new SocketPermission(thisHost, "resolve");
440 if (that.sp == null) {
441 that.sp = new SocketPermission(thatHost, "resolve");
443 if (!this.sp.implies(that.sp)) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJJTParserState.java35 private int sp; // number of nodes on stack field in class:JJTParserState
42 sp = 0;
58 sp = 0;
71 ++sp;
77 if (--sp < mk) {
91 return sp - mk;
96 while (sp > mk) {
105 mk = sp;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DSignatureProperties.java145 * @param sp
147 public void addSignatureProperty(SignatureProperty sp) { argument
148 this._constructionElement.appendChild(sp.getElement());
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dthread_linux_sparc.hpp60 // sometimes corrupt and we need a way to check the extracted sp.
86 intptr_t *sp = (intptr_t *)(((intptr_t)StubRoutines::Sparc::flush_callers_register_windows_func()())); local
88 while((ysp = (intptr_t*)sp[FP->sp_offset_in_saved_window()]) != NULL) {
89 sp = (intptr_t *)((intptr_t)ysp + STACK_BIAS);
91 _base_of_stack_pointer = sp;
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dthread_solaris_sparc.hpp59 // sometimes corrupt and we need a way to check the extracted sp.
85 intptr_t *sp = (intptr_t *)(((intptr_t)StubRoutines::Sparc::flush_callers_register_windows_func()())); local
87 while((ysp = (intptr_t*)sp[FP->sp_offset_in_saved_window()]) != NULL) {
88 sp = (intptr_t *)((intptr_t)ysp + STACK_BIAS);
90 _base_of_stack_pointer = sp;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DRangeSliderModel.java112 public void setPositions(int fp, int sp) { argument
114 assert sp >= 0 && sp < positions.size();
116 secondPosition = sp;
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java82 KQueueSelectorImpl(SelectorProvider sp) { argument
83 super(sp);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DXMLEventWriterOutput.java50 private final Characters sp; field in class:XMLEventWriterOutput
55 sp = ef.createCharacters(" ");
119 out.add(sp);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelInsert.c308 void *sp; /* pointer for pixel in src */ local
332 sp = mlib_ImageGetData(src);
367 mlib_v_ImageChannelInsert_U8_12_A8D1X8((mlib_u8 *)sp,
374 mlib_v_ImageChannelInsert_U8_12_A8D2X8((mlib_u8 *)sp, strides,
381 mlib_v_ImageChannelInsert_U8_12_D1((mlib_u8 *)sp,
387 mlib_v_ImageChannelInsert_U8_12((mlib_u8 *)sp, strides,
398 mlib_v_ImageChannelInsert_U8_13_A8D1X8((mlib_u8 *)sp,
405 mlib_v_ImageChannelInsert_U8_13_A8D2X8((mlib_u8 *)sp, strides,
412 mlib_v_ImageChannelInsert_U8_13_D1((mlib_u8 *)sp,
418 mlib_v_ImageChannelInsert_U8_13((mlib_u8 *)sp, stride
[all...]
H A Dmlib_v_ImageCopy_f.c38 * sp pointer to source image data
70 void mlib_v_ImageCopy_a1(mlib_d64 *sp, argument
78 *dp++ = *sp++;
88 void mlib_v_ImageCopy_a2(mlib_d64 *sp, argument
99 spl = sp;
107 *dp++ = *sp++;
110 sp = spl += stride;
127 mlib_d64 *sp; /* 8-byte aligned start point in src */ local
159 sp = (mlib_d64 *) VIS_ALIGNADDR(sa, j);
163 s1 = vis_ld_d64_nf(sp);
208 mlib_d64 *sp; /* 8-byte aligned start point in src */ local
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSinkChannelImpl.java57 SinkChannelImpl(SelectorProvider sp, SocketChannel sc) { argument
58 super(sp);
H A DSourceChannelImpl.java56 SourceChannelImpl(SelectorProvider sp, SocketChannel sc) { argument
57 super(sp);
/openjdk7/jdk/test/java/net/CookieHandler/
H A DCookieManagerTest.java101 public CookieTestCase(String h, String cts, String ctr, String sp) { argument
105 serverPath = sp;
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgifalloc.c218 SavedImage *sp; local
225 sp = &GifFile->SavedImages[GifFile->ImageCount];
228 if (sp->ImageDesc.ColorMap)
229 FreeMapObject(sp->ImageDesc.ColorMap);
232 if (sp->RasterBits)
233 free((char *)sp->RasterBits);
236 if (sp->ExtensionBlocks)
237 FreeExtension(sp);
254 SavedImage *sp; local
265 sp
332 SavedImage *sp; local
[all...]
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAbstractPollSelectorImpl.java64 AbstractPollSelectorImpl(SelectorProvider sp, int channels, int offset) { argument
65 super(sp);
H A DSelectorImpl.java54 protected SelectorImpl(SelectorProvider sp) { argument
55 super(sp);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DDevPollSelectorImpl.java66 DevPollSelectorImpl(SelectorProvider sp) { argument
67 super(sp);
H A DEPollSelectorImpl.java63 EPollSelectorImpl(SelectorProvider sp) throws IOException { argument
64 super(sp);
H A DEventPortSelectorImpl.java58 EventPortSelectorImpl(SelectorProvider sp) throws IOException { argument
59 super(sp);
/openjdk7/langtools/test/tools/javac/processing/model/
H A DTestSymtabItems.java178 String sp(int w) { method in class:TestSymtabItems.ElemPrinter
186 System.err.println(sp(indent) + label
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCRegisterMap.java183 public void shiftWindow(Address sp, Address youngerSP) { argument
184 window = sp;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp296 CompactibleSpace* sp = r; local
298 sp = r->next_compaction_space();
301 G1PrepareCompactClosure blk(sp);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceManager.java81 public void setSourcePath(SearchPath sp) { argument
82 sourcePath = sp;

Completed in 58 milliseconds

12345678