

Public Member Functions | |
| compiledNode (nmethod *nm, TickPosition where) | |
| bool | is_compiled () const |
| bool | match (nmethod *m) |
| methodOop | method () |
| klassOop | receiver_klass () |
| void | print (outputStream *st, int total_ticks) |
| void | print_method_on (outputStream *st) |
Static Public Member Functions | |
| static void | print_title (outputStream *st) |
Private Attributes | |
| nmethod * | nm |
Definition at line 218 of file fprofiler.cpp.
| compiledNode::compiledNode | ( | nmethod * | nm, | |
| TickPosition | where | |||
| ) | [inline] |
Definition at line 222 of file fprofiler.cpp.
References pnode::update().
Here is the call graph for this function:

| bool compiledNode::is_compiled | ( | ) | const [inline, virtual] |
| bool compiledNode::match | ( | nmethod * | m | ) | [inline, virtual] |
| methodOop compiledNode::method | ( | ) | [inline, virtual] |
| void compiledNode::print | ( | outputStream * | st, | |
| int | total_ticks | |||
| ) | [inline, virtual] |
Reimplemented from pnode.
Definition at line 238 of file fprofiler.cpp.
References pnode::print().
Here is the call graph for this function:

| void compiledNode::print_method_on | ( | outputStream * | st | ) | [inline, virtual] |
Reimplemented from pnode.
Definition at line 242 of file fprofiler.cpp.
References nm, outputStream::print(), and pnode::print_method_on().
Here is the call graph for this function:

| static void compiledNode::print_title | ( | outputStream * | st | ) | [inline, static] |
Reimplemented from pnode.
Definition at line 233 of file fprofiler.cpp.
References outputStream::print(), and pnode::print_title().
Referenced by FlatProfiler::print().
Here is the call graph for this function:

| klassOop compiledNode::receiver_klass | ( | ) | [inline, virtual] |
nmethod* compiledNode::nm [private] |
Definition at line 220 of file fprofiler.cpp.
Referenced by match(), method(), print_method_on(), and receiver_klass().
1.4.7