HomeSort by relevance Sort by last modified time
    Searched refs:FRAME (Results 26 - 50 of 55) sorted by null

12 3

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFrameElement05.js 49 docsLoaded += preload(docRef, "doc", "frame");
78 The name attribute specifies the frame name(object of the target
81 Retrieve the name attribute of the first FRAME element and examine
100 doc = load(docRef, "doc", "frame");
101 nodeList = doc.getElementsByTagName("frame");
HTMLFrameElement06.js 49 docsLoaded += preload(docRef, "doc", "frame");
78 The noResize attribute specifies if the user can resize the frame. When
79 true, forbid user from resizing frame.
81 Retrieve the noResize attribute of the first FRAME element and examine
100 doc = load(docRef, "doc", "frame");
101 nodeList = doc.getElementsByTagName("frame");
HTMLFrameElement07.js 49 docsLoaded += preload(docRef, "doc", "frame");
78 The scrolling attribute specifies whether or not the frame should have
81 Retrieve the scrolling attribute of the first FRAME element and examine
100 doc = load(docRef, "doc", "frame");
101 nodeList = doc.getElementsByTagName("frame");
HTMLFrameElement08.js 49 docsLoaded += preload(docRef, "doc", "frame");
78 The src attribute specifies a URI designating the initial frame contents.
80 Retrieve the src attribute of the first FRAME element and examine
99 doc = load(docRef, "doc", "frame");
100 nodeList = doc.getElementsByTagName("frame");
HTMLFrameElement09.js 78 The contentDocument attribute specifies the document this frame contains,
81 Retrieve the contentDocument attribute of the first FRAME element
HTMLIFrameElement05.js 78 The marginWidth attribute specifies the frame margin width, in pixels.
80 Retrieve the marginWidth attribute of the first FRAME element and examine
HTMLIFrameElement08.js 78 The scrolling attribute specifies whether or not the frame should have
81 Retrieve the scrolling attribute of the first FRAME element and examine
HTMLIFrameElement09.js 78 The src attribute specifies a URI designating the initial frame contents.
80 Retrieve the src attribute of the first FRAME element and examine
HTMLIFrameElement11.js 103 assertEquals("titleLink","NIST DOM HTML Test - FRAME",vtitle);
  /external/v8/src/
deoptimizer.cc 225 PrintF(" at bailout #%u, address 0x%" V8PRIxPTR ", frame size %d\n",
232 PrintF(" at ast id #%u, address 0x%" V8PRIxPTR ", frame size %d\n",
370 // Determine basic deoptimization information. The optimized frame is
379 // Do the input frame to output frame(s) translation.
395 // Translate each output frame.
403 int index = output_count_ - 1; // Index of the topmost frame.
439 // A GC-safe temporary placeholder that we can put in the output frame.
453 case Translation::FRAME:
492 // temporary placeholder in the frame
    [all...]
deoptimizer.h 90 // a frame for which the code object for the function function has been
279 // Input frame description.
283 // Array of output frame descriptions.
302 // the first element of the area to store the frame.
459 FRAME,
574 static void ComputeSlotMappingForArguments(JavaScriptFrame* frame,
583 static Address SlotAddress(JavaScriptFrame* frame, int slot_index) {
586 return frame->fp() + offset - (slot_index * kPointerSize);
589 return frame->fp() + offset - ((slot_index + 1) * kPointerSize);
595 JavaScriptFrame* frame);
    [all...]
frames.cc 43 // particular frame. Needs to know the top of the handler chain.
46 StackHandlerIterator(const StackFrame* frame, StackHandler* handler)
47 : limit_(frame->fp()), handler_(handler) {
48 // Make sure the handler has already been unwound to this frame.
49 ASSERT(frame->sp() <= handler->address());
114 // Compute the state of the calling frame before restoring
116 // frame code that computes the caller state to access the top
121 // Unwind handlers corresponding to the current frame.
126 // Advance to the calling frame.
214 if (!frame()->function()->IsJSFunction()) return false
1226 StackFrame* frame = AllocateFrameCopy(it.frame()); local
    [all...]
  /external/libffi/src/pa/
hpux32.S 57 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
272 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
linux.S 50 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
263 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFrameElement09.js 82 The contentDocument attribute specifies the document this frame contains,
85 Retrieve the contentDocument attribute of the first FRAME element
  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.cc 68 } else if (value == "frame") {
69 tmp_result.Add(ExtensionMenuItem::FRAME);
  /external/openssl/crypto/bn/asm/
mips3-mont.pl 47 $FRAME=8*(2+8);
65 .frame $fp,64,ra
pa-risc2.s 128 .callinfo frame=128
302 .callinfo frame=128
461 .callinfo FRAME=128,ENTRY_GR=%r3,ARGS_SAVED,ORDERING_AWARE
754 .CALLINFO CALLER,FRAME=144,ENTRY_GR=%r9,SAVE_RP,ARGS_SAVED,ORDERING_AWARE
    [all...]
pa-risc2W.s 120 .callinfo frame=128
292 .callinfo frame=128
450 .callinfo FRAME=128,ENTRY_GR=%r3,ARGS_SAVED,ORDERING_AWARE
738 .callinfo CALLER,FRAME=272,ENTRY_GR=%r10,SAVE_RP,ARGS_SAVED,ORDERING_AWARE
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 237 ASSERT(Translation::FRAME == opcode);
262 PrintF(" => node=%u, frame=%d->%d]\n",
268 // There's only one output frame in the OSR case.
274 // Clear the incoming parameters in the optimized frame to avoid
326 // Translate the rest of the frame.
331 // If translation of any command failed, continue using the input frame.
337 // Setup the frame pointer and the context pointer.
361 // and how the frame is laid out.
364 // Read the ast node id, function, and frame height for this output frame
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 315 ASSERT(Translation::FRAME == opcode);
340 PrintF(" => node=%u, frame=%d->%d]\n",
346 // There's only one output frame in the OSR case.
352 // Clear the incoming parameters in the optimized frame to avoid
403 // Translate the rest of the frame.
408 // If translation of any command failed, continue using the input frame.
414 // Setup the frame pointer and the context pointer.
440 // Read the ast node id, function, and frame height for this output frame.
444 ASSERT(Translation::FRAME == opcode)
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 307 ASSERT(Translation::FRAME == opcode);
332 PrintF(" => node=%u, frame=%d->%d]\n",
338 // There's only one output frame in the OSR case.
344 // Clear the incoming parameters in the optimized frame to avoid
396 // Translate the rest of the frame.
401 // If translation of any command failed, continue using the input frame.
407 // Setup the frame pointer and the context pointer.
433 // Read the ast node id, function, and frame height for this output frame.
437 ASSERT(Translation::FRAME == opcode)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h 432 /* The frame pointer register used in gcc has nothing to do with debugging;
433 that is controlled by the APCS-FRAME option. */
636 r9 S (rfp) register variable (real frame pointer)
641 r13 F S (sp) lower end of current stack frame
654 since the offset between the frame pointer and the
923 /* Define this to be where the real frame pointer is if it is not possible to
924 work out the offset between the frame pointer and the automatic variables
928 For the Thumb we have another problem. The TPCS defines the frame pointer
929 as r11, and GCC believes that it is always possible to use the frame pointer
935 r11 as the hard frame pointer and to have special code to generat
1577 int frame; \/* ARM_HARD_FRAME_POINTER_REGNUM. *\/ local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h 432 /* The frame pointer register used in gcc has nothing to do with debugging;
433 that is controlled by the APCS-FRAME option. */
636 r9 S (rfp) register variable (real frame pointer)
641 r13 F S (sp) lower end of current stack frame
654 since the offset between the frame pointer and the
922 /* Define this to be where the real frame pointer is if it is not possible to
923 work out the offset between the frame pointer and the automatic variables
927 For the Thumb we have another problem. The TPCS defines the frame pointer
928 as r11, and GCC believes that it is always possible to use the frame pointer
934 r11 as the hard frame pointer and to have special code to generat
1580 int frame; \/* ARM_HARD_FRAME_POINTER_REGNUM. *\/ local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
arm.h 432 /* The frame pointer register used in gcc has nothing to do with debugging;
433 that is controlled by the APCS-FRAME option. */
636 r9 S (rfp) register variable (real frame pointer)
641 r13 F S (sp) lower end of current stack frame
654 since the offset between the frame pointer and the
925 /* Define this to be where the real frame pointer is if it is not possible to
926 work out the offset between the frame pointer and the automatic variables
930 For the Thumb we have another problem. The TPCS defines the frame pointer
931 as r11, and GCC believes that it is always possible to use the frame pointer
937 r11 as the hard frame pointer and to have special code to generat
1578 int frame; \/* ARM_HARD_FRAME_POINTER_REGNUM. *\/ local
    [all...]

Completed in 2660 milliseconds

12 3