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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.hpp196 int argcount () const { assert(_argcount >= 0, "not set"); return _argcount; } function in class:FrameMap

Completed in 43 milliseconds