Lines Matching refs:signals
249 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize()
273 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()
285 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
307 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp()
352 VLOG(signals) << "Generating null pointer exception"; in Action()
374 VLOG(signals) << "Checking for suspension point"; in Action()
390 VLOG(signals) << "Not a suspension point"; in Action()
408 VLOG(signals) << "suspend check match"; in Action()
425 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
428 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action()
444 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
445 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
456 VLOG(signals) << "Not a stack overflow"; in Action()
460 VLOG(signals) << "Stack overflow found"; in Action()