Searched refs:DEX_INLINE (Results 1 - 10 of 10) sorted by relevance

/dalvik/libdex/
H A DZipArchive.h26 #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,
H A DDexFile.h82 # define DEX_INLINE extern __inline__ macro
84 # define DEX_INLINE macro
691 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
702 DEX_INLINE const char* dexGetStringData(const DexFile* pDexFile,
712 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) {
717 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) {
728 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) {
737 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) {
743 DEX_INLINE const DexMethodId* dexGetMethodId(const DexFile* pDexFile, u4 idx) {
749 DEX_INLINE cons
[all...]
H A DInstrUtils.h148 DEX_INLINE size_t dexGetWidthFromOpcode(Opcode opcode)
164 DEX_INLINE OpcodeFlags dexGetFlagsFromOpcode(Opcode opcode)
173 DEX_INLINE bool dexIsGoto(OpcodeFlags flags)
181 DEX_INLINE InstructionFormat dexGetFormatFromOpcode(Opcode opcode)
190 DEX_INLINE InstructionIndexType dexGetIndexTypeFromOpcode(Opcode opcode)
H A DDexUtf.h40 DEX_INLINE u2 dexGetUtf16FromUtf8(const char** pUtf8Ptr)
84 DEX_INLINE bool dexIsValidMemberNameUtf8(const char** pUtf8Ptr) {
H A DDexClass.h109 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,
H A DLeb128.h31 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)
H A DDexCatch.h56 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,
H A DDexProto.h87 DEX_INLINE void dexProtoSetFromMethodId(DexProto* pProto,
123 DEX_INLINE const char* dexGetDescriptorFromMethodId(const DexFile* pDexFile,
137 DEX_INLINE char* dexCopyDescriptorFromMethodId(const DexFile* pDexFile,
H A DDexDataMap.h65 DEX_INLINE bool dexDataMapVerify0Ok(DexDataMap* map, u4 offset, u2 type) {
H A DDexOpcodes.h603 DEX_INLINE Opcode dexOpcodeFromCodeUnit(u2 codeUnit) {

Completed in 555 milliseconds