HomeSort by relevance Sort by last modified time
    Searched refs:immediate (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/v8/src/x64/
macro-assembler-x64.cc 85 Immediate(static_cast<int32_t>(~Page::kPageAlignmentMask)));
91 masm->shr(addr, Immediate(kPointerSizeLog2));
96 masm->cmpq(pointer_offset, Immediate(Page::kPageSize / kPointerSize));
224 and_(scratch, Immediate(static_cast<int32_t>(Heap::NewSpaceMask())));
233 and_(scratch, Immediate(static_cast<int32_t>(Page::kPageAlignmentMask)));
234 shr(scratch, Immediate(kObjectAlignmentBits));
237 // 'object' (immediate value is sign extended).
238 and_(object, Immediate(~Page::kPageAlignmentMask));
358 addq(rsp, Immediate(num_arguments * kPointerSize));
382 movq(rax, Immediate(num_arguments))
    [all...]
virtual-frame-x64.cc 145 __ movq(cnt.reg(), Immediate(count));
212 void VirtualFrame::EmitPush(Immediate immediate, NumberInfo::Type info) {
216 __ push(immediate);
259 __ addq(rsp, Immediate(num_dropped * kPointerSize));
557 __ subq(rsp, Immediate(difference * kPointerSize));
568 __ addq(rsp, Immediate(difference * kPointerSize));
765 __ addq(rsp, Immediate(kPointerSize));
944 __ subq(rsp, Immediate(delta * kPointerSize));
    [all...]
  /external/v8/tools/
profile.js 467 * Finds an immediate child of the specified parent with the specified
631 * Finds an immediate child with the specified label.
641 * Finds an immediate child with the specified label, creates a child
  /external/webkit/WebCore/rendering/
RenderObject.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java     [all...]
  /external/webkit/WebCore/page/
FrameView.cpp 994 void FrameView::repaintContentRectangle(const IntRect& r, bool immediate)
999 if ((m_deferringRepaints || m_deferredRepaintTimer.isActive() || delay) && !immediate) {
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 281 bool immediate, bool repaintContentOnly) {
  /external/webkit/WebKit/chromium/src/
ChromeClientImpl.cpp 466 const IntRect& paintRect, bool contentChanged, bool immediate,
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 327 void ChromeClient::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
335 // We don't currently do immediate updates since they delay other UI elements.
336 //if (immediate)
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 442 void WebChromeClient::repaint(const IntRect& rect, bool contentChanged, bool immediate, bool repaintContentOnly)
450 if (immediate) {
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 73 static uint32_t imm(uint32_t immediate);
80 // (immediate and Rm can be negative, which indicates U=0)
87 // (immediate and Rm can be negative, which indicates U=0)
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 201 strh r4, [sp], r3 ; store it to immediate buffer
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 454 void WebChromeClient::repaint(const IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly)
457 m_webView->repaint(windowRect, contentChanged, immediate, repaintContentOnly);
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 498 @ patterns, and we can't represent 0x7fc00000 in immediate form, so
540 @ patterns, and we can't represent 0x7fc00000 in immediate form, so
600 @ patterns, and we can't represent 0x7fc00000 in immediate form, so
660 @ patterns, and we can't represent 0x7fc00000 in immediate form, so
    [all...]
  /external/skia/src/animator/
SkAnimateActive.cpp 194 bool SkActive::immediate(bool enable) { function in class:SkActive
  /external/v8/src/mips/
assembler-mips.h 228 // Immediate.
229 INLINE(explicit Operand(int32_t immediate,
  /external/v8/src/ia32/
virtual-frame-ia32.cc 81 Immediate(element.handle()));
113 __ push(Immediate(Smi::FromInt(0)));
129 __ push(Immediate(element.handle()));
201 __ Set(fresh.reg(), Immediate(element.handle()));
243 __ sub(Operand(esp), Immediate(difference * kPointerSize));
254 __ add(Operand(esp), Immediate(difference * kPointerSize));
304 __ Set(Operand(ebp, fp_relative(i)), Immediate(source.handle()));
411 __ Set(target_reg, Immediate(source.handle()));
459 __ test(edi, Immediate(kSmiTagMask));
521 __ push(Immediate(undefined))
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 600 private void scheduleTimeoutLocked(ToastRecord r, boolean immediate)
603 long delay = immediate ? 0 : (r.duration == Toast.LENGTH_LONG ? LONG_DELAY : SHORT_DELAY);
    [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
  /external/v8/src/arm/
assembler-arm.h 396 // immediate
397 INLINE(explicit Operand(int32_t immediate,
879 // Check whether an immediate fits an addressing mode 1 instruction.
    [all...]
assembler-thumb2.h 396 // immediate
397 INLINE(explicit Operand(int32_t immediate,
879 // Check whether an immediate fits an addressing mode 1 instruction.
    [all...]
  /external/webkit/WebKit/win/
WebView.h 811 void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
    [all...]
  /frameworks/base/libs/binder/
IPCThreadState.cpp 483 void IPCThreadState::stopProcess(bool immediate)
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/doc/
refcard.tex 213 %\immediate\write16{Column \folio\abc\space starts with \firstmark}

Completed in 289 milliseconds

1 23 4