Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java133 annotateInstruction35c(out, (Instruction35c)instruction); in makeAnnotator()
253 …private void annotateInstruction35c(@Nonnull AnnotatedBytes out, @Nonnull Instruction35c instructi… in makeAnnotator() method
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/raw/
DCodeItem.java322 annotateInstruction35c(out, (Instruction35c)instruction); in annotateInstructions()
456 …private void annotateInstruction35c(@Nonnull AnnotatedBytes out, @Nonnull Instruction35c instructi… in annotateInstruction35c() method in CodeItemAnnotator