Home
last modified time | relevance | path

Searched refs:dexFile (Results 1 – 6 of 6) sorted by relevance

/dalvik/libdex/
DDexProto.cpp122 return dexGetProtoId(pProto->dexFile, pProto->protoIdx); in getProtoId()
129 return dexStringById(pProto->dexFile, protoId->shortyIdx); in dexProtoGetShorty()
135 const DexFile* dexFile = pProto->dexFile; in dexProtoGetMethodDescriptor() local
137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId); in dexProtoGetMethodDescriptor()
144 length += strlen(dexStringByTypeIdx(dexFile, idx)); in dexProtoGetMethodDescriptor()
147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor()
156 const char* desc = dexStringByTypeIdx(dexFile, idx); in dexProtoGetMethodDescriptor()
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx)); in dexProtoGetMethodDescriptor()
214 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx); in dexProtoGetReturnType()
221 dexGetProtoParameters(pProto->dexFile, protoId); in dexProtoGetParameterCount()
[all …]
DDexProto.h80 const DexFile* dexFile; /* file the idx refers to */ member
90 pProto->dexFile = pDexFile; in dexProtoSetFromMethodId()
DDexSwapVerify.cpp2908 DexFile dexFile; in dexSwapAndVerify() local
2914 dexFileSetupBasicPointers(&dexFile, addr); in dexSwapAndVerify()
2915 state.pDexFile = &dexFile; in dexSwapAndVerify()
/dalvik/tests/087-gc-after-link/src/
DMain.java72 Object dexFile = null; in findDexClass() local
85 dexFile = ctor.newInstance(DEX_FILE); in findDexClass()
93 meth.invoke(dexFile, name, this); in findDexClass()
95 if (dexFile != null) { in findDexClass()
98 meth.invoke(dexFile); in findDexClass()
/dalvik/dx/src/com/android/dx/command/findusages/
DMain.java26 String dexFile = args[0]; in main() local
30 DexBuffer dex = new DexBuffer(new File(dexFile)); in main()
/dalvik/dx/src/com/android/dx/command/grep/
DMain.java27 String dexFile = args[0]; in main() local
30 DexBuffer dex = new DexBuffer(new File(dexFile)); in main()