Searched defs:SharkTopLevelBlock (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp41 class SharkTopLevelBlock : public SharkBlock { class in inherits:SharkBlock
43 SharkTopLevelBlock(SharkFunction* function, ciTypeFlow::Block* ciblock) function in class:SharkTopLevelBlock
100 SharkTopLevelBlock* successor(int index) const {
103 SharkTopLevelBlock* bci_successor(int bci) const;
108 GrowableArray<SharkTopLevelBlock*>* _exceptions;
120 SharkTopLevelBlock* exception(int index) const {
170 void enter(SharkTopLevelBlock* predecessor, bool is_exception);
364 bool can_reach(SharkTopLevelBlock* other);
365 bool can_reach_helper(SharkTopLevelBlock* other);

Completed in 30 milliseconds