Searched refs:isConstantLong (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DConstantLongValue.java40 public boolean isConstantLong() { method in class:ConstantLongValue
H A DScopeValue.java58 public boolean isConstantLong() { return false; } method in class:ScopeValue
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java299 } else if (VM.getVM().isLP64() && sv.isConstantLong()) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java1322 } else if (sv.isConstantLong()) {

Completed in 43 milliseconds