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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp509 virtual bool is_klass_change() const { return false; } function in class:DepChange
514 assert(is_klass_change(), "bad cast");
599 virtual bool is_klass_change() const { return true; } function in class:KlassDepChange
H A Ddependencies.cpp1548 if (changes.is_klass_change() && changes.as_klass_change()->involves_context(context_type()))
1590 klassOop new_type = _changes.is_klass_change() ? _changes.as_klass_change()->new_type() : (klassOop) NULL;

Completed in 36 milliseconds