_begin_bci | MethodInterval | [protected] |
_cond | IfNode | [protected] |
_else_code | IfNode | [protected] |
_end_bci | MethodInterval | [protected] |
_ignore_else_while_printing | IfNode | [protected] |
_in_prim_failure | MethodInterval | [protected] |
_method | MethodInterval | [protected] |
_parent | MethodInterval | [protected] |
_produces_result | IfNode | [protected] |
_then_code | IfNode | [protected] |
begin_bci() const | MethodInterval | [inline] |
else_code() const | IfNode | [inline] |
end_bci() const | MethodInterval | [inline] |
IfNode(methodOop method, MethodInterval *parent, int begin_bci, int next_bci, bool cond, int else_offset, u_char structure) | IfNode | [protected] |
ignore_else_while_printing() const | IfNode | [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] |
InlineSendNode(methodOop method, MethodInterval *parent, int begin_bci, int end_bci=-1) | InlineSendNode | [protected] |
is_ifFalse() const | IfNode | [inline] |
is_ifTrue() const | IfNode | [inline] |
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 | IfNode | [friend] |
operator delete(void *p) | ResourceObj | [inline] |
operator new(size_t size, bool on_C_heap=false) | ResourceObj | [inline] |
parent() const | MethodInterval | [inline] |
produces_result() const | IfNode | [inline] |
selector() const | IfNode | [virtual] |
set_end_bci(int bci) | MethodInterval | [inline, protected] |
set_prim_failure(bool f) | MethodInterval | [inline] |
then_code() const | IfNode | [inline] |