Home
last modified time | relevance | path

Searched defs:callSiteSection (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java63 @Nonnull private final CallSiteSection<CallSiteKey, ?> callSiteSection; field in InstructionWriter
79 @Nonnull CallSiteSection<CallSiteKey, ?> callSiteSection) { in makeInstructionWriter()
94 @Nonnull CallSiteSection<CallSiteKey, ?> callSiteSection) { in InstructionWriter()
DDexWriter.java151 public final CallSiteSectionType callSiteSection; field in DexWriter