Lines Matching refs:INFO

130     LOG(INFO) << "Popping frames for exception " << exception->Dump();  in PopFramesTo()
148 LOG(INFO) << "Popping for unwind " << method->PrettyMethod(); in PopFramesTo()
165 LOG(INFO) << "Did partial pop of frames due to new exception"; in PopFramesTo()
317 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationInstallStack()
331 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
338 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack()
366 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
395 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
420 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack()
481 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()
488 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()
496 LOG(INFO) << " Removing exit stub in " << DescribeLocation(); in InstrumentationRestoreStack()
518 LOG(INFO) << " No exit stub in " << DescribeLocation(); in InstrumentationRestoreStack()
532 LOG(INFO) << "Removing exit stubs in " << thread_name; in InstrumentationRestoreStack()
1396 LOG(INFO) << "Entering " << ArtMethod::PrettyMethod(method) << " from PC " in PushInstrumentationStackFrame()
1597 LOG(INFO) << "Deoptimizing " in PopInstrumentationStackFrame()
1620 LOG(INFO) << "Returning from " << method->PrettyMethod() in PopInstrumentationStackFrame()
1636 LOG(INFO) << "Popping for deoptimization " << e->second.method_->PrettyMethod(); in PopFramesForDeoptimization()