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

  /dalvik/libdex/
DexProto.cpp 137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId);
220 const DexTypeList* typeList =
263 const DexTypeList* typeList1 =
269 const DexTypeList* typeList2 =
DexProto.h 204 const DexTypeList* parameters;
DexFile.h 308 u4 interfacesOff; /* file offset to DexTypeList */
325 struct DexTypeList {
676 DEX_INLINE const DexTypeList* dexGetProtoParameters(
681 return (const DexTypeList*)
701 DEX_INLINE const DexTypeList* dexGetInterfacesList(const DexFile* pDexFile,
706 return (const DexTypeList*)
709 /* return the Nth entry in a DexTypeList. */
710 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList,
717 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pList, u4 idx) {
DexSwapVerify.cpp     [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]

Completed in 71 milliseconds