Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java406 public abstract int getEntrySize();
415 @Override public int getEntrySize() { return readSmallUint(offset + 36); }
424 @Override public int getEntrySize() { return readLongAsSmallUint(offset + 56); }
440 this.entrySize = header.getEntrySize();
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionELF.h61 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h88 unsigned getEntrySize(const DataLayout &TD) const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineJumpTableInfo.h82 unsigned getEntrySize(const TargetData &TD) const;
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionELF.h76 unsigned getEntrySize() const { return EntrySize; } in getEntrySize() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveInputStream.java301 entrySize = active.getEntrySize(); in getNextEntry()
326 long size = entry.getEntrySize(); in readDirectoryEntry()
DDumpArchiveEntry.java711 long getEntrySize() { in getEntrySize() method in DumpArchiveEntry
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1120 unsigned EntrySize = MJTI->getEntrySize(*TheJIT->getTargetData()); in initJumpTableInfo()
1144 assert(MJTI->getEntrySize(*TheJIT->getTargetData()) == sizeof(void*) && in emitJumpTableInfo()
1164 assert(MJTI->getEntrySize(*TheJIT->getTargetData()) == 4&&"Cross JIT'ing?"); in emitJumpTableInfo()
1237 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getTargetData()); in getJumpTableEntryAddress()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp529 unsigned MachineJumpTableInfo::getEntrySize(const TargetData &TD) const { in getEntrySize() function in MachineJumpTableInfo
/external/llvm/lib/CodeGen/
DMachineFunction.cpp769 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp846 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { in getEntrySize() function in MachineJumpTableInfo
/external/llvm/lib/MC/
DELFObjectWriter.cpp1180 Section.getEntrySize()); in writeSection()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp1015 Section.getEntrySize()); in writeSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1020 Alignment, Section.getEntrySize()); in WriteSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1170 unsigned EntrySize = MJTI->getEntrySize(*TM.getTargetData()); in EmitJumpTableEntry()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1511 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in EmitJumpTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1814 unsigned EntrySize = MJTI->getEntrySize(getDataLayout()); in EmitJumpTableEntry()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3710 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1673 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in lowerBR_JT()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3498 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3668 DAG.getMachineFunction().getJumpTableInfo()->getEntrySize(TD); in ExpandNode()