final class com.google.common.hash.Murmur3_32HashFunction extends com.google.common.hash.AbstractHashFunction implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.hash.Murmur3_32HashFunction
super_class: com.google.common.hash.AbstractHashFunction
{
static final com.google.common.hash.HashFunction MURMUR3_32;
descriptor: Lcom/google/common/hash/HashFunction;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final com.google.common.hash.HashFunction GOOD_FAST_HASH_32;
descriptor: Lcom/google/common/hash/HashFunction;
flags: (0x0018) ACC_STATIC, ACC_FINAL
private static final int CHUNK_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
private static final int C1;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -862048943
private static final int C2;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 461845907
private final int seed;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.google.common.hash.Murmur3_32HashFunction
dup
iconst_0
invokespecial com.google.common.hash.Murmur3_32HashFunction.<init>:(I)V
putstatic com.google.common.hash.Murmur3_32HashFunction.MURMUR3_32:Lcom/google/common/hash/HashFunction;
1: new com.google.common.hash.Murmur3_32HashFunction
dup
getstatic com.google.common.hash.Hashing.GOOD_FAST_HASH_SEED:I
invokespecial com.google.common.hash.Murmur3_32HashFunction.<init>:(I)V
2: putstatic com.google.common.hash.Murmur3_32HashFunction.GOOD_FAST_HASH_32:Lcom/google/common/hash/HashFunction;
3: return
LocalVariableTable:
Start End Slot Name Signature
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.google.common.hash.AbstractHashFunction.<init>:()V
1: aload 0
iload 1
putfield com.google.common.hash.Murmur3_32HashFunction.seed:I
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
0 3 1 seed I
MethodParameters:
Name Flags
seed
public int bits();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 32
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
public com.google.common.hash.Hasher newHasher();
descriptor: ()Lcom/google/common/hash/Hasher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.hash.Murmur3_32HashFunction$Murmur3_32Hasher
dup
aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
invokespecial com.google.common.hash.Murmur3_32HashFunction$Murmur3_32Hasher.<init>:(I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "Hashing.murmur3_32("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ")"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof com.google.common.hash.Murmur3_32HashFunction
ifeq 4
1: aload 1
checkcast com.google.common.hash.Murmur3_32HashFunction
astore 2
start local 2 2: aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
aload 2
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
if_icmpne 3
iconst_1
ireturn
StackMap locals: com.google.common.hash.Murmur3_32HashFunction
StackMap stack:
3: iconst_0
ireturn
end local 2 4: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
0 5 1 object Ljava/lang/Object;
2 4 2 other Lcom/google/common/hash/Murmur3_32HashFunction;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
object
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Object.hashCode:()I
aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
ixor
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
public com.google.common.hash.HashCode hashInt(int);
descriptor: (I)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: iload 1
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 2
start local 2 1: aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
iload 2
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixH1:(II)I
istore 3
start local 3 2: iload 3
iconst_4
invokestatic com.google.common.hash.Murmur3_32HashFunction.fmix:(II)Lcom/google/common/hash/HashCode;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
0 3 1 input I
1 3 2 k1 I
2 3 3 h1 I
MethodParameters:
Name Flags
input
public com.google.common.hash.HashCode hashLong(long);
descriptor: (J)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: lload 1
l2i
istore 3
start local 3 1: lload 1
bipush 32
lushr
l2i
istore 4
start local 4 2: iload 3
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 5
start local 5 3: aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
iload 5
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixH1:(II)I
istore 6
start local 6 4: iload 4
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 5
5: iload 6
iload 5
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixH1:(II)I
istore 6
6: iload 6
bipush 8
invokestatic com.google.common.hash.Murmur3_32HashFunction.fmix:(II)Lcom/google/common/hash/HashCode;
areturn
end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
0 7 1 input J
1 7 3 low I
2 7 4 high I
3 7 5 k1 I
4 7 6 h1 I
MethodParameters:
Name Flags
input
public com.google.common.hash.HashCode hashUnencodedChars(java.lang.CharSequence);
descriptor: (Ljava/lang/CharSequence;)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
istore 2
start local 2 1: iconst_1
istore 3
start local 3 2: goto 7
3: StackMap locals: int int
StackMap stack:
aload 1
iload 3
iconst_1
isub
invokeinterface java.lang.CharSequence.charAt:(I)C
aload 1
iload 3
invokeinterface java.lang.CharSequence.charAt:(I)C
bipush 16
ishl
ior
istore 4
start local 4 4: iload 4
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 4
5: iload 2
iload 4
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixH1:(II)I
istore 2
end local 4 6: iinc 3 2
StackMap locals:
StackMap stack:
7: iload 3
aload 1
invokeinterface java.lang.CharSequence.length:()I
if_icmplt 3
end local 3 8: aload 1
invokeinterface java.lang.CharSequence.length:()I
iconst_1
iand
iconst_1
if_icmpne 12
9: aload 1
aload 1
invokeinterface java.lang.CharSequence.length:()I
iconst_1
isub
invokeinterface java.lang.CharSequence.charAt:(I)C
istore 3
start local 3 10: iload 3
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 3
11: iload 2
iload 3
ixor
istore 2
end local 3 12: StackMap locals:
StackMap stack:
iload 2
iconst_2
aload 1
invokeinterface java.lang.CharSequence.length:()I
imul
invokestatic com.google.common.hash.Murmur3_32HashFunction.fmix:(II)Lcom/google/common/hash/HashCode;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
0 13 1 input Ljava/lang/CharSequence;
1 13 2 h1 I
2 8 3 i I
4 6 4 k1 I
10 12 3 k1 I
MethodParameters:
Name Flags
input
public com.google.common.hash.HashCode hashString(java.lang.CharSequence, java.nio.charset.Charset);
descriptor: (Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=12, args_size=3
start local 0 start local 1 start local 2 0: getstatic com.google.common.base.Charsets.UTF_8:Ljava/nio/charset/Charset;
aload 2
invokevirtual java.nio.charset.Charset.equals:(Ljava/lang/Object;)Z
ifeq 52
1: aload 1
invokeinterface java.lang.CharSequence.length:()I
istore 3
start local 3 2: aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
istore 4
start local 4 3: iconst_0
istore 5
start local 5 4: iconst_0
istore 6
start local 6 5: goto 16
6: StackMap locals: com.google.common.hash.Murmur3_32HashFunction java.lang.CharSequence java.nio.charset.Charset int int int int
StackMap stack:
aload 1
iload 5
invokeinterface java.lang.CharSequence.charAt:(I)C
istore 7
start local 7 7: aload 1
iload 5
iconst_1
iadd
invokeinterface java.lang.CharSequence.charAt:(I)C
istore 8
start local 8 8: aload 1
iload 5
iconst_2
iadd
invokeinterface java.lang.CharSequence.charAt:(I)C
istore 9
start local 9 9: aload 1
iload 5
iconst_3
iadd
invokeinterface java.lang.CharSequence.charAt:(I)C
istore 10
start local 10 10: iload 7
sipush 128
if_icmpge 17
iload 8
sipush 128
if_icmpge 17
iload 9
sipush 128
if_icmpge 17
iload 10
sipush 128
if_icmpge 17
11: iload 7
iload 8
bipush 8
ishl
ior
iload 9
bipush 16
ishl
ior
iload 10
bipush 24
ishl
ior
istore 11
start local 11 12: iload 11
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 11
13: iload 4
iload 11
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixH1:(II)I
istore 4
14: iinc 5 4
15: iinc 6 4
end local 11 end local 10 end local 9 end local 8 end local 7 16: StackMap locals:
StackMap stack:
iload 5
iconst_4
iadd
iload 3
if_icmple 6
17: StackMap locals:
StackMap stack:
lconst_0
lstore 7
start local 7 18: iconst_0
istore 9
start local 9 19: goto 48
20: StackMap locals: long int
StackMap stack:
aload 1
iload 5
invokeinterface java.lang.CharSequence.charAt:(I)C
istore 10
start local 10 21: iload 10
sipush 128
if_icmpge 26
22: lload 7
iload 10
i2l
iload 9
lshl
lor
lstore 7
23: iinc 9 8
24: iinc 6 1
25: goto 42
StackMap locals: int
StackMap stack:
26: iload 10
sipush 2048
if_icmpge 31
27: lload 7
iload 10
invokestatic com.google.common.hash.Murmur3_32HashFunction.charToTwoUtf8Bytes:(C)J
iload 9
lshl
lor
lstore 7
28: iinc 9 16
29: iinc 6 2
30: goto 42
StackMap locals:
StackMap stack:
31: iload 10
ldc 55296
if_icmplt 32
iload 10
ldc 57343
if_icmple 36
32: StackMap locals:
StackMap stack:
lload 7
iload 10
invokestatic com.google.common.hash.Murmur3_32HashFunction.charToThreeUtf8Bytes:(C)J
iload 9
lshl
lor
lstore 7
33: iinc 9 24
34: iinc 6 3
35: goto 42
36: StackMap locals:
StackMap stack:
aload 1
iload 5
invokestatic java.lang.Character.codePointAt:(Ljava/lang/CharSequence;I)I
istore 11
start local 11 37: iload 11
iload 10
if_icmpne 39
38: aload 0
aload 1
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
aload 2
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
invokevirtual com.google.common.hash.Murmur3_32HashFunction.hashBytes:([B)Lcom/google/common/hash/HashCode;
areturn
39: StackMap locals: int
StackMap stack:
iinc 5 1
40: lload 7
iload 11
invokestatic com.google.common.hash.Murmur3_32HashFunction.codePointToFourUtf8Bytes:(I)J
iload 9
lshl
lor
lstore 7
41: iinc 6 4
end local 11 42: StackMap locals:
StackMap stack:
iload 9
bipush 32
if_icmplt 47
43: lload 7
l2i
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 11
start local 11 44: iload 4
iload 11
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixH1:(II)I
istore 4
45: lload 7
bipush 32
lushr
lstore 7
46: iinc 9 -32
end local 11 end local 10 47: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
48: iload 5
iload 3
if_icmplt 20
49: lload 7
l2i
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 10
start local 10 50: iload 4
iload 10
ixor
istore 4
51: iload 4
iload 6
invokestatic com.google.common.hash.Murmur3_32HashFunction.fmix:(II)Lcom/google/common/hash/HashCode;
areturn
end local 10 end local 9 end local 7 end local 6 end local 5 end local 4 end local 3 52: StackMap locals: com.google.common.hash.Murmur3_32HashFunction java.lang.CharSequence java.nio.charset.Charset
StackMap stack:
aload 0
aload 1
invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
aload 2
invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
invokevirtual com.google.common.hash.Murmur3_32HashFunction.hashBytes:([B)Lcom/google/common/hash/HashCode;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 53 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
0 53 1 input Ljava/lang/CharSequence;
0 53 2 charset Ljava/nio/charset/Charset;
2 52 3 utf16Length I
3 52 4 h1 I
4 52 5 i I
5 52 6 len I
7 16 7 c0 C
8 16 8 c1 C
9 16 9 c2 C
10 16 10 c3 C
12 16 11 k1 I
18 52 7 buffer J
19 52 9 shift I
21 47 10 c C
37 42 11 codePoint I
44 47 11 k1 I
50 52 10 k1 I
MethodParameters:
Name Flags
input
charset
public com.google.common.hash.HashCode hashBytes(byte[], int, int);
descriptor: ([BII)Lcom/google/common/hash/HashCode;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 2
iload 2
iload 3
iadd
aload 1
arraylength
invokestatic com.google.common.base.Preconditions.checkPositionIndexes:(III)V
1: aload 0
getfield com.google.common.hash.Murmur3_32HashFunction.seed:I
istore 4
start local 4 2: iconst_0
istore 5
start local 5 3: goto 7
4: StackMap locals: int int
StackMap stack:
aload 1
iload 2
iload 5
iadd
invokestatic com.google.common.hash.Murmur3_32HashFunction.getIntLittleEndian:([BI)I
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
istore 6
start local 6 5: iload 4
iload 6
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixH1:(II)I
istore 4
end local 6 6: iinc 5 4
StackMap locals:
StackMap stack:
7: iload 5
iconst_4
iadd
iload 3
if_icmple 4
8: iconst_0
istore 6
start local 6 9: iconst_0
istore 7
start local 7 10: goto 13
11: StackMap locals: int int
StackMap stack:
iload 6
aload 1
iload 2
iload 5
iadd
baload
invokestatic com.google.common.primitives.UnsignedBytes.toInt:(B)I
iload 7
ishl
ixor
istore 6
12: iinc 5 1
iinc 7 8
StackMap locals:
StackMap stack:
13: iload 5
iload 3
if_icmplt 11
end local 7 14: iload 4
iload 6
invokestatic com.google.common.hash.Murmur3_32HashFunction.mixK1:(I)I
ixor
istore 4
15: iload 4
iload 3
invokestatic com.google.common.hash.Murmur3_32HashFunction.fmix:(II)Lcom/google/common/hash/HashCode;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/google/common/hash/Murmur3_32HashFunction;
0 16 1 input [B
0 16 2 off I
0 16 3 len I
2 16 4 h1 I
3 16 5 i I
5 6 6 k1 I
9 16 6 k1 I
10 14 7 shift I
MethodParameters:
Name Flags
input
off
len
private static int getIntLittleEndian(byte[], int);
descriptor: ([BI)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
iconst_3
iadd
baload
aload 0
iload 1
iconst_2
iadd
baload
aload 0
iload 1
iconst_1
iadd
baload
aload 0
iload 1
baload
invokestatic com.google.common.primitives.Ints.fromBytes:(BBBB)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 input [B
0 1 1 offset I
MethodParameters:
Name Flags
input
offset
private static int mixK1(int);
descriptor: (I)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
ldc -862048943
imul
istore 0
1: iload 0
bipush 15
invokestatic java.lang.Integer.rotateLeft:(II)I
istore 0
2: iload 0
ldc 461845907
imul
istore 0
3: iload 0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 k1 I
MethodParameters:
Name Flags
k1
private static int mixH1(int, int);
descriptor: (II)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 0
iload 1
ixor
istore 0
1: iload 0
bipush 13
invokestatic java.lang.Integer.rotateLeft:(II)I
istore 0
2: iload 0
iconst_5
imul
ldc -430675100
iadd
istore 0
3: iload 0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 h1 I
0 4 1 k1 I
MethodParameters:
Name Flags
h1
k1
private static com.google.common.hash.HashCode fmix(int, int);
descriptor: (II)Lcom/google/common/hash/HashCode;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 0
iload 1
ixor
istore 0
1: iload 0
iload 0
bipush 16
iushr
ixor
istore 0
2: iload 0
ldc -2048144789
imul
istore 0
3: iload 0
iload 0
bipush 13
iushr
ixor
istore 0
4: iload 0
ldc -1028477387
imul
istore 0
5: iload 0
iload 0
bipush 16
iushr
ixor
istore 0
6: iload 0
invokestatic com.google.common.hash.HashCode.fromInt:(I)Lcom/google/common/hash/HashCode;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 h1 I
0 7 1 length I
MethodParameters:
Name Flags
h1
length
private static long codePointToFourUtf8Bytes(int);
descriptor: (I)J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=7, locals=1, args_size=1
start local 0 0: ldc 240
iload 0
bipush 18
iushr
i2l
lor
ldc 255
land
1: ldc 128
bipush 63
iload 0
bipush 12
iushr
iand
i2l
lor
bipush 8
lshl
2: lor
3: ldc 128
bipush 63
iload 0
bipush 6
iushr
iand
i2l
lor
bipush 16
lshl
4: lor
5: ldc 128
bipush 63
iload 0
iand
i2l
lor
bipush 24
lshl
6: lor
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 codePoint I
MethodParameters:
Name Flags
codePoint
private static long charToThreeUtf8Bytes(char);
descriptor: (C)J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: sipush 480
iload 0
bipush 12
iushr
ior
sipush 255
iand
1: sipush 128
bipush 63
iload 0
bipush 6
iushr
iand
ior
bipush 8
ishl
2: ior
3: sipush 128
bipush 63
iload 0
iand
ior
bipush 16
ishl
4: ior
i2l
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 c C
MethodParameters:
Name Flags
c
private static long charToTwoUtf8Bytes(char);
descriptor: (C)J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: sipush 960
iload 0
bipush 6
iushr
ior
sipush 255
iand
sipush 128
bipush 63
iload 0
iand
ior
bipush 8
ishl
ior
i2l
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 c C
MethodParameters:
Name Flags
c
}
SourceFile: "Murmur3_32HashFunction.java"
NestMembers:
com.google.common.hash.Murmur3_32HashFunction$Murmur3_32Hasher
InnerClasses:
private final Murmur3_32Hasher = com.google.common.hash.Murmur3_32HashFunction$Murmur3_32Hasher of com.google.common.hash.Murmur3_32HashFunction
RuntimeVisibleAnnotations:
com.google.errorprone.annotations.Immutable()