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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp73 virtual bool possible_gc_point (BytecodeStream *bcs);
111 bool OopMapForCacheEntry::possible_gc_point(BytecodeStream *bcs) { function in class:OopMapForCacheEntry
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp486 // - possible_gc_point must return true for every bci for which the stackmaps must be returned
502 virtual bool possible_gc_point (BytecodeStream *bcs) { ShouldNotReachHere(); return false; } function in class:VALUE_OBJ_CLASS_SPEC
524 virtual bool possible_gc_point (BytecodeStream *bcs) { return false; } function in class:ResolveOopMapConflicts
557 virtual bool possible_gc_point (BytecodeStream *bcs) { return false; } function in class:GeneratePairingInfo

Completed in 49 milliseconds