Lines Matching refs:ifield
2363 const DexField* pDexIField, InstField* ifield)
2370 ifield->clazz = clazz;
2371 ifield->name = dexStringById(pDexFile, pFieldId->nameIdx);
2372 ifield->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
2373 ifield->accessFlags = pDexIField->accessFlags;
2375 assert(ifield->byteOffset == 0); // cleared earlier with calloc
2376 ifield->byteOffset = -1; // make it obvious if we fail to set later