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