Searched refs:next_hit_cg (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp216 CallGenerator* next_hit_cg = NULL; local
222 next_hit_cg = this->call_generator(next_receiver_method,
225 if (next_hit_cg != NULL && !next_hit_cg->is_inline() &&
228 next_hit_cg = NULL;
237 (profile.morphism() == 2 && next_hit_cg != NULL) ) &&
250 if (next_hit_cg != NULL) {
254 miss_cg = CallGenerator::for_predicted_call(profile.receiver(1), miss_cg, next_hit_cg, PROB_MAX);

Completed in 29 milliseconds