Searched defs:protoId (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java177 public ProtoId adjust(ProtoId protoId) { argument
179 adjustString(protoId.getShortyIndex()),
180 adjustType(protoId.getReturnTypeIndex()),
181 adjustTypeListOffset(protoId.getParametersOffset()));
/dalvik/libdex/
H A DDexProto.cpp127 const DexProtoId* protoId = getProtoId(pProto); local
129 return dexStringById(pProto->dexFile, protoId->shortyIdx);
136 const DexProtoId* protoId = getProtoId(pProto); local
137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId);
147 length += strlen(dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
213 const DexProtoId* protoId = getProtoId(pProto); local
214 return dexStringByTypeIdx(pProto->dexFile, protoId->returnTypeIdx);
219 const DexProtoId* protoId = getProtoId(pProto); local
221 dexGetProtoParameters(pProto->dexFile, protoId);
[all...]

Completed in 148 milliseconds