Home
last modified time | relevance | path

Searched refs:printInsn (Results 1 – 1 of 1) sorted by relevance

/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/
DMain.java403 printInsn(null, collection); in run()
420 printInsn(dep.mNode, dep.mDependency); in printMethodDependencies()
437 private void printInsn(MethodNode method, SignaturesCollection collection) { in printInsn() method in Main.CommandShowDeps