Home | History | Annotate | Download | only in runtime

Lines Matching refs:LOG

115           LOG(INFO) << "  Ignoring a shadow frame. Frame " << GetFrameId()
122 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
129 LOG(INFO) << " Skipping runtime method. Frame " << GetFrameId();
135 LOG(INFO) << " Installing exit stub in " << DescribeLocation();
143 LOG(INFO) << "Pushing frame " << instrumentation_frame.Dump();
159 LOG(INFO) << "Installing exit stubs in " << thread_name;
199 LOG(INFO) << " Ignoring a shadow frame. Frame " << GetFrameId() << " Method=" << PrettyMethod(m);
205 LOG(INFO) << " Skipping upcall. Frame " << GetFrameId();
214 LOG(INFO) << " Removing exit stub in " << DescribeLocation();
232 LOG(INFO) << " No exit stub in " << DescribeLocation();
246 LOG(INFO) << "Removing exit stubs in " << thread_name;
474 LOG(ERROR) << "Expected frame_id=" << frame_id << " but found "
488 LOG(INFO) << "Entering " << PrettyMethod(method) << " from PC " << reinterpret_cast<void*>(lr);
532 LOG(INFO) << "Deoptimizing into " << PrettyMethod(visitor.caller);
537 LOG(INFO) << "Deoptimizing from " << PrettyMethod(method)
545 LOG(INFO) << "Returning from " << PrettyMethod(method)
563 LOG(INFO) << "Popping for deoptimization " << PrettyMethod(method);
567 LOG(INFO) << "Popping for unwind " << PrettyMethod(method);