Lines Matching refs:item0
564 const DexStringId* item0 = state->previousItem;
565 if (item0 != NULL) {
567 const char* s0 = dexGetStringData(state->pDexFile, item0);
599 const DexTypeId* item0 = state->previousItem;
600 if (item0 != NULL) {
602 if (item0->descriptorIdx >= item->descriptorIdx) {
604 item0->descriptorIdx, item->descriptorIdx);
717 const DexProtoId* item0 = state->previousItem;
718 if (item0 != NULL) {
720 if (item0->returnTypeIdx > item->returnTypeIdx) {
723 } else if (item0->returnTypeIdx == item->returnTypeIdx) {
797 const DexFieldId* item0 = state->previousItem;
798 if (item0 != NULL) {
803 if (item0->classIdx > item->classIdx) {
806 } else if (item0->classIdx < item->classIdx) {
811 if (item0->nameIdx > item->nameIdx) {
814 } else if (item0->nameIdx < item->nameIdx) {
820 if (item0->typeIdx >= item->typeIdx) {
863 const DexMethodId* item0 = state->previousItem;
864 if (item0 != NULL) {
869 if (item0->classIdx > item->classIdx) {
872 } else if (item0->classIdx < item->classIdx) {
877 if (item0->nameIdx > item->nameIdx) {
880 } else if (item0->nameIdx < item->nameIdx) {
886 if (item0->protoIdx >= item->protoIdx) {