Searched refs:frame (Results 451 - 475 of 611) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp83 assert(_frame_size == size, "can't change the frame size");
159 frame runtime_frame = thread->last_frame();
160 frame caller_frame = runtime_frame.sender(&reg_map);
170 frame runtime_frame = thread->last_frame();
171 frame caller_frame = runtime_frame.sender(&reg_map);
192 "if stub has an oop map it must have a valid frame size");
391 frame fr = THREAD->last_frame().sender(&map);
432 frame fr = thread->last_frame().sender(&map);
450 // otherwise we will unwind the stack and continue at the caller of top frame method
467 frame exception_fram
[all...]
/openjdk7/jdk/make/common/
H A DDefs-linux.gmk187 # For all platforms, do not omit the frame pointer register usage.
188 # We need this frame pointer to make it easy to walk the stacks.
191 CFLAGS_REQUIRED_amd64 += -fno-omit-frame-pointer -D_LITTLE_ENDIAN
192 CFLAGS_REQUIRED_i586 += -fno-omit-frame-pointer -D_LITTLE_ENDIAN
193 CFLAGS_REQUIRED_ia64 += -fno-omit-frame-pointer -D_LITTLE_ENDIAN
H A DDefs-macosx.gmk112 # For all platforms, do not omit the frame pointer register usage.
113 # We need this frame pointer to make it easy to walk the stacks.
116 CFLAGS_REQUIRED_x86_64 += -m64 -fno-omit-frame-pointer -D_LITTLE_ENDIAN
118 CFLAGS_REQUIRED_i586 += -m32 -fno-omit-frame-pointer -D_LITTLE_ENDIAN
120 CFLAGS_REQUIRED_ia64 += -m64 -fno-omit-frame-pointer -D_LITTLE_ENDIAN
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.m468 NSRect frame = NSMakeRect(0, 0, dockTile.size.width, dockTile.size.height);
469 NSImageView *dockImageView = [[NSImageView alloc] initWithFrame: frame];
496 NSRect frame = [view frame];
497 NSImage *image = [[NSImage alloc] initWithSize:frame.size];
499 [view drawRect:frame];
H A DAWTSurfaceLayers.m83 layer.frame = newRect;
/openjdk7/jdk/test/com/sun/jdi/
H A DInvokeTest.java445 StackFrame frame = mainThread.frame(0);
446 thisObject = frame.thisObject();
H A DBacktraceFieldTest.java114 * We are now one frame below the exception frame that contains
117 StackFrame myFrame = mainThread.frame(1);
H A DFramesTest.java108 failure("bad frame entry (" + start + "," + length +
135 if (!mainThread.frame(0).location().method().name()
137 failure("frame failed");
H A DTwoThreadsTest.java162 sf = thr.frame(0);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp41 #include "runtime/frame.inline.hpp"
246 void Deoptimization::unwind_callee_save_values(frame* f, vframeArray* vframe_array) {
253 // frame that we create restore these values. That is what this routine
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.hpp139 friend class frame;
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWToolkit.java441 public PrintJob getPrintJob(Frame frame, String doctitle, Properties props) { argument
442 return getPrintJob(frame, doctitle, null, null);
445 public PrintJob getPrintJob(Frame frame, String doctitle, JobAttributes jobAttributes, PageAttributes pageAttributes) { argument
450 PrintJob2D printJob = new PrintJob2D(frame, doctitle, jobAttributes, pageAttributes);
501 * Creates a delegate for the given peer type (window, frame, dialog, etc.)
/openjdk7/jdk/test/java/awt/event/KeyEvent/CorrectTime/
H A DCorrectTime.java75 Frame frame = new CorrectTime();
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java422 public PrintJob getPrintJob(final Frame frame, final String doctitle, argument
429 PrintJob2D printJob = new PrintJob2D(frame, doctitle, props);
438 public PrintJob getPrintJob(final Frame frame, final String doctitle, argument
447 PrintJob2D printJob = new PrintJob2D(frame, doctitle,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolBarUI.java473 JFrame frame = new JFrame(toolbar.getName(),
476 // the frame when contents change
494 frame.getRootPane().setName("ToolBar.FloatingFrame");
495 frame.setResizable(false);
497 frame.addWindowListener(wl);
498 return frame;
518 // the frame when contents change
556 Window frame = null;
562 frame = (Window) p;
567 if (floatingToolBar instanceof Window) frame
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c109 SplashImage *frame = splash->frames + imageIndex; local
111 frame->rects = NULL;
112 frame->numRects = 0;
130 frame->numRects = BitmapToYXBandedRectangles(&maskRect, rects);
131 frame->rects = SAFE_SIZE_ARRAY_ALLOC(malloc, frame->numRects, sizeof(XRectangle));
132 if (frame->rects) { // handle the error after the if(){}
133 memcpy(frame->rects, rects, frame->numRects * sizeof(XRectangle));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java1089 Code.StackMapFrame frame = code.stackMapBuffer[i];
1092 if (debugstackmap) System.out.print(" pc=" + frame.pc);
1093 databuf.appendChar(frame.pc);
1097 for (int j=0; j<frame.locals.length;
1098 j += (target.generateEmptyAfterBig() ? 1 : Code.width(frame.locals[j]))) {
1104 for (int j=0; j<frame.locals.length;
1105 j += (target.generateEmptyAfterBig() ? 1 : Code.width(frame.locals[j]))) {
1107 writeStackMapType(frame.locals[j]);
1112 for (int j=0; j<frame.stack.length;
1113 j += (target.generateEmptyAfterBig() ? 1 : Code.width(frame
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DVariableStack.java74 * The stack frame where all variables and params will be kept.
80 * The top of the stack frame (<code>_stackFrames</code>).
86 * The bottom index of the current frame (relative to <code>_stackFrames</code>).
92 * The stack of frame positions. I call 'em links because of distant
137 // Adding one here to the stack of frame positions will allow us always
145 * Set the current stack frame.
147 * @param sf The new stack frame position.
159 * @return The current stack frame position.
174 * @param size The size of the stack frame allocation. This ammount should
176 * at one time in the new stack frame
307 getLocalVariable(int index, int frame) argument
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp43 #include "runtime/frame.inline.hpp"
345 frame os::fetch_frame_from_context(void* ucVoid) {
349 return frame(sp, fp, epc.pc());
352 // By default, gcc always save frame pointer (%ebp/%rbp) on stack. It may get
353 // turned off by -fomit-frame-pointer,
354 frame os::get_sender_for_C_frame(frame* fr) {
355 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
369 frame os::current_frame() {
371 frame myfram
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp43 #include "runtime/frame.inline.hpp"
162 frame os::fetch_frame_from_context(void* ucVoid) {
166 return frame(sp, fp, epc.pc());
169 // By default, gcc always save frame pointer (%ebp/%rbp) on stack. It may get
170 // turned off by -fomit-frame-pointer,
171 frame os::get_sender_for_C_frame(frame* fr) {
172 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
186 frame os::current_frame() {
188 frame myfram
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp43 #include "runtime/frame.inline.hpp"
227 frame os::fetch_frame_from_context(void* ucVoid) {
231 return frame(sp, fp, epc.pc());
234 frame os::get_sender_for_C_frame(frame* fr) {
235 return frame(fr->sender_sp(), fr->link(), fr->sender_pc());
246 frame os::current_frame() {
248 frame myframe((intptr_t*)os::current_stack_pointer(),
253 frame ret; // This will be a null useless frame
[all...]
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIState.java121 public void setAnimationFrame(final int frame) { argument
122 this.derivedAnimationFrame = frame;
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIController.m276 CGRect frame = CGRectMake(x, y, w, h);
277 CGRect partBounds = JRSUIControlGetScrollBarPartBounds(control, frame, part);
298 CGRect frame = CGRectMake(x, y, w, h);
299 return (jdouble)JRSUIControlGetScrollBarOffsetFor(control, frame, offset, visibleAmount, extent);
/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.cpp551 StackFrameInfo* frame = stack_frame_at(depth); local
552 int len = frame->num_locked_monitors();
553 GrowableArray<oop>* locked_monitors = frame->locked_monitors();
575 StackFrameInfo* frame = _frames->at(j); local
576 methodHandle mh(THREAD, frame->method());
577 oop element = java_lang_StackTraceElement::create(mh, frame->bci(), CHECK_NH);
584 StackFrameInfo* frame = new StackFrameInfo(jvf, _with_locked_monitors); local
585 _frames->append(frame);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp206 // In C2, uncommon_trap_blob creates a frame, so all the various
207 // deoptimization functions expect to find the frame of the method
208 // being deopted one frame down on the stack. We create a dummy
209 // frame to mirror this.
219 // Pop our dummy frame and the frame being deoptimized
227 InterpreterFrame *frame = InterpreterFrame::build(size, CHECK_0); local
228 thread->push_zero_frame(frame);
231 // Push another dummy frame
240 // Pop our dummy frame
[all...]

Completed in 191 milliseconds

<<11121314151617181920>>