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

/openjdk7/hotspot/src/share/vm/ci/
H A DciCallProfile.hpp41 enum { MorphismLimit = 2 }; // Max call site's morphism we care about
43 int _morphism; // determined call site's morphism
63 int morphism() const { return _morphism; } function in class:ciCallProfile
H A DciMethod.cpp480 int morphism = 0; local
481 // Precompute morphism for the possible fixup
485 morphism++;
492 if (morphism == 1 && count > 0) {
508 // Determine call site's morphism.
509 // The call site count is 0 with known morphism (onlt 1 or 2 receivers)
512 if (morphism > 0 && morphism == result._limit) {
513 // The morphism <= MorphismLimit.
514 if ((morphism < ciCallProfil
[all...]

Completed in 32 milliseconds