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

  /dalvik/libdex/
DexFile.h 285 u4 interfacesOff; /* file offset to DexTypeList */
302 typedef struct DexTypeList {
305 } DexTypeList;
649 DEX_INLINE const DexTypeList* dexGetProtoParameters(
654 return (const DexTypeList*)
674 DEX_INLINE const DexTypeList* dexGetInterfacesList(const DexFile* pDexFile,
679 return (const DexTypeList*)
682 /* return the Nth entry in a DexTypeList. */
683 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList,
690 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pList, u4 idx)
    [all...]
DexProto.c 142 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId);
236 const DexTypeList* typeList =
284 const DexTypeList* typeList1 =
290 const DexTypeList* typeList2 =
DexProto.h 189 const DexTypeList* parameters;
DexSwapVerify.c     [all...]
  /dalvik/dexdump/
DexDump.c     [all...]
  /dalvik/vm/oo/
Class.c     [all...]

Completed in 18 milliseconds