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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp57 class DepChange;
491 klassOop spot_check_dependency_at(DepChange& changes);
505 // Every particular DepChange is a sub-class of this class.
506 class DepChange : public StackObj { class in inherits:StackObj
508 // What kind of DepChange is this?
535 // for (DepChange::ContextStream str(changes); str.next(); ) {
543 DepChange& _changes;
544 friend class DepChange;
557 ContextStream(DepChange& changes)
561 ContextStream(DepChange
[all...]

Completed in 25 milliseconds