Interface MethodAccessGen

All Known Implementing Classes:
IntAccessGen, LongAccessGen

public interface MethodAccessGen
A generator whose implementation is to emit invocations of a named method in JitCompiledPassage.

This is needed by LoadOpGen and StoreOpGen.

  • Method Summary

    Modifier and Type
    Method
    Description
    chooseReadName(int size)
    Choose the name of the read method, e.g.
    chooseWriteName(int size)
    Choose the name of the write method, e.g.
  • Method Details