org.jikesrvm.adaptive
Interface AosEntrypoints


public interface AosEntrypoints

Entrypoints that are valid when the build includes the adaptive optimization system.


Field Summary
static RVMField cbsResetValueField
           
static RVMField counterArrayManagerCounterArraysField
           
static RVMField edgeListenerSamplesTakenField
           
static RVMField edgeListenerUpdateCalledField
           
static RVMField globalCBSField
           
static NormalMethod invocationCounterTrippedMethod
           
static RVMField invocationCountsField
           
static RVMField methodListenerNumSamplesField
           
static NormalMethod osrCleanRefsMethod
           
static NormalMethod osrGetRefAtMethod
           
static RVMField specializedMethodsField
           
static RVMField threadCBSField
           
static RVMField yieldCountListenerNumYieldsField
           
 

Field Detail

osrGetRefAtMethod

static final NormalMethod osrGetRefAtMethod

osrCleanRefsMethod

static final NormalMethod osrCleanRefsMethod

methodListenerNumSamplesField

static final RVMField methodListenerNumSamplesField

edgeListenerUpdateCalledField

static final RVMField edgeListenerUpdateCalledField

edgeListenerSamplesTakenField

static final RVMField edgeListenerSamplesTakenField

yieldCountListenerNumYieldsField

static final RVMField yieldCountListenerNumYieldsField

counterArrayManagerCounterArraysField

static final RVMField counterArrayManagerCounterArraysField

invocationCountsField

static final RVMField invocationCountsField

invocationCounterTrippedMethod

static final NormalMethod invocationCounterTrippedMethod

globalCBSField

static final RVMField globalCBSField

threadCBSField

static final RVMField threadCBSField

cbsResetValueField

static final RVMField cbsResetValueField

specializedMethodsField

static final RVMField specializedMethodsField