Home
last modified time | relevance | path

Searched refs:hashCheck (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DConstPool.java762 if (ci != null && ci instanceof NameAndTypeInfo && ci.hashCheck(name, type)) in addNameAndTypeInfo()
801 if (ci != null && ci instanceof FieldrefInfo && ci.hashCheck(classInfo, nameAndTypeInfo)) in addFieldrefInfo()
840 if (ci != null && ci instanceof MethodrefInfo && ci.hashCheck(classInfo, nameAndTypeInfo)) in addMethodrefInfo()
883 …if (ci != null && ci instanceof InterfaceMethodrefInfo && ci.hashCheck(classInfo, nameAndTypeInfo)) in addInterfaceMethodrefInfo()
1142 boolean hashCheck(int a, int b) { return false; } in hashCheck() method in ConstInfo
1256 boolean hashCheck(int a, int b) { return a == memberName && b == typeDescriptor; } in hashCheck() method in NameAndTypeInfo
1316 boolean hashCheck(int a, int b) { return a == classIndex && b == nameAndTypeIndex; } in hashCheck() method in MemberrefInfo