Searched refs:involves_context (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp936 assert(changes.involves_context(context_type), "irrelevant dependency");
961 assert(changes.involves_context(part) == Klass::cast(new_type)->is_subtype_of(part),
963 if (changes.involves_context(part)) {
1548 if (changes.is_klass_change() && changes.as_klass_change()->involves_context(context_type()))
1656 bool KlassDepChange::involves_context(klassOop k) { function in class:KlassDepChange
H A Ddependencies.hpp603 // involves_context(k) is true if k is new_type or any of the super types
604 bool involves_context(klassOop k);

Completed in 27 milliseconds