Searched refs:pc_jump_part (Results 1 – 1 of 1) sorted by relevance
299 byte pc_jump_part = *--pos_; in AdvanceReadVariableLengthPCJump() local300 pc_jump |= (pc_jump_part >> kLastChunkTagBits) << i * kChunkBits; in AdvanceReadVariableLengthPCJump()301 if ((pc_jump_part & kLastChunkTagMask) == 1) break; in AdvanceReadVariableLengthPCJump()