Lines Matching refs:VLOG
64 VLOG(signals) << "longjmp address: " << reinterpret_cast<void*>(sc->arm_pc); in HandleNestedSignal()
73 VLOG(signals) << "sp: " << *out_sp; in GetMethodAndReturnPcAndSp()
97 VLOG(signals) << "pc: " << std::hex << static_cast<void*>(ptr); in GetMethodAndReturnPcAndSp()
126 VLOG(signals) << "Generating null pointer exception"; in Action()
149 VLOG(signals) << "checking suspend"; in Action()
152 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
164 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
172 VLOG(signals) << "suspend check match"; in Action()
180 VLOG(signals) << "arm lr: " << std::hex << sc->arm_lr; in Action()
181 VLOG(signals) << "arm pc: " << std::hex << sc->arm_pc; in Action()
187 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
212 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
213 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
216 VLOG(signals) << "sp: " << std::hex << sp; in Action()
219 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
220 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
227 VLOG(signals) << "Not a stack overflow"; in Action()
231 VLOG(signals) << "Stack overflow found"; in Action()