Lines Matching refs:VLOG
46 VLOG(signals) << "Async MTE fault"; in GetFaultPc()
53 VLOG(signals) << "Missing SP"; in GetFaultPc()
92 VLOG(signals) << "Generating null pointer exception"; in Action()
110 VLOG(signals) << "checking suspend; inst: " << std::hex << inst << " checkinst: " << checkinst; in Action()
117 VLOG(signals) << "suspend check match"; in Action()
127 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
137 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
138 VLOG(signals) << "sigcontext: " << std::hex << mc; in Action()
141 VLOG(signals) << "sp: " << std::hex << sp; in Action()
144 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
145 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
152 VLOG(signals) << "Not a stack overflow"; in Action()
156 VLOG(signals) << "Stack overflow found"; in Action()