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

  /dalvik/libdex/
ZipArchive.h 26 #include "DexFile.h" // need DEX_INLINE
34 DEX_INLINE int dexZipOpenArchive(const char* fileName, ZipArchiveHandle* pArchive) {
45 DEX_INLINE int dexZipOpenArchiveFd(int fd, const char* debugFileName,
56 DEX_INLINE void dexZipCloseArchive(ZipArchiveHandle archive) {
63 DEX_INLINE int dexZipGetArchiveFd(const ZipArchiveHandle pArchive) {
71 DEX_INLINE int dexZipFindEntry(const ZipArchiveHandle pArchive,
81 DEX_INLINE int dexZipExtractEntryToFile(ZipArchiveHandle handle,
DexFile.h 82 # define DEX_INLINE extern __inline__
84 # define DEX_INLINE
671 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
682 DEX_INLINE const char* dexGetStringData(const DexFile* pDexFile,
692 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) {
697 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) {
708 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) {
717 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) {
723 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) {
729 DEX_INLINE const DexFieldId* dexGetFieldId(const DexFile* pDexFile, u4 idx)
    [all...]
InstrUtils.h 146 DEX_INLINE size_t dexGetWidthFromOpcode(Opcode opcode)
162 DEX_INLINE OpcodeFlags dexGetFlagsFromOpcode(Opcode opcode)
171 DEX_INLINE bool dexIsGoto(OpcodeFlags flags)
179 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode)
188 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode)
DexUtf.h 40 DEX_INLINE u2 dexGetUtf16FromUtf8(const char** pUtf8Ptr)
84 DEX_INLINE bool dexIsValidMemberNameUtf8(const char** pUtf8Ptr) {
DexClass.h 109 DEX_INLINE const DexCode* dexGetCode(const DexFile* pDexFile,
121 DEX_INLINE void dexReadClassDataHeader(const u1** pData,
136 DEX_INLINE void dexReadClassDataField(const u1** pData, DexField* pField,
152 DEX_INLINE void dexReadClassDataMethod(const u1** pData, DexMethod* pMethod,
Leb128.h 31 DEX_INLINE int readUnsignedLeb128(const u1** pStream) {
66 DEX_INLINE int readSignedLeb128(const u1** pStream) {
133 DEX_INLINE u1* writeUnsignedLeb128(u1* ptr, u4 data)
152 DEX_INLINE int unsignedLeb128Size(u4 data)
DexCatch.h 56 DEX_INLINE void dexCatchIteratorClear(DexCatchIterator* pIterator) {
65 DEX_INLINE void dexCatchIteratorInitToPointer(DexCatchIterator* pIterator,
82 DEX_INLINE void dexCatchIteratorInit(DexCatchIterator* pIterator,
90 DEX_INLINE DexCatchHandler* dexCatchIteratorNext(DexCatchIterator* pIterator) {
120 DEX_INLINE bool dexFindCatchHandler(DexCatchIterator *pIterator,
DexProto.h 87 DEX_INLINE void dexProtoSetFromMethodId(DexProto* pProto,
123 DEX_INLINE const char* dexGetDescriptorFromMethodId(const DexFile* pDexFile,
137 DEX_INLINE char* dexCopyDescriptorFromMethodId(const DexFile* pDexFile,
DexDataMap.h 65 DEX_INLINE bool dexDataMapVerify0Ok(DexDataMap* map, u4 offset, u2 type) {
DexOpcodes.h     [all...]

Completed in 85 milliseconds