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

/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp202 ciMethod* receiver_method = NULL; local
205 // receiver_method = profile.method();
207 receiver_method = callee->resolve_invoke(jvms->method()->holder(),
210 if (receiver_method != NULL) {
212 CallGenerator* hit_cg = this->call_generator(receiver_method,
257 trace_type_profile(C, jvms->method(), jvms->depth() - 1, jvms->bci(), receiver_method, profile.receiver(0), site_count, receiver_count);

Completed in 31 milliseconds