• Home
  • Raw
  • Download

Lines Matching refs:INFO

186           LOG(INFO) << "  Skipping upcall. Frame " << GetFrameId();  in InstrumentationInstallStack()
196 LOG(INFO) << "Pushing shadow frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
205 LOG(INFO) << " Handling quick to interpreter transition. Frame " << GetFrameId(); in InstrumentationInstallStack()
220 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId(); in InstrumentationInstallStack()
227 LOG(INFO) << " Installing exit stub in " << DescribeLocation(); in InstrumentationInstallStack()
241 LOG(INFO) << "Ignoring already instrumented " << frame.Dump(); in InstrumentationInstallStack()
249 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump(); in InstrumentationInstallStack()
282 LOG(INFO) << "Installing exit stubs in " << thread_name; in InstrumentationInstallStack()
339 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() in InstrumentationRestoreStack()
346 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId(); in InstrumentationRestoreStack()
356 LOG(INFO) << " Removing exit stub in " << DescribeLocation(); in InstrumentationRestoreStack()
377 LOG(INFO) << " No exit stub in " << DescribeLocation(); in InstrumentationRestoreStack()
391 LOG(INFO) << "Removing exit stubs in " << thread_name; in InstrumentationRestoreStack()
1039 LOG(INFO) << "Entering " << PrettyMethod(method) << " from PC " << reinterpret_cast<void*>(lr); in PushInstrumentationStackFrame()
1093 LOG(INFO) << StringPrintf("Deoptimizing %s by returning from %s with result %#" PRIx64 " in ", in PopInstrumentationStackFrame()
1106 LOG(INFO) << "Returning from " << PrettyMethod(method) in PopInstrumentationStackFrame()
1124 LOG(INFO) << "Popping for deoptimization " << PrettyMethod(method); in PopMethodForUnwind()
1128 LOG(INFO) << "Popping for unwind " << PrettyMethod(method); in PopMethodForUnwind()