Searched refs:methodId (Results 1 – 4 of 4) sorted by relevance
127 int methodId = Integer.decode(tokens[0]); in ProcessMethodInfoEntry() local130 methodIdMap.put(methodId, methodLine); in ProcessMethodInfoEntry()200 int methodId = methodAndEvent & ~0x3; in ProcessEventEntry() local204 + " " + methodIdMap.get(methodId); in ProcessEventEntry()
97 for (MethodIdItem methodId : rawDexFile.methodIds) { in findMethodIdInsertionPoint()98 if (classIdx < methodId.classIdx) { in findMethodIdInsertionPoint()101 if (classIdx == methodId.classIdx && nameIdx < methodId.nameIdx) { in findMethodIdInsertionPoint()104 if (classIdx == methodId.classIdx && nameIdx == methodId.nameIdx in findMethodIdInsertionPoint()105 && protoIdx < methodId.protoIdx) { in findMethodIdInsertionPoint()233 for (MethodIdItem methodId : rawDexFile.methodIds) { in findMethodId()234 if (classIdx == methodId.classIdx in findMethodId()235 && nameIdx == methodId.nameIdx in findMethodId()236 && protoIdx == methodId.protoIdx) { in findMethodId()
190 int methodId = mutatableCode.program.getNewItemCreator(). in changeInvokeDirect() local195 insn.insn.vregB = methodId; in changeInvokeDirect()197 Log.info("Changed " + oldMethodIdx + " to " + methodId); in changeInvokeDirect()
189 for (MethodIdItem methodId : methodIds) { in write()190 methodId.write(file); in write()362 for (MethodIdItem methodId : methodIds) { in incrementIndex()363 methodId.incrementIndex(kind, insertedIdx); in incrementIndex()