Lines Matching refs:INFO
162 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
178 LOG(INFO) << "Handler is upcall"; in FindCatch()
184 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch()
243 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
567 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack()
589 LOG(INFO) << "Single-frame deopting: " in DeoptimizeSingleFrame()
663 LOG(INFO) << "|> pc = " << std::hex << stack_visitor->GetCurrentQuickFramePc(); in DumpFramesWithType()
664 LOG(INFO) << "|> addr = " << std::hex in DumpFramesWithType()
667 LOG(INFO) << "|> ret = " << std::hex << stack_visitor->GetReturnPc(); in DumpFramesWithType()
673 LOG(INFO) << "N <transition>"; in DumpFramesWithType()
678 LOG(INFO) << "R " << method->PrettyMethod(true); in DumpFramesWithType()
683 LOG(INFO) << (is_shadow ? "S" : "Q") in DumpFramesWithType()