Package | Description |
---|---|
edu.rice.hj.continuation.instrument |
Coroutine library instrumentation
Copyright (c) 2008, Matthias Mann
All rights reserved.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
InstrumentMethodHelper.emitStoreState(org.objectweb.asm.MethodVisitor mv,
int codeBlockIndex,
edu.rice.hj.continuation.instrument.FrameInfo frameInfo,
org.objectweb.asm.tree.analysis.Frame[] frames,
int stackVarIndex,
int firstLocal,
MethodDatabase db) |
Constructor and Description |
---|
DBClassWriter(MethodDatabase db,
org.objectweb.asm.ClassReader classReader) |
InstrumentClass(org.objectweb.asm.ClassVisitor cv,
MethodDatabase db,
boolean forceInstrumentation) |
InstrumentMethod(MethodDatabase db,
String className,
org.objectweb.asm.tree.MethodNode mn) |
TypeAnalyzer(MethodDatabase db) |
TypeInterpreter(MethodDatabase db) |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.