Searched refs:MethodLiveness (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp52 class MethodLiveness : public ResourceObj { class in inherits:ResourceObj
58 // This class is only used by the MethodLiveness class.
59 friend class MethodLiveness;
62 MethodLiveness* _analyzer;
122 BasicBlock(MethodLiveness *analyzer, int start, int limit);
158 void propagate(MethodLiveness *ml);
168 }; // End of MethodLiveness::BasicBlock
215 // The class MethodLiveness::BasicBlock needs special access to some
217 friend class MethodLiveness::BasicBlock;
264 MethodLiveness(Aren
[all...]
H A DmethodLiveness.cpp35 // The MethodLiveness class performs a simple liveness analysis on a method
101 long MethodLiveness::_total_bytes = 0;
102 int MethodLiveness::_total_methods = 0;
104 long MethodLiveness::_total_blocks = 0;
105 int MethodLiveness::_max_method_blocks = 0;
107 long MethodLiveness::_total_edges = 0;
108 int MethodLiveness::_max_block_edges = 0;
110 long MethodLiveness::_total_exc_edges = 0;
111 int MethodLiveness::_max_block_exc_edges = 0;
113 long MethodLiveness
130 MethodLiveness::MethodLiveness(Arena* arena, ciMethod* method) function in class:MethodLiveness
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp37 class MethodLiveness;
84 MethodLiveness* _liveness;
208 // Get the interpreters viewpoint on oop liveness. MethodLiveness is
H A DciMethod.cpp391 _liveness = new (arena) MethodLiveness(arena, this);
417 // guard against conservative result from MethodLiveness making us
418 // think a dead oop is live. MethodLiveness is conservative in the
451 _liveness = new (arena) MethodLiveness(arena, this);
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp276 MethodLiveness::print_times();

Completed in 127 milliseconds