| _begin_bci | MethodInterval | [protected] |
| _end_bci | MethodInterval | [protected] |
| _failure_code | ExternalCallNode | [protected] |
| _has_receiver | PrimitiveCallNode | [protected] |
| _in_prim_failure | MethodInterval | [protected] |
| _method | MethodInterval | [protected] |
| _name | PrimitiveCallNode | [protected] |
| _parent | MethodInterval | [protected] |
| _pdesc | PrimitiveCallNode | [protected] |
| begin_bci() const | MethodInterval | [inline] |
| end_bci() const | MethodInterval | [inline] |
| ExternalCallNode(methodOop method, MethodInterval *parent, int begin_bci, int next_bci) | ExternalCallNode | [protected] |
| ExternalCallNode(methodOop method, MethodInterval *parent, int begin_bci, int next_bci, int end_offset) | ExternalCallNode | [protected] |
| failure_code() const | ExternalCallNode | [inline] |
| has_receiver() const | PrimitiveCallNode | [inline] |
| in_prim_failure_block() const | MethodInterval | [inline] |
| includes(int bci) const | MethodInterval | [inline] |
| initialize(methodOop method, MethodInterval *parent, int begin_bci, int end_bci, bool failBlock) | MethodInterval | [protected] |
| method() const | MethodInterval | [inline] |
| MethodInterval(methodOop method, MethodInterval *parent) | MethodInterval | [protected] |
| MethodInterval(methodOop method, MethodInterval *parent, int begin_bci, int end_bci=-1, bool failureBlock=false) | MethodInterval | [protected] |
| MethodIntervalFactory class | PrimitiveCallNode | [friend] |
| name() const | PrimitiveCallNode | [inline] |
| number_of_parameters() const | PrimitiveCallNode | |
| operator delete(void *p) | ResourceObj | [inline] |
| operator new(size_t size, bool on_C_heap=false) | ResourceObj | [inline] |
| parent() const | MethodInterval | [inline] |
| pdesc() const | PrimitiveCallNode | [inline] |
| PrimitiveCallNode(methodOop method, MethodInterval *parent, int begin_bci, int next_bci, bool has_receiver, symbolOop name, primitive_desc *pdesc) | PrimitiveCallNode | [protected] |
| PrimitiveCallNode(methodOop method, MethodInterval *parent, int begin_bci, int next_bci, bool has_receiver, symbolOop name, primitive_desc *pdesc, int end_offset) | PrimitiveCallNode | [protected] |
| set_end_bci(int bci) | MethodInterval | [inline, protected] |
| set_prim_failure(bool f) | MethodInterval | [inline] |