Searched refs:pc_jump (Results 1 – 1 of 1) sorted by relevance
252 uint32_t pc_jump = pc_delta >> kSmallPCDeltaBits; in WriteVariableLengthPCJump() local253 ASSERT(pc_jump > 0); in WriteVariableLengthPCJump()255 for (; pc_jump > 0; pc_jump = pc_jump >> kChunkBits) { in WriteVariableLengthPCJump()256 byte b = pc_jump & kChunkMask; in WriteVariableLengthPCJump()437 uint32_t pc_jump = 0; in AdvanceReadVariableLengthPCJump() local440 pc_jump |= (pc_jump_part >> kLastChunkTagBits) << i * kChunkBits; in AdvanceReadVariableLengthPCJump()445 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits; in AdvanceReadVariableLengthPCJump()