public class DynamicCallFileInfoReader extends Object
CallSite < classloader, classname, method, signature> method_size byte_code_index <callee_classloader, classname, method, signature> method_size weight: weightWhere the types and meanings of the fields is as follows:
<signature>
string The method signatureCompilerAdvice
Constructor and Description |
---|
DynamicCallFileInfoReader() |
Modifier and Type | Method and Description |
---|---|
private static RVMMethod |
getMethod(MethodReference ref)
Establish the RVMMethod for a given MethodReference gracefully.
|
static void |
readDynamicCallFile(String file,
boolean boot) |
private static void |
readOneCallSiteAttribute(StringTokenizer parser,
boolean boot) |
public DynamicCallFileInfoReader()
public static void readDynamicCallFile(String file, boolean boot)
private static void readOneCallSiteAttribute(StringTokenizer parser, boolean boot)
private static RVMMethod getMethod(MethodReference ref)
ref
- The MethodReferencenull
on failure.