HomeSort by relevance Sort by last modified time
    Searched refs:returnTypeIdx (Results 1 - 4 of 4) sorted by null

  /dalvik/libdex/
DexProto.c 152 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
168 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
228 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx);
303 strcmp(dexStringByTypeIdx(dexFile1, protoId1->returnTypeIdx),
304 dexStringByTypeIdx(dexFile2, protoId2->returnTypeIdx));
DexSwapVerify.c 618 SWAP_INDEX4(item->returnTypeIdx, state->pHeader->typeIdsSize);
681 dexStringByTypeIdx(state->pDexFile, item->returnTypeIdx),
720 if (item0->returnTypeIdx > item->returnTypeIdx) {
723 } else if (item0->returnTypeIdx == item->returnTypeIdx) {
    [all...]
DexFile.h 274 u4 returnTypeIdx; /* index into typeIds list for return type */
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 184 mProtoIds[i].returnTypeIdx = readInt();
340 return mStrings[mTypeIds[protoId.returnTypeIdx].descriptorIdx];
560 public int returnTypeIdx; // index into type_ids

Completed in 87 milliseconds