Searched refs:frame (Results 401 - 425 of 611) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp80 cmpptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD);
90 // Used to ASSERT that rsi/rdi were equal to frame's bcp/locals
106 cmpptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD);
241 movptr(cache, Address(rbp, frame::interpreter_frame_cache_offset * wordSize));
273 movptr(cache, Address(rbp, frame::interpreter_frame_cache_offset * wordSize));
411 movptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), rsi);
456 int min_frame_size = (frame::link_offset - frame::interpreter_frame_initial_sp_offset) * wordSize;
459 stop("broken stack frame");
528 movptr(rbx, Address(rbp, frame
[all...]
H A Dinterp_masm_x86_64.cpp80 cmpptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD);
90 // Used to ASSERT that r13/r14 were equal to frame's bcp/locals
112 cmpptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD);
241 movptr(cache, Address(rbp, frame::interpreter_frame_cache_offset * wordSize));
278 movptr(cache, Address(rbp, frame::interpreter_frame_cache_offset * wordSize));
411 movptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), r13);
457 (frame::link_offset - frame::interpreter_frame_initial_sp_offset) *
461 stop("broken stack frame");
528 movptr(rbx, Address(rbp, frame
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp131 // Acount first for the adjustment of the initial frame
185 frame stub_frame = thread->last_frame(); // Makes stack walkable as side effect
189 frame deoptee = stub_frame.sender(&map);
199 // Java frame. This storage is allocated with the usual system arena.
200 assert(deoptee.is_compiled_frame(), "Wrong frame type");
204 assert(vf->is_compiled_frame(), "Wrong frame type");
208 assert(vf->is_compiled_frame(), "Wrong frame type");
309 // Because of inlining we could have multiple vframes for a single frame
329 // Compute the caller frame based on the sender sp of stub_frame and stored frame size
[all...]
H A DstackValue.cpp28 #include "runtime/frame.inline.hpp"
32 StackValue* StackValue::create_stack_value(const frame* fr, const RegisterMap* reg_map, ScopeValue* sv) {
48 // Else value was directly saved on the stack. The frame's original stack pointer,
163 } else if (sv->is_object()) { // Scalar replaced object in compiled frame
174 BasicLock* StackValue::resolve_monitor_lock(const frame* fr, Location location) {
183 // The frame's original stack pointer, before any extension by its callee
H A DvframeArray.cpp61 // interpreter frame we will be creating to replace vf
161 frame* caller,
179 assert(is_top_frame, "reexecute allowed only for the top frame");
201 assert(*bcp != Bytecodes::_monitorenter || is_top_frame, "a _monitorenter must be a top frame");
215 // Pop top frame after deoptimization
220 // to pop frame and preserve the args
225 // Reexecute invoke in top frame
234 // Force early return from top frame after deoptimization
241 // Possibly override the previous pc computation of the top (youngest) frame
265 // Setup the interpreter frame
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DCode.java1197 /** The last stack map frame in StackMapTable. */
1200 /** The stack map frame before the last one. */
1235 /** Emit a CLDC stack map frame. */
1252 StackMapFrame frame =
1254 frame.pc = pc;
1256 frame.locals = new Type[localsSize];
1262 frame.locals[i] = vtype;
1265 frame.stack = new Type[state.stacksize];
1267 frame.stack[i] = state.stack[i];
1272 // first frame
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DJDBMenuBar.java99 addTool(cmdMenu, "Move up one stack frame", "Up", "up");
100 addTool(cmdMenu, "Move down one stack frame", "Down", "down");
141 Frame frame = JOptionPane.getRootFrame();
142 JDialog dialog = new JDialog(frame, "Specify Breakpoint");
/openjdk7/hotspot/src/cpu/zero/vm/
H A DstubGenerator_zero.cpp36 #include "runtime/frame.inline.hpp"
83 // Allocate and initialize our frame
84 EntryFrame *frame = local
88 // Push the frame
89 thread->push_zero_frame(frame);
117 // Unwind the frame
/openjdk7/jdk/test/com/sun/awt/SecurityWarning/
H A DGetSizeShouldNotReturnZero.java326 public TestDialog( Frame frame, String name ) argument
328 super( frame, name );
/openjdk7/jdk/test/com/sun/jdi/
H A DResumeOneThreadTest.java145 t1sf0 = thread1.frame(0);
164 StackFrame t1sf0_1 = thread1.frame(0);
166 failure("FAILED: Got a different frame 0 for thread 1 after resuming thread 2");
/openjdk7/jdk/test/java/awt/Component/NoUpdateUponShow/
H A DNoUpdateUponShow.java60 // Create the frame and the button
317 public TestDialog( Frame frame, String name ) argument
319 super( frame, name );
/openjdk7/jdk/test/java/awt/Focus/ToFrontFocusTest/
H A DToFrontFocus.java65 cover = new Frame("Cover frame");
67 focus_frame = new Frame("Focusable frame");
69 nonfocus_frame = new Frame("Non-focusable frame");
72 focus_button = new Button("Button in focusable frame");
78 nonfocus_button = new Button("Button in non-focusable frame");
126 // Make frame focused - focus_gained will be genereated for button.
213 public TestDialog( Frame frame, String name ) argument
215 super( frame, name );
/openjdk7/jdk/test/java/awt/Frame/UnfocusableMaximizedFrameResizablity/
H A DUnfocusableMaximizedFrameResizablity.java27 @summary Setting focusable window state to false makes the maximized frame resizable
37 * summary: Tests whether a maximized unfocusable frame connot be resized by the user
69 // Create the maximized unfocusable frame
70 final Frame f = new Frame("Unfocusable frame");
82 // The initial bounds of the frame
84 System.out.println("Initial frame bounds: " + bounds);
86 // Let's move the mouse pointer to the bottom-right coner of the frame (the "size-grip")
97 // The bounds of the frame after the attempt of resizing is made
99 System.out.println("Final frame bounds: " + finalBounds);
102 fail("The maximized unfocusable frame ca
347 TestDialog( Frame frame, String name ) argument
[all...]
/openjdk7/jdk/test/java/awt/List/ListFlickers/
H A DListFlickers.java312 public TestDialog( Frame frame, String name ) argument
314 super( frame, name );
/openjdk7/jdk/test/java/awt/Mixing/
H A DLWComboBox.java359 public TestDialog( Frame frame, String name ) argument
361 super( frame, name );
H A DMixingOnDialog.java93 // Put the components into the frame
362 public TestDialog( Frame frame, String name ) argument
364 super( frame, name );
H A DMixingOnShrinkingHWButton.java27 @summary PIT : Canvas is not fully painted on the internal frame & internal frame goes behind the canvas
94 // Put the components into the frame
363 public TestDialog( Frame frame, String name ) argument
365 super( frame, name );
H A DValidBounds.java63 // Create the frame and the button
347 public TestDialog( Frame frame, String name ) argument
349 super( frame, name );
H A DValidating.java67 // Create the frame with a button.
76 // Make the frame maximized
341 public TestDialog( Frame frame, String name ) argument
343 super( frame, name );
H A DsetComponentZOrder.java311 public TestDialog( Frame frame, String name ) argument
313 super( frame, name );
/openjdk7/jdk/test/java/awt/TextArea/MouseOverScrollbarWhenTyping/
H A DTest.java295 public TestDialog( Frame frame, String name ) argument
297 super( frame, name );
H A DTest1.java296 public TestDialog( Frame frame, String name ) argument
298 super( frame, name );
/openjdk7/jdk/test/java/awt/Window/PropertyChangeListenerLockSerialization/
H A DPropertyChangeListenerLockSerialization.java27 @summary Showing a deserialized frame should not throw NPE
36 * summary: Showing a deserialized frame should not throw NPE
61 new File(System.getProperty("test.classes", "."), "frame.ser");
73 fail("Unable to serialize the frame: " + ex);
76 // Cleanup the frame
90 fail("Error while deserializing the frame: " + ex);
93 // Cleanup the frame
338 public TestDialog( Frame frame, String name ) argument
340 super( frame, name );
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DImageDecoratedDnDInOut.java177 public TestDialog(Frame frame, String name) { argument
178 super(frame, name);
/openjdk7/jdk/test/java/awt/event/MouseEvent/SpuriousExitEnter/
H A DSpuriousExitEnter_3.java57 static JFrame frame = new JFrame("SpuriousExitEnter_3_LW"); field in class:SpuriousExitEnter_3
123 testCase(frame, jbutton);

Completed in 75 milliseconds

<<11121314151617181920>>