Searched refs:copyCode (Results 1 – 4 of 4) sorted by relevance
196 copyCode(clazz, method, codeAttribute); in visitCodeAttribute0()240 copyCode(clazz, method, codeAttribute); in visitCodeAttribute0()336 private void copyCode(Clazz clazz, Method method, CodeAttribute codeAttribute) in copyCode() method in MethodInliner
776 int copyCode = COPY_RANGE_LUT[rangeIdx] + (cmdCode & 7); in decompress() local778 int copyBits = COPY_LENGTH_N_BITS[copyCode]; in decompress()780 s.copyLength = COPY_LENGTH_OFFSET[copyCode] + copyExtra; in decompress()
723 int copyCode = Org.Brotli.Dec.Prefix.CopyRangeLut[rangeIdx] + (cmdCode & 7); in Decompress()725 …Dec.Prefix.CopyLengthOffset[copyCode] + Org.Brotli.Dec.BitReader.ReadBits(br, Org.Brotli.Dec.Prefi… in Decompress()
815 var /** !number */ copyCode = COPY_RANGE_LUT[rangeIdx] + (cmdCode & 7);820 var /** !number */ copyBits = COPY_LENGTH_N_BITS[copyCode];822 s.copyLength = COPY_LENGTH_OFFSET[copyCode] + copyExtra;