Home | History | Annotate | Download | only in runtime

Lines Matching refs:Undeoptimize

2993       VLOG(jdwp) << "Undeoptimize the world ...";
2995 VLOG(jdwp) << "Undeoptimize the world DONE";
3003 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " ...";
3004 instrumentation->Undeoptimize(request.Method());
3005 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " DONE";
3301 // request if we need to undeoptimize.
3319 // There is no more breakpoint on this method: we need to undeoptimize.
3321 // This method required full deoptimization: we need to undeoptimize everything.
3325 // This method required selective deoptimization: we need to undeoptimize only that method.
3335 // There is at least one breakpoint for this method: we don't need to undeoptimize.