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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp74 virtual void fill_stackmap_prolog (int nof_gc_points);
116 void OopMapForCacheEntry::fill_stackmap_prolog(int nof_gc_points) { function in class:OopMapForCacheEntry
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp487 // - fill_stackmap_prolog is called just before the result is reported. The arguments tells the estimated
503 virtual void fill_stackmap_prolog (int nof_gc_points) { ShouldNotReachHere(); } function in class:VALUE_OBJ_CLASS_SPEC
525 virtual void fill_stackmap_prolog (int nof_gc_points) {} function in class:ResolveOopMapConflicts
558 virtual void fill_stackmap_prolog (int nof_gc_points) {} function in class:GeneratePairingInfo

Completed in 41 milliseconds