Class

scala.scalanative.nir

Buffer

Related Doc: package nir

Permalink

class Buffer extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Buffer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Buffer()(implicit fresh: Fresh)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(other: Buffer): Unit

    Permalink
  4. def ++=(insts: Seq[Inst]): Unit

    Permalink
  5. def +=(inst: Inst): Unit

    Permalink
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def arrayalloc(ty: Type, init: Val, unwind: Next): Val

    Permalink
  8. def arraylength(arr: Val, unwind: Next): Val

    Permalink
  9. def arrayload(ty: Type, arr: Val, idx: Val, unwind: Next): Val

    Permalink
  10. def arraystore(ty: Type, arr: Val, idx: Val, value: Val, unwind: Next): Val

    Permalink
  11. def as(ty: Type, obj: Val, unwind: Next): Val

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def bin(bin: Bin, ty: Type, l: Val, r: Val, unwind: Next): Val

    Permalink
  14. def box(ty: Type, obj: Val, unwind: Next): Val

    Permalink
  15. def branch(value: Val, thenp: Next, elsep: Next): Unit

    Permalink
  16. def call(ty: Type, ptr: Val, args: Seq[Val], unwind: Next): Val

    Permalink
  17. def classalloc(name: Global, unwind: Next): Val

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  19. def comp(comp: Comp, ty: Type, l: Val, r: Val, unwind: Next): Val

    Permalink
  20. def conv(conv: Conv, ty: Type, value: Val, unwind: Next): Val

    Permalink
  21. def copy(value: Val, unwind: Next): Val

    Permalink
  22. def dynmethod(obj: Val, sig: Sig, unwind: Next): Val

    Permalink
  23. def elem(ty: Type, ptr: Val, indexes: Seq[Val], unwind: Next): Val

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. def extract(aggr: Val, indexes: Seq[Int], unwind: Next): Val

    Permalink
  27. def fieldload(ty: Type, obj: Val, name: Global, unwind: Next): Val

    Permalink
  28. def fieldstore(ty: Type, obj: Val, name: Global, value: Val, unwind: Next): Val

    Permalink
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def insert(aggr: Val, value: Val, indexes: Seq[Int], unwind: Next): Val

    Permalink
  32. def is(ty: Type, obj: Val, unwind: Next): Val

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def jump(to: Local, args: Seq[Val]): Unit

    Permalink
  35. def jump(next: Next): Unit

    Permalink
  36. def label(name: Local, params: Seq[Val.Local]): Unit

    Permalink
  37. def label(name: Local): Unit

    Permalink
  38. def let(op: Op, unwind: Next): Val

    Permalink
  39. def let(name: Local, op: Op, unwind: Next): Val

    Permalink
  40. def load(ty: Type, ptr: Val, unwind: Next): Val

    Permalink
  41. def method(obj: Val, sig: Sig, unwind: Next): Val

    Permalink
  42. def module(name: Global, unwind: Next): Val

    Permalink
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  46. def raise(value: Val, unwind: Next): Unit

    Permalink
  47. def ret(value: Val): Unit

    Permalink
  48. def size: Int

    Permalink
  49. def sizeof(ty: Type, unwind: Next): Val

    Permalink
  50. def stackalloc(ty: Type, n: Val, unwind: Next): Val

    Permalink
  51. def store(ty: Type, ptr: Val, value: Val, unwind: Next): Val

    Permalink
  52. def switch(value: Val, default: Next, cases: Seq[Next]): Unit

    Permalink
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def toSeq: Seq[Inst]

    Permalink
  55. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  56. def unbox(ty: Type, obj: Val, unwind: Next): Val

    Permalink
  57. def unreachable(unwind: Next): Unit

    Permalink
  58. def var_(ty: Type, unwind: Next): Val

    Permalink
  59. def varload(slot: Val, unwind: Next): Val

    Permalink
  60. def varstore(slot: Val, value: Val, unwind: Next): Val

    Permalink
  61. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped