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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DConstantOopReadValue.java42 public boolean isConstantOop() { method in class:ConstantOopReadValue
H A DScopeValue.java59 public boolean isConstantOop() { return false; } method in class:ScopeValue
H A DObjectValue.java65 Assert.that(klass.isConstantOop(), "should be constant klass oop");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java144 Assert.that(kv.isConstantOop(), "klass should be oop constant for scalar replaced object");
292 } else if (sv.isConstantOop()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1115 Assert.that(sv.isConstantOop(), "scalar replaced object klass must be constant oop");
1332 } else if (sv.isConstantOop()) {

Completed in 37 milliseconds