Home | History | Annotate | Download | only in runtime

Lines Matching refs:StringPrintf

26 #include "android-base/stringprintf.h"
75 using android::base::StringPrintf;
136 os << StringPrintf("Breakpoint[%s @%#x]", ArtMethod::PrettyMethod(rhs.Method()).c_str(),
780 return StringPrintf("invalid object %p", reinterpret_cast<void*>(class_id));
784 return StringPrintf("non-class %p", o); // This is only used for debugging output anyway.
1729 VLOG(jdwp) << StringPrintf(" %2zd: %d(%d) '%s' '%s' '%s' actual slot=%d mangled slot=%d",
2465 VLOG(jdwp) << StringPrintf(" Frame %3zd: id=%3" PRIu64 " ", depth_, frame_id) << location;
2692 return StringPrintf(" at DEX pc 0x%08x in method %s", visitor.GetDexPc(false),
2780 LOG(FATAL) << StringPrintf("Found invalid object %#" PRIxPTR " in register v%u",
3240 VLOG(jdwp) << StringPrintf("Add debugger as listener for instrumentation event 0x%x",
3246 VLOG(jdwp) << StringPrintf("Remove debugger as listener for instrumentation event 0x%x",
3292 CHECK(counter != nullptr) << StringPrintf("No counter for instrumentation event 0x%x",
3295 VLOG(jdwp) << StringPrintf("Queue request #%zd to start listening to instrumentation event 0x%x",
3305 CHECK(counter != nullptr) << StringPrintf("No counter for instrumentation event 0x%x",
3309 VLOG(jdwp) << StringPrintf("Queue request #%zd to stop listening to instrumentation event 0x%x",
3937 VLOG(jdwp) << StringPrintf(" %#x", dex_pc);
4273 << StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")", result_value,
4330 VLOG(jdwp) << StringPrintf("REPLY INVOKE id=0x%06x (length=%zu)",
4362 LOG(INFO) << StringPrintf("Exception thrown by dispatcher for 0x%08x", type);
4396 VLOG(jdwp) << StringPrintf("DDM reply: type=0x%08x data=%p offset=%d length=%d",
4408 LOG(INFO) << StringPrintf("Exception thrown when reading response data from dispatcher 0x%08x",
4440 LOG(WARNING) << StringPrintf("bad chunk found (len=%u pktLen=%zd)", length, request_length);
4458 << StringPrintf("dvmHandleDdm returning type=%.4s", reinterpret_cast<char*>(*pReplyBuf))
5012 LOG(INFO) << StringPrintf(" Thread %-2d %6zd bytes ", record->GetTid(), record->ByteCount())