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

/openjdk7/hotspot/src/share/vm/ci/
H A DciCallProfile.hpp41 enum { MorphismLimit = 2 }; // Max call site's morphism we care about enumerator in enum:ciCallProfile::__anon138
45 int _receiver_count[MorphismLimit + 1]; // # times receivers have been seen
46 ciMethod* _method[MorphismLimit + 1]; // receivers methods
47 ciKlass* _receiver[MorphismLimit + 1]; // receivers (exact)
67 assert(i < _limit, "out of Call Profile MorphismLimit");
71 assert(i < _limit, "out of Call Profile MorphismLimit");
75 assert(i < _limit, "out of Call Profile MorphismLimit");
79 assert(i < _limit, "out of Call Profile MorphismLimit");

Completed in 30 milliseconds