HomeSort by relevance Sort by last modified time
    Searched refs:IsFixed (Results 1 - 21 of 21) sorted by null

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 161 /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
162 bool IsFixed;
172 OutputArg() : IsFixed(false) {}
173 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed,
175 : Flags(flags), IsFixed(isfixed), OrigArgIndex(origIdx),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 59 FloatPoint fixedOffset = renderer.view()->localToAbsolute(FloatPoint(), IsFixed);
RenderView.cpp 237 ASSERT_UNUSED(wasFixed, !wasFixed || *wasFixed == static_cast<bool>(mode & IsFixed));
245 if (mode & IsFixed && m_frameView)
296 if (mode & IsFixed && m_frameView)
    [all...]
RenderBox.cpp     [all...]
RenderObject.h 100 IsFixed = 1 << 0,
    [all...]
RenderLayer.cpp     [all...]
  /art/compiler/optimizing/
register_allocator.cc 314 DCHECK(!current->IsFixed() && !current->HasRegister() && !current->HasSpillSlot());
449 if (active->IsFixed()) {
468 if (inactive->IsFixed()) {
505 DCHECK(!active->IsFixed());
519 if (inactive->IsFixed()) {
    [all...]
ssa_liveness_analysis.h 156 bool IsFixed() const { return is_fixed_; }
  /external/chromium_org/v8/src/compiler/
register-allocator.cc 619 DCHECK(result->IsFixed());
633 DCHECK(result->IsFixed());
    [all...]
register-allocator.h 194 bool IsFixed() const { return id_ < 0; }
  /external/chromium_org/v8/src/
lithium-allocator.cc 625 DCHECK(result->IsFixed());
640 DCHECK(result->IsFixed());
    [all...]
lithium-allocator.h 203 bool IsFixed() const { return id_ < 0; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 121 return static_cast<LayoutUnit>(valueForLength(length, maxSize) * (length.isFixed() ? scale : 1));
396 ASSERT(mode & ~IsFixed); // We should have no fixed content in the SVG rendering tree.
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 513 ED->IsFixed = Record[Idx++];
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1143 milliseconds