Searched refs:DEX_INLINE (Results 1 – 10 of 10) sorted by relevance
/dalvik/libdex/ |
D | ZipArchive.h | 34 DEX_INLINE int dexZipOpenArchive(const char* fileName, ZipArchiveHandle* pArchive) { in dexZipOpenArchive() 45 DEX_INLINE int dexZipOpenArchiveFd(int fd, const char* debugFileName, in dexZipOpenArchiveFd() 56 DEX_INLINE void dexZipCloseArchive(ZipArchiveHandle archive) { in dexZipCloseArchive() 63 DEX_INLINE int dexZipGetArchiveFd(const ZipArchiveHandle pArchive) { in dexZipGetArchiveFd() 71 DEX_INLINE int dexZipFindEntry(const ZipArchiveHandle pArchive, in dexZipFindEntry() 81 DEX_INLINE int dexZipExtractEntryToFile(ZipArchiveHandle handle, in dexZipExtractEntryToFile()
|
D | DexFile.h | 88 # define DEX_INLINE extern __inline__ macro 90 # define DEX_INLINE macro 697 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) { in dexGetMap() 708 DEX_INLINE const char* dexGetStringData(const DexFile* pDexFile, in dexGetStringData() 718 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) { in dexGetStringId() 723 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) { in dexStringById() 734 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) { in dexGetTypeId() 743 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) { in dexStringByTypeIdx() 749 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) { in dexGetMethodId() 755 DEX_INLINE const DexFieldId* dexGetFieldId(const DexFile* pDexFile, u4 idx) { in dexGetFieldId() [all …]
|
D | InstrUtils.h | 148 DEX_INLINE size_t dexGetWidthFromOpcode(Opcode opcode) in dexGetWidthFromOpcode() 164 DEX_INLINE OpcodeFlags dexGetFlagsFromOpcode(Opcode opcode) in dexGetFlagsFromOpcode() 173 DEX_INLINE bool dexIsGoto(OpcodeFlags flags) in dexIsGoto() 181 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode) in dexGetFormatFromOpcode() 190 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode) in dexGetIndexTypeFromOpcode()
|
D | Leb128.h | 31 DEX_INLINE int readUnsignedLeb128(const u1** pStream) { in readUnsignedLeb128() 66 DEX_INLINE int readSignedLeb128(const u1** pStream) { in readSignedLeb128() 133 DEX_INLINE u1* writeUnsignedLeb128(u1* ptr, u4 data) in writeUnsignedLeb128() 152 DEX_INLINE int unsignedLeb128Size(u4 data) in unsignedLeb128Size()
|
D | DexCatch.h | 56 DEX_INLINE void dexCatchIteratorClear(DexCatchIterator* pIterator) { in dexCatchIteratorClear() 65 DEX_INLINE void dexCatchIteratorInitToPointer(DexCatchIterator* pIterator, in dexCatchIteratorInitToPointer() 82 DEX_INLINE void dexCatchIteratorInit(DexCatchIterator* pIterator, in dexCatchIteratorInit() 90 DEX_INLINE DexCatchHandler* dexCatchIteratorNext(DexCatchIterator* pIterator) { in dexCatchIteratorNext() 120 DEX_INLINE bool dexFindCatchHandler(DexCatchIterator *pIterator, in dexFindCatchHandler()
|
D | DexClass.h | 109 DEX_INLINE const DexCode* dexGetCode(const DexFile* pDexFile, in dexGetCode() 121 DEX_INLINE void dexReadClassDataHeader(const u1** pData, in dexReadClassDataHeader() 136 DEX_INLINE void dexReadClassDataField(const u1** pData, DexField* pField, in dexReadClassDataField() 152 DEX_INLINE void dexReadClassDataMethod(const u1** pData, DexMethod* pMethod, in dexReadClassDataMethod()
|
D | DexProto.h | 87 DEX_INLINE void dexProtoSetFromMethodId(DexProto* pProto, in dexProtoSetFromMethodId() 123 DEX_INLINE const char* dexGetDescriptorFromMethodId(const DexFile* pDexFile, in dexGetDescriptorFromMethodId() 137 DEX_INLINE char* dexCopyDescriptorFromMethodId(const DexFile* pDexFile, in dexCopyDescriptorFromMethodId()
|
D | DexUtf.h | 40 DEX_INLINE u2 dexGetUtf16FromUtf8(const char** pUtf8Ptr) in dexGetUtf16FromUtf8() 84 DEX_INLINE bool dexIsValidMemberNameUtf8(const char** pUtf8Ptr) { in dexIsValidMemberNameUtf8()
|
D | DexDataMap.h | 65 DEX_INLINE bool dexDataMapVerify0Ok(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify0Ok()
|
D | DexOpcodes.h | 603 DEX_INLINE Opcode dexOpcodeFromCodeUnit(u2 codeUnit) { in dexOpcodeFromCodeUnit()
|