Home | History | Annotate | Download | only in oo

Lines Matching refs:pDexFile

90     className = dexStringByTypeIdx(pDvmDex->pDexFile, classIdx);
158 dexStringByTypeIdx(pDvmDex->pDexFile, classIdx));
188 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx);
203 const char* name = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
205 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId);
296 pMethodId = dexGetMethodId(pDvmDex->pDexFile, methodIdx);
335 dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);
338 dexProtoSetFromMethodId(&proto, pDvmDex->pDexFile, pMethodId);
399 pFieldId = dexGetFieldId(pDvmDex->pDexFile, ifieldIdx);
411 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx),
412 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
415 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
458 pFieldId = dexGetFieldId(pDvmDex->pDexFile, sfieldIdx);
470 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx),
471 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
474 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
531 utf8 = dexStringAndSizeById(pDvmDex->pDexFile, stringIdx, &utf16Size);