Home | History | Annotate | Download | only in libdex

Lines Matching defs:item0

565     const DexStringId* item0 = (const DexStringId*) state->previousItem;
566 if (item0 != NULL) {
568 const char* s0 = dexGetStringData(state->pDexFile, item0);
600 const DexTypeId* item0 = (const DexTypeId*) state->previousItem;
601 if (item0 != NULL) {
603 if (item0->descriptorIdx >= item->descriptorIdx) {
605 item0->descriptorIdx, item->descriptorIdx);
718 const DexProtoId* item0 = (const DexProtoId*) state->previousItem;
719 if (item0 != NULL) {
721 if (item0->returnTypeIdx > item->returnTypeIdx) {
724 } else if (item0->returnTypeIdx == item->returnTypeIdx) {
798 const DexFieldId* item0 = (const DexFieldId*) state->previousItem;
799 if (item0 != NULL) {
804 if (item0->classIdx > item->classIdx) {
807 } else if (item0->classIdx < item->classIdx) {
812 if (item0->nameIdx > item->nameIdx) {
815 } else if (item0->nameIdx < item->nameIdx) {
821 if (item0->typeIdx >= item->typeIdx) {
864 const DexMethodId* item0 = (const DexMethodId*) state->previousItem;
865 if (item0 != NULL) {
870 if (item0->classIdx > item->classIdx) {
873 } else if (item0->classIdx < item->classIdx) {
878 if (item0->nameIdx > item->nameIdx) {
881 } else if (item0->nameIdx < item->nameIdx) {
887 if (item0->protoIdx >= item->protoIdx) {