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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp51 virtual bool is_constant_oop() const { return false; } function in class:ScopeValue
97 assert(klass->is_constant_oop(), "should be constant klass oop");
193 bool is_constant_oop() const { return true; } function in class:ConstantOopWriteValue
211 bool is_constant_oop() const { return true; } function in class:ConstantOopReadValue

Completed in 30 milliseconds