Home
last modified time | relevance | path

Searched refs:IsFixed (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetCallingConv.h143 bool IsFixed; member
153 OutputArg() : IsFixed(false) {} in OutputArg()
156 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx), in OutputArg()
/external/chromium_org/chrome/browser/ui/gtk/bubble/
Dbubble_gtk.cc83 bool IsFixed(BubbleGtk::FrameStyle frame_style) { in IsFixed() function
371 if (IsFixed(preferred_style)) in GetAllowedFrameStyle()
479 if (IsFixed(actual_frame_style_)) { in MoveWindow()
509 if (IsFixed(actual_frame_style_)) { in MoveWindow()
/external/v8/src/
Dlithium-allocator.cc645 ASSERT(result->IsFixed()); in FixedLiveRangeFor()
658 ASSERT(result->IsFixed()); in FixedDoubleLiveRangeFor()
1865 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg()
1885 if (range->IsFixed()) { in AllocateBlockedReg()
1959 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting()
1984 ASSERT(!range->IsFixed()); in SplitRangeAt()
2004 ASSERT(!range->IsFixed()); in SplitBetween()
Dlithium-allocator.h289 bool IsFixed() const { return id_ < 0; } in IsFixed() function
/external/chromium_org/v8/src/
Dlithium-allocator.cc658 ASSERT(result->IsFixed()); in FixedLiveRangeFor()
673 ASSERT(result->IsFixed()); in FixedDoubleLiveRangeFor()
1889 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) { in AllocateBlockedReg()
1909 if (range->IsFixed()) { in AllocateBlockedReg()
2021 if (range->assigned_register() == reg && !range->IsFixed()) { in SplitAndSpillIntersecting()
2047 ASSERT(!range->IsFixed()); in SplitRangeAt()
2068 ASSERT(!range->IsFixed()); in SplitBetween()
Dlithium-allocator.h289 bool IsFixed() const { return id_ < 0; } in IsFixed() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp50 FloatPoint fixedOffset = renderer->view()->localToAbsolute(FloatPoint(), IsFixed); in LayoutState()
DRenderView.cpp366 ASSERT_UNUSED(wasFixed, !wasFixed || *wasFixed == static_cast<bool>(mode & IsFixed)); in mapLocalToContainer()
374 if (mode & IsFixed && m_frameView) in mapLocalToContainer()
429 if (mode & IsFixed && m_frameView) in mapAbsoluteToLocalPoint()
DRenderBox.cpp1932 mode &= ~IsFixed; in mapLocalToContainer()
1934 mode |= IsFixed; in mapLocalToContainer()
1937 *wasFixed = mode & IsFixed; in mapLocalToContainer()
1972 mode &= ~IsFixed; in mapAbsoluteToLocalPoint()
1974 mode |= IsFixed; in mapAbsoluteToLocalPoint()
DRenderObject.h109 IsFixed = 1 << 0, enumerator
DRenderLayer.cpp1567 FloatPoint absPos = renderer->localToAbsolute(FloatPoint(), IsFixed); in accumulateOffsetTowardsAncestor()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp376 ASSERT(mode & ~IsFixed); // We should have no fixed content in the SVG rendering tree. in mapLocalToContainer()
/external/clang/include/clang/AST/
DDecl.h2474 bool IsFixed : 1; variable
2748 IsFixed = Fixed; in EnumDecl()
2783 bool IsFixed);
2882 return IsFixed; in isFixed()
/external/clang/lib/AST/
DDecl.cpp3146 bool IsScopedUsingClassTag, bool IsFixed) { in Create() argument
3148 IsScoped, IsScopedUsingClassTag, IsFixed); in Create()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp953 if (Outs[VA.getValNo()].IsFixed) in fixupVariableFloatArgs()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp480 ED->IsFixed = Record[Idx++]; in VisitEnumDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp9881 bool IsFixed = !EnumUnderlyingTy.isNull(); in CheckEnumRedeclaration() local
9890 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
9900 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3165 if (IsVarArg && !Args[I].IsFixed) in analyzeCallOperands()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3561 if (Outs[i].IsFixed) { in LowerCall_32SVR4()