Lines Matching refs:VLOG
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()
287 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
311 VLOG(signals) << HexDump(pc, 32, true, "PC "); in GetMethodAndReturnPcAndSp()
356 VLOG(signals) << "Generating null pointer exception"; in Action()
378 VLOG(signals) << "Checking for suspension point"; in Action()
394 VLOG(signals) << "Not a suspension point"; in Action()
412 VLOG(signals) << "suspend check match"; in Action()
429 VLOG(signals) << "removed suspend trigger invoking test suspend"; in Action()
432 VLOG(signals) << "Not a suspend check match, first instruction mismatch"; in Action()
448 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
449 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
460 VLOG(signals) << "Not a stack overflow"; in Action()
464 VLOG(signals) << "Stack overflow found"; in Action()