Lines Matching refs:signals
208 VLOG(signals) << "Unhandled x86 instruction with opcode " << static_cast<int>(opcode); in GetInstructionSize()
232 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()
256 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
278 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp()
318 VLOG(signals) << "Generating null pointer exception"; in Action()
344 VLOG(signals) << "Checking for suspension point"; in Action()
360 VLOG(signals) << "Not a suspension point"; in Action()
378 VLOG(signals) << "suspend check match"; in Action()
395 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
398 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action()
414 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
415 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
426 VLOG(signals) << "Not a stack overflow"; in Action()
430 VLOG(signals) << "Stack overflow found"; in Action()