Lines Matching refs:BPLOG
72 BPLOG(ERROR) << "DumpContext cannot get x86 context"; in GetContextX86()
81 BPLOG(ERROR) << "DumpContext cannot get ppc context"; in GetContextPPC()
90 BPLOG(ERROR) << "DumpContext cannot get ppc64 context"; in GetContextPPC64()
99 BPLOG(ERROR) << "DumpContext cannot get amd64 context"; in GetContextAMD64()
108 BPLOG(ERROR) << "DumpContext cannot get sparc context"; in GetContextSPARC()
117 BPLOG(ERROR) << "DumpContext cannot get arm context"; in GetContextARM()
126 BPLOG(ERROR) << "DumpContext cannot get arm64 context"; in GetContextARM64()
136 BPLOG(ERROR) << "DumpContext cannot get MIPS context"; in GetContextMIPS()
149 BPLOG(ERROR) << "Invalid DumpContext for GetInstructionPointer"; in GetInstructionPointer()
181 BPLOG(ERROR) << "Unknown CPU architecture in GetInstructionPointer"; in GetInstructionPointer()
193 BPLOG(ERROR) << "Invalid DumpContext for GetStackPointer"; in GetStackPointer()
225 BPLOG(ERROR) << "Unknown CPU architecture in GetStackPointer"; in GetStackPointer()
315 BPLOG(ERROR) << "DumpContext cannot print invalid data"; in Print()