Home
last modified time | relevance | path

Searched refs:getEntrySize (Results 1 – 9 of 9) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java339 public abstract int getEntrySize();
348 @Override public int getEntrySize() { return readSmallUint(offset + 36); }
357 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); }
373 this.entrySize = header.getEntrySize();
/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h87 unsigned getEntrySize(const DataLayout &TD) const;
/external/llvm/include/llvm/MC/
DMCSectionELF.h77 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/external/llvm/lib/CodeGen/
DMachineFunction.cpp726 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-compilation.txt38 588 33 n java.util.zip.ZipFile::getEntrySize (0 bytes) (static)
/external/llvm/lib/MC/
DELFObjectWriter.cpp1147 Section.getEntrySize()); in writeSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1477 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in EmitJumpTableEntry()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1589 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in lowerBR_JT()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3717 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()