Searched refs:startpc (Results 1 – 1 of 1) sorted by relevance
99 const uint8_t* startpc = pc; in GetInstructionSize() local225 VLOG(signals) << "x86 instruction length calculated as " << (pc - startpc); in GetInstructionSize()226 return pc - startpc; in GetInstructionSize()