Lines Matching refs:INFO

181           LOG(INFO) << "  Skipping upcall. Frame " << GetFrameId();  in InstrumentationInstallStack()
191 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
200 LOG(INFO) << " Handling quick to interpreter transition. Frame " << GetFrameId(); in InstrumentationInstallStack()
215 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId(); in InstrumentationInstallStack()
222 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack()
236 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
244 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
275 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack()
325 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()
332 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()
342 LOG(INFO) << " Removing exit stub in " << DescribeLocation(); in InstrumentationRestoreStack()
363 LOG(INFO) << " No exit stub in " << DescribeLocation(); in InstrumentationRestoreStack()
377 LOG(INFO) << "Removing exit stubs in " << thread_name; in InstrumentationRestoreStack()
964 LOG(INFO) << "Entering " << PrettyMethod(method) << " from PC " << reinterpret_cast<void*>(lr); in PushInstrumentationStackFrame()
1017 LOG(INFO) << StringPrintf("Deoptimizing %s by returning from %s with result %#" PRIx64 " in ", in PopInstrumentationStackFrame()
1027 LOG(INFO) << "Returning from " << PrettyMethod(method) in PopInstrumentationStackFrame()
1045 LOG(INFO) << "Popping for deoptimization " << PrettyMethod(method); in PopMethodForUnwind()
1049 LOG(INFO) << "Popping for unwind " << PrettyMethod(method); in PopMethodForUnwind()