Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DStaticInitMethodAdapter.java257 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() method in StaticInitMethodAdapter
259 mRenamedMethodWriter.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
DStubCallMethodAdapter.java349 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() method in StubCallMethodAdapter
351 mParentVisitor.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
DDelegateMethodAdapter.java451 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() method in DelegateMethodAdapter
453 mOrgWriter.visitLookupSwitchInsn(dflt, keys, labels); in visitLookupSwitchInsn()
DDependencyFinder.java589 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() method in DependencyFinder.DependencyVisitor.MyMethodVisitor
DAsmAnalyzer.java767 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) { in visitLookupSwitchInsn() method in AsmAnalyzer.DependencyVisitor.MyMethodVisitor
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DBodyReplacingMethodVisitor.kt263 final override fun visitLookupSwitchInsn( in visitLookupSwitchInsn() method
269 super.visitLookupSwitchInsn(dflt, keys, labels) in visitLookupSwitchInsn()