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