/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
H A D | OffsettedItem.java | 253 public final int getAlignment() { method in class:OffsettedItem
|
H A D | UniformListItem.java | 56 super(getAlignment(items), writeSize(items)); 74 private static int getAlignment(List<? extends OffsettedItem> items) { method in class:UniformListItem 77 return Math.max(HEADER_SIZE, items.get(0).getAlignment()); 99 return (items.size() * first.writeSize()) + getAlignment(items); 170 theAlignment = i.getAlignment(); 177 if (i.getAlignment() != theAlignment) { 214 return getAlignment();
|
H A D | Section.java | 97 public final int getAlignment() { method in class:Section
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineConstantPool.h | 105 int getAlignment() const { function in class:llvm::MachineConstantPoolEntry
|
H A D | MachineFunction.h | 216 /// getAlignment - Return the alignment (log2, not bytes) of the function. 218 unsigned getAlignment() const { return Alignment; } function in class:llvm::MachineFunction
|
/external/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 46 unsigned getAlignment() const { function in class:llvm::GlobalObject
|
H A D | IntrinsicInst.h | 157 unsigned getAlignment() const { function in class:llvm::MemIntrinsic
|
H A D | DataLayout.h | 158 unsigned getAlignment(Type *Ty, bool abi_or_pref) const; 483 unsigned getAlignment() const { return StructAlignment; } function in class:llvm::StructLayout
|
H A D | Attributes.h | 181 unsigned getAlignment() const; 488 uint64_t getAlignment() const { return Alignment; } function in class:llvm::AttributeSet::AttrBuilder
|
/external/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 53 unsigned getAlignment(GlobalVariable *GV) const; 91 unsigned ConstantMerge::getAlignment(GlobalVariable *GV) const { function in class:ConstantMerge 92 unsigned Align = GV->getAlignment(); 203 if (Replacements[i].first->getAlignment() || 204 Replacements[i].second->getAlignment()) { 206 std::max(getAlignment(Replacements[i].first), 207 getAlignment(Replacements[i].second)));
|
/external/clang/include/clang/AST/ |
H A D | RecordLayout.h | 170 /// getAlignment - Get the record alignment in characters. 171 CharUnits getAlignment() const { return Alignment; } function in class:clang::ASTRecordLayout
|
H A D | OpenMPClause.h | 1806 Expr *getAlignment() { return *varlist_end(); } function in class:clang::OMPAlignedClause 1808 const Expr *getAlignment() const { return *varlist_end(); } function in class:clang::OMPAlignedClause
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fBufferTestUtil.hpp | 111 virtual int getAlignment (void) const = DE_NULL; 129 int getAlignment (void) const { return m_verifier->getAlignment(); } function in class:deqp::gles2::Functional::BufferTestUtil::BufferVerifier 148 int getAlignment (void) const { return 1; } function in class:deqp::gles2::Functional::BufferTestUtil::VertexArrayVerifier 164 int getAlignment (void) const { return 1; } function in class:deqp::gles2::Functional::BufferTestUtil::IndexArrayVerifier
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/ |
H A D | BillboardControl.java | 275 public Alignment getAlignment() { method in class:BillboardControl
|
/external/deqp/modules/glshared/ |
H A D | glsBufferTestUtil.hpp | 122 virtual int getAlignment (void) const = DE_NULL; 141 int getAlignment (void) const { return m_writer->getAlignment(); } function in class:deqp::gls::BufferTestUtil::BufferWriter 159 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferSubDataWriter 171 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferWriteMapWriter 198 virtual int getAlignment (void) const = DE_NULL; 218 int getAlignment (void) const { return m_verifier->getAlignment(); } function in class:deqp::gls::BufferTestUtil::BufferVerifier 238 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::BufferMapVerifier 250 int getAlignment (voi function in class:deqp::gls::BufferTestUtil::VertexArrayVerifier 270 int getAlignment (void) const { return 1; } function in class:deqp::gls::BufferTestUtil::IndexArrayVerifier [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
H A D | BitmapText.java | 233 public BitmapFont.Align getAlignment() {
method in class:BitmapText 234 return block.getAlignment();
|
H A D | StringBlock.java | 117 BitmapFont.Align getAlignment() {
method in class:StringBlock
|
/external/llvm/lib/IR/ |
H A D | Globals.cpp | 59 unsigned GlobalValue::getAlignment() const { function in class:GlobalValue 63 return GO->getAlignment(); 70 return cast<GlobalObject>(this)->getAlignment(); 80 assert(getAlignment() == Align && "Alignment representation error!"); 98 setAlignment(GV->getAlignment());
|
H A D | Attributes.cpp | 157 unsigned Attribute::getAlignment() const { function in class:Attribute 514 unsigned AttributeSetNode::getAlignment() const { function in class:AttributeSetNode 517 return I->getAlignment(); 565 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16; 671 getWithAlignment(C, B.getAlignment()))); 947 return ASN ? ASN->getAlignment() : 0; 1079 Alignment = Attr.getAlignment();
|
/external/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 103 uint64_t getAlignment() const; 148 std::error_code getAlignment(uint32_t &Result) const; 335 inline std::error_code SymbolRef::getAlignment(uint32_t &Result) const { function in class:llvm::object::SymbolRef 399 inline uint64_t SectionRef::getAlignment() const { function in class:llvm::object::SectionRef
|
/external/clang/lib/CodeGen/ |
H A D | CGRecordLayoutBuilder.cpp | 136 CharUnits getAlignment(llvm::Type *Type) { function in struct:__anon984::CGRecordLowering 224 Layout.getAlignment().alignmentAtOffset(StartOffset).getQuantity(); 319 getAlignment(FieldType) > getAlignment(StorageType) || 320 (getAlignment(FieldType) == getAlignment(StorageType) && 334 if (LayoutSize % getAlignment(StorageType)) 565 if (Member->Offset % getAlignment(Member->Data)) 568 NVAlignment = std::max(NVAlignment, getAlignment(Member->Data)); 569 Alignment = std::max(Alignment, getAlignment(Membe [all...] |
H A D | CGExprConstant.cpp | 75 CharUnits getAlignment(const llvm::Constant *C) const { function in class:__anon966::ConstStructBuilder 103 CharUnits FieldAlignment = getAlignment(InitCst); 307 assert(getAlignment(C) == CharUnits::One() && 542 assert(NextFieldOffsetInChars.RoundUpToAlignment(getAlignment(Result)) ==
|
H A D | CGValue.h | 261 CharUnits getAlignment() const { return CharUnits::fromQuantity(Alignment); } function in class:clang::CodeGen::LValue 446 return forAddr(LV.getAddress(), LV.getAlignment(), 483 CharUnits getAlignment() const { function in class:clang::CodeGen::AggValueSlot
|
/external/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 54 unsigned getAlignment() { return Alignment; } function in class:__anon1131::PragmaPackStack 123 if (unsigned Alignment = Stack->getAlignment()) { 227 AlignmentVal = Context->getAlignment();
|
/external/llvm/include/llvm/Target/ |
H A D | TargetRegisterInfo.h | 91 /// getAlignment - Return the minimum required alignment for a register of 93 unsigned getAlignment() const { return MC->getAlignment(); } function in class:llvm::TargetRegisterClass
|