Lines Matching refs:VLOG
50 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()
71 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
94 VLOG(signals) << "Generating null pointer exception"; in Action()
118 VLOG(signals) << "checking suspend"; in Action()
121 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
133 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
141 VLOG(signals) << "suspend check match"; in Action()
152 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
162 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
163 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
166 VLOG(signals) << "sp: " << std::hex << sp; in Action()
169 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
170 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
177 VLOG(signals) << "Not a stack overflow"; in Action()
181 VLOG(signals) << "Stack overflow found"; in Action()