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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DOopMapForCacheEntry.java45 public boolean possibleGCPoint(BytecodeStream bcs) { method in class:OopMapForCacheEntry
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java695 if (possibleGCPoint(bcs))
2288 // - possibleGCPoint must return true for every bci for which the
2310 public boolean possibleGCPoint (BytecodeStream bcs) { throw new RuntimeException("ShouldNotReachHere"); } method in class:GenerateOopMap

Completed in 48 milliseconds