Class diagram for BytecodeBranchScanner:
Public Members | |||
![]() | ![]() | BytecodeBranchScanner (methodMap *m) | |
![]() | ![]() | bool | hasBranch |
Protected Members | |||
![]() | ![]() | void | do_branch_code ( int32 , oop = badOop ) |
![]() | ![]() | void | do_BRANCH_INDEXED_CODE () |
BytecodeBranchScanner::BytecodeBranchScanner (methodMap * m) |
void BytecodeBranchScanner::do_branch_code (int32 target_PC, oop target_oop = badOop) [inline, protected, virtual]
|
Reimplemented from abstract_interpreter.
void BytecodeBranchScanner::do_BRANCH_INDEXED_CODE () [inline, protected, virtual]
|
Reimplemented from abstract_interpreter.
bool BytecodeBranchScanner::hasBranch |