Searched refs:methodIdItem (Results 1 – 1 of 1) sorted by relevance
316 MethodIdItem methodIdItem = rawDexFile.methodIds.get(methodIdx); in associateMethod() local317 ProtoIdItem protoIdItem = rawDexFile.protoIds.get(methodIdItem.protoIdx); in associateMethod()320 + rawDexFile.stringDatas.get(methodIdItem.nameIdx).getString(); in associateMethod()632 MethodIdItem methodIdItem = rawDexFile.methodIds.get(methodIdx); in getMethodString() local633 return rawDexFile.stringDatas.get(methodIdItem.nameIdx).getString(); in getMethodString()642 MethodIdItem methodIdItem = rawDexFile.methodIds.get(methodIdx); in getMethodProto() local643 ProtoIdItem protoIdItem = rawDexFile.protoIds.get(methodIdItem.protoIdx); in getMethodProto()