RStep Class Reference

#include <DrlEMImpl.h>

List of all members.


Detailed Description

Recompilation step.

One recompilation chain can have 1 or more recompilation steps


Public Member Functions

 RStep (JIT_Handle _jit, const std::string &_jitName, RChain *_chain, apr_dso_handle_t *_libHandle)
virtual ~RStep ()

Public Attributes

JIT_Handle jit
std::string jitName
std::string catName
RChainchain
bool loggingEnabled
apr_dso_handle_t * libHandle
bool(* enable_profiling )(JIT_Handle, PC_Handle, EM_JIT_PC_Role)
void(* profile_notification_callback )(JIT_Handle, PC_Handle, Method_Handle)


Constructor & Destructor Documentation

RStep.RStep ( JIT_Handle  _jit,
const std::string &  _jitName,
RChain _chain,
apr_dso_handle_t *  _libHandle 
)

virtual RStep.~RStep (  )  [virtual]


Member Data Documentation

JIT_Handle RStep.jit

std::string RStep.jitName

std::string RStep.catName

RChain* RStep.chain

bool RStep.loggingEnabled

apr_dso_handle_t* RStep.libHandle

bool(* RStep.enable_profiling)(JIT_Handle, PC_Handle, EM_JIT_PC_Role)

void(* RStep.profile_notification_callback)(JIT_Handle, PC_Handle, Method_Handle)


The documentation for this class was generated from the following file:

Genereated on Tue Mar 11 19:25:31 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.