Lines Matching refs:signals
201 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize()
225 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()
249 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
271 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp()
305 VLOG(signals) << "Generating null pointer exception"; in Action()
331 VLOG(signals) << "Checking for suspension point"; in Action()
347 VLOG(signals) << "Not a suspension point"; in Action()
365 VLOG(signals) << "suspend check match"; in Action()
382 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
385 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action()
401 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
402 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
413 VLOG(signals) << "Not a stack overflow"; in Action()
417 VLOG(signals) << "Stack overflow found"; in Action()