Class BuilderCallSiteReference

    • Method Detail

      • getName

        @Nonnull
        public java.lang.String getName()
        Description copied from interface: CallSiteReference
        Gets a name for this call site. This is an arbitrary synthetic string that serves to differentiate call sites that would otherwise be identical. It can be any arbitrary string, with the only requirement being that 2 different, but otherwise identical call sites in the same dex file must not share the same name. Multiple non-identical call sites may use the same name however.
        Specified by:
        getName in interface CallSiteReference
        Returns:
        The name for this call site.
      • getMethodName

        @Nonnull
        public java.lang.String getMethodName()
        Specified by:
        getMethodName in interface CallSiteReference
        Returns:
        A method name that the bootstrap linker should resolve.