Top Fields Constructors Methods
sun.jvm.hotspot.opto

public Class InlineTree

extends VMObject
Class Inheritance
Imports
java.util.*, java.io.PrintStream, sun.jvm.hotspot.ci.*, sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.runtime.*, sun.jvm.hotspot.oops.*, sun.jvm.hotspot.utilities.GrowableArray, .Observable, .Observer, sun.jvm.hotspot.types.*

Field Summary

Modifier and TypeField and Description
private static AddressField
private static AddressField
private static StaticBaseConstructor<InlineTree>
private static AddressField
private static AddressField
Inherited from sun.jvm.hotspot.runtime.VMObject:
addr

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public int
public JVMState
public InlineTree
public int
public void
private static synchronized void
public int
public ciMethod
public void
printImpl(PrintStream st, int indent)

public GrowableArray<InlineTree>
Inherited from sun.jvm.hotspot.runtime.VMObject:
equalsgetAddresshashCodetoString

Field Detail

callerJvmsFieldback to summary
private static AddressField callerJvmsField
callerTreeFieldback to summary
private static AddressField callerTreeField
inlineTreeConstructorback to summary
private static StaticBaseConstructor<InlineTree> inlineTreeConstructor
methodFieldback to summary
private static AddressField methodField
subtreesFieldback to summary
private static AddressField subtreesField

Constructor Detail

InlineTreeback to summary
public InlineTree(Address addr)

Method Detail

callerBciback to summary
public int callerBci()
callerJvmsback to summary
public JVMState callerJvms()
callerTreeback to summary
public InlineTree callerTree()
countback to summary
public int count()
dumpReplayDataback to summary
public void dumpReplayData(PrintStream out)
initializeback to summary
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException
inlineLevelback to summary
public int inlineLevel()
methodback to summary
public ciMethod method()
printImplback to summary
public void printImpl(PrintStream st, int indent)
subtreesback to summary
public GrowableArray<InlineTree> subtrees()