Searched refs:typeCast (Results 1 – 2 of 2) sorted by relevance
162 TypeInsnNode cast = typeCast(target); in visitEnd()199 TypeInsnNode cast = typeCast(target); in visitEnd()314 public static TypeInsnNode typeCast(LockTarget target) { in typeCast() method in LockFindingClassVisitor
1571 String typeCast = "(char *)" + cfunc.getArgName(cIndex); in emitJniCode() local1572 String withOffset = "(void *)(" + typeCast + " - " + bufferOffset + ")"; in emitJniCode()