Searched refs:typeMapper (Results 1 – 2 of 2) sorted by relevance
63 private final TypeMapper typeMapper; field in InstrumentationConfiguration87 this.typeMapper = new TypeMapper(classNameTranslations()); in InstrumentationConfiguration()234 return typeMapper.remapParamType(desc); in remapParamType()238 return typeMapper.remapParams(desc); in remapParams()242 return typeMapper.mappedTypeName(internalName); in mappedTypeName()
144 private val typeMapper = KotlinTypeMapper( in <lambda>() constant356 …is KSClassDeclaration -> resolveClassDeclaration(declaration)?.let { typeMapper.mapType(it).descri… in <lambda>()359 is FunctionDescriptor -> typeMapper.mapAsmMethod(it).descriptor in <lambda>()360 …is PropertyDescriptor -> typeMapper.mapFieldSignature(it.type, it) ?: typeMapper.mapType(it).descr… in <lambda>()365 typeMapper.mapFieldSignature(it.type, it) ?: typeMapper.mapType(it).descriptor in <lambda>()851 typeMapper.mapFunctionName(descriptor, OwnerKind.IMPLEMENTATION) in <lambda>()861 typeMapper.mapFunctionName(it, OwnerKind.IMPLEMENTATION) in <lambda>()879 typeMapper.mapImplementationOwner(descriptor).className in <lambda>()966 val jvmDesc = typeMapper.mapAsmMethod(descriptor).descriptor in <lambda>()1168 typeMapper.mapAsmMethod(it).descriptor in <lambda>()