Lines Matching refs:INFO
197 self_->DumpStack(LOG_STREAM(INFO) << "Delivering exception: " << exception_ref->PrettyTypeOf() in FindCatch()
217 LOG(INFO) << "Handler is upcall"; in FindCatch()
238 LOG(INFO) << "Handler: " << GetHandlerMethod()->PrettyMethod() << " (line: " in FindCatch()
299 self_->DumpStack(LOG_STREAM(INFO) << "Setting catch phis: "); in SetCatchEnvironmentForOptimizedHandler()
709 self_->DumpStack(LOG_STREAM(INFO) << "Deoptimizing: "); in DeoptimizeStack()
734 LOG(INFO) << "Single-frame deopting: " in DeoptimizeSingleFrame()
839 LOG(INFO) << "|> pc = " << std::hex << stack_visitor->GetCurrentQuickFramePc(); in DumpFramesWithType()
840 LOG(INFO) << "|> addr = " << std::hex in DumpFramesWithType()
843 LOG(INFO) << "|> ret = " << std::hex << stack_visitor->GetReturnPc(); in DumpFramesWithType()
849 LOG(INFO) << "N <transition>"; in DumpFramesWithType()
854 LOG(INFO) << "R " << method->PrettyMethod(true); in DumpFramesWithType()
859 LOG(INFO) << (is_shadow ? "S" : "Q") in DumpFramesWithType()