Searched defs:callSiteSection (Results 1 – 2 of 2) sorted by relevance
63 @Nonnull private final CallSiteSection<CallSiteKey, ?> callSiteSection; field in InstructionWriter79 @Nonnull CallSiteSection<CallSiteKey, ?> callSiteSection) { in makeInstructionWriter()94 @Nonnull CallSiteSection<CallSiteKey, ?> callSiteSection) { in InstructionWriter()
151 public final CallSiteSectionType callSiteSection; field in DexWriter