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

  /dalvik/libdex/
DexFile.h 45 # define DEX_INLINE extern __inline__
47 # define DEX_INLINE
603 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
614 DEX_INLINE const char* dexGetStringData(const DexFile* pDexFile,
624 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) {
629 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) {
640 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) {
649 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) {
655 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) {
661 DEX_INLINE const DexFieldId* dexGetFieldId(const DexFile* pDexFile, u4 idx)
    [all...]
InstrUtils.h 142 DEX_INLINE size_t dexGetWidthFromOpcode(Opcode opcode)
158 DEX_INLINE OpcodeFlags dexGetFlagsFromOpcode(Opcode opcode)
167 DEX_INLINE bool dexIsGoto(OpcodeFlags flags)
175 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode)
184 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode)
ZipArchive.h 24 #include "DexFile.h" // need DEX_INLINE
113 DEX_INLINE int dexZipGetArchiveFd(const ZipArchive* pArchive) {
137 DEX_INLINE long dexGetZipEntryOffset(const ZipArchive* pArchive,
144 DEX_INLINE size_t dexGetZipEntryUncompLen(const ZipArchive* pArchive,
151 DEX_INLINE long dexGetZipEntryModTime(const ZipArchive* pArchive,
158 DEX_INLINE long dexGetZipEntryCrc32(const ZipArchive* pArchive,
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 592 milliseconds