Uses of Interface
org.jf.dexlib2.iface.reference.CallSiteReference
Packages that use CallSiteReference
Package
Description
-
Uses of CallSiteReference in org.jf.baksmali.formatter
Methods in org.jf.baksmali.formatter with parameters of type CallSiteReferenceModifier and TypeMethodDescriptionvoidBaksmaliWriter.writeCallSite(CallSiteReference callSiteReference) -
Uses of CallSiteReference in org.jf.dexlib2.base.reference
Classes in org.jf.dexlib2.base.reference that implement CallSiteReference -
Uses of CallSiteReference in org.jf.dexlib2.dexbacked.reference
Classes in org.jf.dexlib2.dexbacked.reference that implement CallSiteReference -
Uses of CallSiteReference in org.jf.dexlib2.formatter
Methods in org.jf.dexlib2.formatter with parameters of type CallSiteReferenceModifier and TypeMethodDescriptionDexFormatter.getCallSite(CallSiteReference callSiteReference) voidDexFormattedWriter.writeCallSite(CallSiteReference callSiteReference) Write the givenCallSiteReference. -
Uses of CallSiteReference in org.jf.dexlib2.immutable.reference
Classes in org.jf.dexlib2.immutable.reference that implement CallSiteReferenceMethods in org.jf.dexlib2.immutable.reference with parameters of type CallSiteReferenceModifier and TypeMethodDescriptionstatic ImmutableCallSiteReferenceImmutableCallSiteReference.of(CallSiteReference callSiteReference) -
Uses of CallSiteReference in org.jf.dexlib2.util
Methods in org.jf.dexlib2.util with parameters of type CallSiteReferenceModifier and TypeMethodDescriptionstatic StringReferenceUtil.getCallSiteString(CallSiteReference callSiteReference) Deprecated.static voidReferenceUtil.writeCallSite(Writer writer, CallSiteReference callSiteReference) Deprecated. -
Uses of CallSiteReference in org.jf.dexlib2.writer
Classes in org.jf.dexlib2.writer with type parameters of type CallSiteReferenceModifier and TypeInterfaceDescriptioninterfaceCallSiteSection<CallSiteKey extends CallSiteReference,EncodedArrayKey> classDexWriter<StringKey extends CharSequence,StringRef extends StringReference, TypeKey extends CharSequence, TypeRef extends TypeReference, ProtoRefKey extends MethodProtoReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ClassKey extends Comparable<? super ClassKey>, CallSiteKey extends CallSiteReference, MethodHandleKey extends MethodHandleReference, AnnotationKey extends Annotation, AnnotationSetKey, TypeListKey, FieldKey, MethodKey, EncodedArrayKey, EncodedValue, AnnotationElement extends AnnotationElement, StringSectionType extends StringSection<StringKey, StringRef>, TypeSectionType extends TypeSection<StringKey, TypeKey, TypeRef>, ProtoSectionType extends ProtoSection<StringKey, TypeKey, ProtoRefKey, TypeListKey>, FieldSectionType extends FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey>, MethodSectionType extends MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey>, ClassSectionType extends ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, EncodedArrayKey>, CallSiteSectionType extends CallSiteSection<CallSiteKey, EncodedArrayKey>, MethodHandleSectionType extends MethodHandleSection<MethodHandleKey, FieldRefKey, MethodRefKey>, TypeListSectionType extends TypeListSection<TypeKey, TypeListKey>, AnnotationSectionType extends AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue>, AnnotationSetSectionType extends AnnotationSetSection<AnnotationKey, AnnotationSetKey>, EncodedArraySectionType extends EncodedArraySection<EncodedArrayKey, EncodedValue>> classInstructionWriter<StringRef extends StringReference,TypeRef extends TypeReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ProtoRefKey extends MethodProtoReference, MethodHandleKey extends MethodHandleReference, CallSiteKey extends CallSiteReference> Methods in org.jf.dexlib2.writer with type parameters of type CallSiteReferenceModifier and TypeMethodDescription(package private) static <StringRef extends StringReference,TypeRef extends TypeReference, FieldRefKey extends FieldReference, MethodRefKey extends MethodReference, ProtoRefKey extends MethodProtoReference, MethodHandleKey extends MethodHandleReference, CallSiteKey extends CallSiteReference>
InstructionWriter<StringRef, TypeRef, FieldRefKey, MethodRefKey, ProtoRefKey, MethodHandleKey, CallSiteKey> InstructionWriter.makeInstructionWriter(Opcodes opcodes, DexDataWriter writer, StringSection<?, StringRef> stringSection, TypeSection<?, ?, TypeRef> typeSection, FieldSection<?, ?, FieldRefKey, ?> fieldSection, MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, ProtoSection<?, ?, ProtoRefKey, ?> protoSection, MethodHandleSection<MethodHandleKey, ?, ?> methodHandleSection, CallSiteSection<CallSiteKey, ?> callSiteSection) -
Uses of CallSiteReference in org.jf.dexlib2.writer.builder
Classes in org.jf.dexlib2.writer.builder that implement CallSiteReferenceFields in org.jf.dexlib2.writer.builder with type parameters of type CallSiteReferenceModifier and TypeFieldDescriptionprivate final ConcurrentMap<CallSiteReference, BuilderCallSiteReference> BuilderCallSitePool.internedItemsMethods in org.jf.dexlib2.writer.builder with parameters of type CallSiteReferenceModifier and TypeMethodDescriptionBuilderCallSitePool.internCallSite(CallSiteReference callSiteReference) DexBuilder.internCallSite(CallSiteReference callSiteReference) -
Uses of CallSiteReference in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool with parameters of type CallSiteReferenceModifier and TypeMethodDescriptionCallSitePool.getEncodedCallSite(CallSiteReference callSiteReference) voidCallSitePool.intern(CallSiteReference callSiteReference) -
Uses of CallSiteReference in org.jf.dexlib2.writer.util
Methods in org.jf.dexlib2.writer.util with parameters of type CallSiteReferenceModifier and TypeMethodDescriptionstatic ArrayEncodedValueCallSiteUtil.getEncodedCallSite(CallSiteReference callSiteReference)