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

/dalvik/libdex/
H A DDexFile.h45 # define DEX_INLINE extern __inline__ macro
47 # define DEX_INLINE macro
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 cons
[all...]
H A DInstrUtils.h142 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)
H A DZipArchive.h24 #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,
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 2145 milliseconds